summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [prefix] Fix missing underscore in libprefixTill Straumann2012-02-101-1/+1
* [tg3] Remove tg3_calc_dma_bndry()Thomas Miletich2012-02-103-29/+6Star
* [prefix] Delay initrd image copy until memory map is readyMichael Brown2012-02-091-2/+8
* [tg3] Fix compilation on newer gcc versionsChristian Hesse2012-02-093-13/+2Star
* [tg3] New tg3 driverThomas Miletich2012-01-316-3905/+7001
* [rng] Add ANS X9.82 Approved DRBG mechanismMichael Brown2012-01-233-0/+535
* [rng] Add dummy entropy sourceMichael Brown2012-01-232-0/+138
* [rng] Add NIST self-tests for HMAC_DRBGMichael Brown2012-01-232-0/+796
* [rng] Add ANS X9.82 Approved HMAC_DRBG algorithmMichael Brown2012-01-233-0/+496
* [lkrnprefix] Copy command line before installing iPXEMichael Brown2012-01-182-5/+41
* [test] Add self-tests for SHA-1 algorithmMichael Brown2012-01-114-0/+204
* [dns] Allow trailing dots in DNS namesMichael Brown2012-01-111-9/+15
* [vmxnet3] Add VMware vmxnet3 driverMichael Brown2012-01-073-0/+1167
* [pxe] Provide PXENV_FILE_EXIT_HOOK only for ipxelinux.0 buildsMichael Brown2011-12-116-53/+118
* [pxe] Modularise PXE API provisionMichael Brown2011-12-118-468/+272Star
* [pxe] Tidy up debugging outputMichael Brown2011-12-081-13/+16
* [pxe] Check for a valid PXE network device when applicableMichael Brown2011-12-082-11/+213
* [lotest] Accept non-loopback packets during testMichael Brown2011-12-081-58/+86
* [e1000e] Strip the Ethernet CRC from received packetsMichael Brown2011-12-081-1/+1
* [undi] Retry PXENV_UNDI_INITIALIZE multiple timesMichael Brown2011-12-081-8/+30
* [dhcp] Add PXE-mandated DHCP options [128,135] to parameter request listMichael Brown2011-12-061-0/+1
* [e1000] Request notification of TX completionsMichael Brown2011-12-061-1/+1
* [iscsi] Fail immediately if target rejects any of our parametersMichael Brown2011-12-051-12/+39
* [build] Include UNDI PCI driver within all-drivers buildMichael Brown2011-11-161-1/+1
* [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