summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [release] Update version to 0.9.6 for releasev0.9.6Marty Connor2008-11-232-3/+3
* [b44] Add driver for Broadcom bcm44xx cardsPantelis Koukousoulas2008-11-223-0/+1417
* [netdevice] Kill off the various guess_boot_netdev() functionsMichael Brown2008-11-214-62/+5Star
* [netdevice] Provide function to retrieve the most recently opened net deviceMichael Brown2008-11-212-0/+29
* [pxe] Select the correct network device on multiport cardsMichael Brown2008-11-211-2/+4
* [aoe] Use an AoE config query to identify the target MAC addressMichael Brown2008-11-192-56/+173
* [blockdev] Move block device operations to structure block_device_operationsLaurent Vivier2008-11-195-20/+44
* [virtio] Split virtio-net.c into several files.Laurent Vivier2008-11-195-207/+252
* [virtio] Consolidate virtio-net static data into a struct vring_virtqueueLaurent Vivier2008-11-191-55/+64
* [virtio] Remove dependency on nic for virtio PCI functionsLaurent Vivier2008-11-192-32/+32
* [virtio] Consolidate vring_get_buf() by using a buffer list to add to the vringLaurent Vivier2008-11-192-41/+50
* [virtio] Move virtio-pci.h and virtio-ring.h to include/gpxeLaurent Vivier2008-11-193-2/+2
* [x86_64] Fix assorted 64-bit compilation errors and warningsMichael Brown2008-11-1916-70/+88
* [build] Explicitly link efilink against -libertyMichael Brown2008-11-191-1/+1
* [efi] Add efi_strerror()Michael Brown2008-11-199-31/+81
* [i386] Move iSCSI and AoE boot code to arch/i386/interface/pcbiosMichael Brown2008-11-196-0/+0
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-1945-157/+157
* [libgcc] Make __libgcc architecture-specificMichael Brown2008-11-197-23/+25
* [i386] Rename __cdecl to __asmcallMichael Brown2008-11-1914-22/+32
* [pxe] Move all PXE files to arch/i386Michael Brown2008-11-1810-0/+0
* [elf] Kill off unused <bits/elf.h> and <bits/elf_x.h> header filesMichael Brown2008-11-183-100/+0Star
* [efi] Update to latest UEFI headersMichael Brown2008-11-1826-1973/+1889Star
* [i386] Free allocated base memory on exit, if possibleMichael Brown2008-11-189-29/+133
* [r8169] New rtl8169 family driverMarty Connor2008-11-182-1070/+2595
* [build] Fix calculation of _fileszMichael Brown2008-11-181-6/+6
* [build] Discard junk sections created by newer gcc versionsMichael Brown2008-11-182-0/+12
* [build] Keep gcc 4.4 happyMichael Brown2008-11-185-30/+49
* [linda] Add missing copyright noticesMichael Brown2008-11-182-0/+34
* [linda] Purge references to 8051Michael Brown2008-11-182-12/+12
* [infiniband] Respect hop pointer when building directed route SMP return pathMichael Brown2008-11-123-138/+175
* [romprefix] Use smaller PMM allocations if possibleMichael Brown2008-11-111-7/+41
* [linda] Add support for QLogic 7220-based Infiniband HCAsMichael Brown2008-11-118-0/+5805
* [infiniband] Add raw packet parser and constructorMichael Brown2008-11-115-36/+423
* [infiniband] Add a standalone subnet management agentMichael Brown2008-11-113-0/+605
* [ipoib] Kill off the IPoIB pseudo-headerMichael Brown2008-11-113-133/+218
* [infiniband] Split subnet management agent client out into ib_smc.cMichael Brown2008-11-119-520/+805
* [infiniband] Pass address vector in receive completionsMichael Brown2008-11-115-176/+172Star
* [infiniband] Maintain queue fill level as a property of a work queueMichael Brown2008-11-113-70/+110
* [infiniband] Flush uncompleted work queue entries at QP teardownMichael Brown2008-11-115-70/+131
* [ne2k_isa] Restore support for ne2k isa cardsPantelis Koukousoulas2008-11-082-0/+374
* [isa] Fix a small typo in isa.c.Pantelis Koukousoulas2008-11-081-2/+2
* [netdevice] Retain and report detailed error breakdownsMichael Brown2008-11-085-31/+104
* [phantom] Do not halt PEGs on driver shutdownMichael Brown2008-11-081-15/+0Star
* [aoe] Start retry timer before potential temporary transmission failureMichael Brown2008-11-081-4/+11
* [settings] Ensure fetch_string_setting() returns a NUL-terminated stringMichael Brown2008-11-071-0/+1
* [i386] Add data32 prefixes to all lgdt/lidt instructionsMichael Brown2008-11-072-7/+7
* [phantom] Allow for PXE boot to be enabled/disabled on a per-port basisMichael Brown2008-11-012-0/+32
* [romprefix] Add vendor branding facilities and guidelinesMichael Brown2008-10-314-14/+106
* [phantom] Assume one net device per PCI functionMichael Brown2008-10-312-764/+339Star
* [hacks] Improve the guess_boot_netdev() logicMichael Brown2008-10-313-9/+12