summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [arbel] Ensure hardware is quiescent when no interfaces are openMichael Brown2011-11-162-92/+271
* [arbel] Reorder code in preparation for quiescing patchMichael Brown2011-11-151-190/+197
* [hermon] Ensure hardware is quiescent when no interfaces are openMichael Brown2011-11-152-81/+217
* [hermon] Reorder code in preparation for quiescing patchMichael Brown2011-11-151-641/+648
* [infiniband] Reset port state after closing deviceMichael Brown2011-11-151-0/+1
* [infiniband] Open device prior to creating SMI and GSI queue pairsMichael Brown2011-11-151-9/+9
* [infiniband] Poll event queues only for devices that are openMichael Brown2011-11-151-1/+1
* [ipoib] Report packets as broadcast when ambiguousMichael Brown2011-11-151-8/+13
* [rtl8139] Perform only 8-bit ioport access on the ChipCmd registerJulian Pidancet2011-11-141-1/+1
* [pxe] Improve pxe_preboot debugging messagesMichael Brown2011-11-141-23/+48
* [pxe] Improve pxe_undi debugging messagesMichael Brown2011-11-141-76/+84
* [prefix] Allow an initrd to be passed to iPXEMichael Brown2011-11-124-124/+262
* [prefix] Allow prefix to specify an arbitrary maximum address for relocationMichael Brown2011-11-125-38/+33Star
* [prefix] Use stack rather than %ebp as temporary storage areaMichael Brown2011-11-111-11/+14
* [undi] Ensure that native drivers are tried before the UNDI PCI driverMichael Brown2011-11-112-1/+4
* [getopt] Accept "--" as an end-of-options markerMarin Hannache2011-11-021-0/+5
* [undi] Use meaningful driver and device namesMichael Brown2011-10-281-2/+10
* [undi] Use current (rather than permanent) link-layer addressMichael Brown2011-10-281-0/+1
* [netdevice] Allow driver to preinitialise the link-layer addressMichael Brown2011-10-281-2/+22
* [cmdline] Make "reboot" command available by defaultMichael Brown2011-10-262-6/+8
* [liba20] Preserve all non-segment registers when calling INT 15,2401Michael Brown2011-10-251-3/+6
* [librm] Avoid (harmless) collisions with linker symbolsMichael Brown2011-10-251-14/+14
* [image] Eliminate the register_and_xxx_image() functionsMichael Brown2011-10-256-126/+36Star
* [cmdline] Allow "sleep" command to be interruptedMichael Brown2011-10-241-1/+8
* [cmdline] Fix up "sleep" argument parsingMichael Brown2011-10-241-2/+10
* [cmdline] Make "sleep" command available by defaultMichael Brown2011-10-242-40/+40
* [arbel] Add (not-yet-functional) support for RC queue pairsMichael Brown2011-10-242-8/+111
* [ath9k] Add ath9k driverScott K Logan2011-10-1475-2/+43182
* [list] Add list functions required by ath9k driverMichael Brown2011-10-142-0/+326
* [test] Add self-tests for list manipulation functionsMichael Brown2011-10-142-0/+238
* [test] Add a basic infrastructure for running self-testsMichael Brown2011-10-142-0/+184
* [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