]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2011-11-16  Michael Brown[build] Include UNDI PCI driver within all-drivers...
2011-11-15  Michael Brown[arbel] Ensure hardware is quiescent when no interfaces...
2011-11-15  Michael Brown[arbel] Reorder code in preparation for quiescing patch
2011-11-15  Michael Brown[hermon] Ensure hardware is quiescent when no interface...
2011-11-15  Michael Brown[hermon] Reorder code in preparation for quiescing...
2011-11-15  Michael Brown[infiniband] Reset port state after closing device
2011-11-15  Michael Brown[infiniband] Open device prior to creating SMI and...
2011-11-15  Michael Brown[infiniband] Poll event queues only for devices that...
2011-11-15  Michael Brown[ipoib] Report packets as broadcast when ambiguous
2011-11-14  Julian Pidancet[rtl8139] Perform only 8-bit ioport access on the ChipC...
2011-11-14  Michael Brown[pxe] Improve pxe_preboot debugging messages
2011-11-14  Michael Brown[pxe] Improve pxe_undi debugging messages
2011-11-12  Michael Brown[prefix] Allow an initrd to be passed to iPXE
2011-11-11  Michael Brown[prefix] Allow prefix to specify an arbitrary maximum...
2011-11-11  Michael Brown[prefix] Use stack rather than %ebp as temporary storag...
2011-11-11  Michael Brown[undi] Ensure that native drivers are tried before...
2011-11-02  Marin Hannache[getopt] Accept "--" as an end-of-options marker
2011-10-28  Michael Brown[undi] Use meaningful driver and device names
2011-10-28  Michael Brown[undi] Use current (rather than permanent) link-layer...
2011-10-28  Michael Brown[netdevice] Allow driver to preinitialise the link...
2011-10-26  Michael Brown[cmdline] Make "reboot" command available by default
2011-10-25  Michael Brown[liba20] Preserve all non-segment registers when callin...
2011-10-25  Michael Brown[librm] Avoid (harmless) collisions with linker symbols
2011-10-25  Michael Brown[image] Eliminate the register_and_xxx_image() functions
2011-10-24  Michael Brown[cmdline] Allow "sleep" command to be interrupted
2011-10-24  Michael Brown[cmdline] Fix up "sleep" argument parsing
2011-10-24  Michael Brown[cmdline] Make "sleep" command available by default
2011-10-24  Michael Brown[arbel] Add (not-yet-functional) support for RC queue...
2011-10-14  Scott K Logan[ath9k] Add ath9k driver
2011-10-14  Michael Brown[list] Add list functions required by ath9k driver
2011-10-14  Michael Brown[test] Add self-tests for list manipulation functions
2011-10-14  Michael Brown[test] Add a basic infrastructure for running self...
2011-10-14  Michael Brown[libc] Allow assertion failures to be counted
2011-10-14  Michael Brown[list] Tidy up naming convention for list_contains...
2011-09-19  Michael Brown[dhcp] Use a random DHCP transaction identifier (xid)
2011-09-19  Michael Brown[util] Add romcheck.pl
2011-09-19  Michael Brown[tcp] Allow sufficient headroom for TCP headers
2011-08-12  Michael Brown[tls] Accept certificates without a version number
2011-08-08  Michael Brown[script] Accept labels on lines terminated with CRLF
2011-08-06  Valentine Barshak[lkrnprefix] Fix lost command line passed by grub
2011-08-06  Valentine Barshak[romprefix] Fix romprefix build with certain versions...
2011-07-16  Michael Brown[ipv4] Improve debugging
2011-07-16  Michael Brown[ipv4] Fix fragment reassembly
2011-07-16  Michael Brown[retry] Fix potential use-after-free in timer_expired()
2011-07-15  Michael Brown[ipv4] Use broadcast link-layer address for all broadca...
2011-07-15  Michael Brown[ipv4] Discard unwanted unicast packets
2011-07-15  Michael Brown[netdevice] Allow link layer to report broadcast/multic...
2011-07-15  Malte Starostik[http] Include port in HTTP Host header as needed
2011-07-15  Thomas Miletich[igb] Remove __BIG_ENDIAN conditional
2011-07-06  Michael Brown[dhcp] Add symbolic definitions for DHCP client archite...
2011-07-06  Michael Brown[libc] Allow for zero-padded decimals in printf()
2011-06-29  Michael Brown[iscsi] Avoid duplicate calls to iscsi_tx_done()
2011-06-29  Michael Brown[build] Avoid using -ffunction-sections on some older...
2011-06-29  Michael Brown[http] Fix size_t format specifiers
2011-06-28  Michael Brown[http] Support read-only HTTP block devices
2011-06-28  Michael Brown[int13] Provide a permanently closed window via the...
2011-06-28  Michael Brown[tls] Eliminate polling while TX state machine is idle
2011-06-28  Michael Brown[iscsi] Eliminate polling while waiting for window...
2011-06-28  Michael Brown[http] Eliminate polling while waiting for window to...
2011-06-28  Michael Brown[scsi] Eliminate polling while waiting for window to...
2011-06-28  Michael Brown[hw] Eliminate polling while waiting for window to...
2011-06-28  Michael Brown[infiniband] Use a one-shot process for CMRC shutdown
2011-06-28  Michael Brown[fc] Use a one-shot process for Fibre Channel name...
2011-06-28  Michael Brown[fc] Use a one-shot process for Fibre Channel ELS requests
2011-06-28  Michael Brown[resolv] Use a one-shot process for the numeric resolver
2011-06-28  Michael Brown[process] Add support for one-shot processes
2011-06-28  Michael Brown[process] Pass containing object pointer to process...
2011-06-28  Michael Brown[xfer] Send xfer_window_changed() after xfer_vredirect()
2011-06-28  Michael Brown[tcp] Send xfer_window_changed() when window opens
2011-06-28  Michael Brown[infiniband] Send xfer_window_changed() when CMRC conne...
2011-06-28  Michael Brown[tls] Send xfer_window_changed() when TLS session is...
2011-06-28  Michael Brown[fc] Send xfer_window_changed() when FCP link is establ...
2011-06-28  Michael Brown[fc] Maintain a list of Fibre Channel upper-layer proto...
2011-06-28  Michael Brown[ftp] Remove redundant ftp_data_deliver() method
2011-06-28  Michael Brown[prefix] Cope with BOOT_IMAGE= anywhere within command...
2011-06-28  Michael Brown[ipv4] Record ARP resolution errors
2011-06-28  Michael Brown[netdevice] Allow non-completion TX errors to be recorded
2011-05-19  Dominic Cleal[build] Allow APPEND lines in ipxe.iso to function...
2011-05-18  Michael Brown[parseopt] Disambiguate the various EINVAL errors
2011-05-17  Michael Brown[romprefix] Force PnP header to a 16-byte boundary...
2011-05-17  Michael Brown[romprefix] Do not fall back to hooking INT19 by default
2011-05-17  Michael Brown[romprefix] Remove special treatment for IBM BIOSes
2011-05-06  Floris Bos[contrib] Update rom-o-matic to build iPXE
2011-05-05  Michael Brown[ipv4] Include network device metadata in packet traces
2011-05-05  Michael Brown[bofm] Pass BOFM version 2 table to SetStatus() if...
2011-05-05  Michael Brown[http] Support chunked transfer encoding
2011-05-05  Michael Brown[bofm] Increase amount of debugging available
2011-05-04  Michael Brown[forcedeth] Ensure that IRQ line is deasserted when...
2011-05-04  Michael Brown[hermon] Remove temporary workaround for missing BOFM...
2011-05-04  Michael Brown[bofm] Report {slot,port} to {bus:dev.fn,mport} mapping...
2011-05-04  Michael Brown[bofm] Use "mport" rather than "port" to describe mport...
2011-05-04  Michael Brown[bofm] Match port numbering as used in CSV file
2011-05-04  Michael Brown[romprefix] Attempt to gracefully handle semi-PnP IBM...
2011-05-03  Michael Brown[netdevice] Improve detection of bugs in drivers' TX...
2011-05-03  Michael Brown[list] Add list_check_contains()
2011-05-03  Michael Brown[netdevice] Move high-frequency debug messages to DBGLV...
2011-05-03  Michael Brown[efi] Ensure that each HII package list and formset...
2011-04-29  Michael Brown[build] Fix building on mildly deranged versions of...
2011-04-28  Michael Brown[int13] Catch INT 13,4b when no explicit drive number...
2011-04-28  Michael Brown[build] Accept EMBED=... as a synonym for EMBEDDED_IMAG...
next