summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [libc] Allow assertion failures to be countedMichael Brown2011-10-142-0/+33
* [list] Tidy up naming convention for list_contains() and friendsMichael Brown2011-10-143-12/+48
* [dhcp] Use a random DHCP transaction identifier (xid)Michael Brown2011-09-193-29/+36
* [util] Add romcheck.plMichael Brown2011-09-191-0/+54
* [tcp] Allow sufficient headroom for TCP headersMichael Brown2011-09-192-4/+14
* [tls] Accept certificates without a version numberMichael Brown2011-08-133-28/+61
* [script] Accept labels on lines terminated with CRLFMichael Brown2011-08-081-1/+7
* [lkrnprefix] Fix lost command line passed by grubValentine Barshak2011-08-071-1/+1
* [romprefix] Fix romprefix build with certain versions of binutilsValentine Barshak2011-08-071-2/+2
* [ipv4] Improve debuggingMichael Brown2011-07-161-45/+51
* [ipv4] Fix fragment reassemblyMichael Brown2011-07-162-107/+128
* [retry] Fix potential use-after-free in timer_expired()Michael Brown2011-07-161-1/+3
* [ipv4] Use broadcast link-layer address for all broadcast IPv4 addressesMichael Brown2011-07-151-7/+7
* [ipv4] Discard unwanted unicast packetsMichael Brown2011-07-151-10/+50
* [netdevice] Allow link layer to report broadcast/multicast packets via pull()Michael Brown2011-07-1517-43/+99
* [http] Include port in HTTP Host header as neededMalte Starostik2011-07-151-1/+5
* [igb] Remove __BIG_ENDIAN conditionalThomas Miletich2011-07-151-5/+0Star
* [dhcp] Add symbolic definitions for DHCP client architecture valuesMichael Brown2011-07-064-4/+40
* [libc] Allow for zero-padded decimals in printf()Michael Brown2011-07-061-10/+27
* [iscsi] Avoid duplicate calls to iscsi_tx_done()Michael Brown2011-06-291-4/+9
* [build] Avoid using -ffunction-sections on some older versions of gccMichael Brown2011-06-291-2/+8
* [http] Fix size_t format specifiersMichael Brown2011-06-291-1/+1
* [http] Support read-only HTTP block devicesMichael Brown2011-06-281-59/+308
* [int13] Provide a permanently closed window via the control interfaceMichael Brown2011-06-281-0/+15
* [tls] Eliminate polling while TX state machine is idleMichael Brown2011-06-281-13/+67
* [iscsi] Eliminate polling while waiting for window to openMichael Brown2011-06-281-3/+26
* [http] Eliminate polling while waiting for window to openMichael Brown2011-06-281-32/+46
* [scsi] Eliminate polling while waiting for window to openMichael Brown2011-06-281-6/+13
* [hw] Eliminate polling while waiting for window to openMichael Brown2011-06-281-1/+2
* [infiniband] Use a one-shot process for CMRC shutdownMichael Brown2011-06-281-4/+2Star
* [fc] Use a one-shot process for Fibre Channel name server queriesMichael Brown2011-06-281-4/+1Star
* [fc] Use a one-shot process for Fibre Channel ELS requestsMichael Brown2011-06-281-4/+1Star
* [resolv] Use a one-shot process for the numeric resolverMichael Brown2011-06-281-2/+1Star
* [process] Add support for one-shot processesMichael Brown2011-06-282-2/+24
* [process] Pass containing object pointer to process step() methodsMichael Brown2011-06-2816-101/+229
* [xfer] Send xfer_window_changed() after xfer_vredirect()Michael Brown2011-06-281-1/+16
* [tcp] Send xfer_window_changed() when window opensMichael Brown2011-06-281-19/+27
* [infiniband] Send xfer_window_changed() when CMRC connection is establishedMichael Brown2011-06-281-0/+3
* [tls] Send xfer_window_changed() when TLS session is establishedMichael Brown2011-06-281-0/+4
* [fc] Send xfer_window_changed() when FCP link is establishedMichael Brown2011-06-283-13/+100
* [fc] Maintain a list of Fibre Channel upper-layer protocol usersMichael Brown2011-06-284-39/+73
* [ftp] Remove redundant ftp_data_deliver() methodMichael Brown2011-06-281-25/+4Star
* [prefix] Cope with BOOT_IMAGE= anywhere within command lineMichael Brown2011-06-281-4/+14
* [ipv4] Record ARP resolution errorsMichael Brown2011-06-281-0/+2
* [netdevice] Allow non-completion TX errors to be recordedMichael Brown2011-06-282-7/+27
* [build] Allow APPEND lines in ipxe.iso to function as expectedDominic Cleal2011-05-191-1/+1
* [parseopt] Disambiguate the various EINVAL errorsMichael Brown2011-05-181-2/+16
* [romprefix] Force PnP header to a 16-byte boundary for IBM BIOSesMichael Brown2011-05-171-0/+5
* [romprefix] Do not fall back to hooking INT19 by defaultMichael Brown2011-05-172-0/+8
* [romprefix] Remove special treatment for IBM BIOSesMichael Brown2011-05-171-20/+6Star