summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [settings] Add the notion of a "tag magic" to numbered settingsMichael Brown2008-10-307-25/+60
* [romprefix] Further sanity checks for the PCI 3 runtime segment addressMichael Brown2008-10-291-9/+22
* [phantom] Add CLP settings interfaceMichael Brown2008-10-282-0/+368
* [phantom] Unhalt/halt all PEGs during driver startup/shutdownMichael Brown2008-10-282-0/+70
* [phantom] Add line count limit to phantom_dmesg()Michael Brown2008-10-281-22/+57
* [ioapi] Fix broken implementation of insX() in the x86 I/O APIMichael Brown2008-10-271-2/+2
* [uri] Avoid interpreting DOS-style path names as opaque URIsMichael Brown2008-10-241-2/+6
* [phantom] Change register space abstraction to match other driversMichael Brown2008-10-242-54/+46Star
* [pcbios] Guard against register corruption in INT 15,e820 implementationsMichael Brown2008-10-232-3/+11
* [settings] Avoid returning uninitialised data on error in fetch_xxx_setting()Michael Brown2008-10-221-5/+15
* [tftp] Add EUNIQ_xx values to differentiate the many EINVAL errorsMichael Brown2008-10-221-7/+16
* [tg3] Add PCI ID for BCM5786Michael Brown2008-10-211-0/+1
* [build] Fix building on FreeBSDMichael Brown2008-10-172-2/+14
* [romprefix] Sanity-check the runtime segment address for PCI 3Michael Brown2008-10-171-0/+9
* [build] Use ".bss.*" names for uninitialised-data sectionsMichael Brown2008-10-172-11/+11
* [build] Fix building on Ubuntu 8.04Michael Brown2008-10-177-14/+16
* [etherfabric] Merge changes from vendor treeMichael Brown2008-10-172-2337/+3348
* virtio-net: Fix kick/wait logicEduardo Habkost2008-10-161-3/+5
* [efi] Add basic implementation of EFI SIMPLE_NETWORK_PROTOCOLMichael Brown2008-10-165-0/+2367
* [netdevice] Change link-layer push() and pull() methods to take raw typesMichael Brown2008-10-165-64/+56Star
* [netdevice] Split multicast hashing out into an mc_hash methodMichael Brown2008-10-164-14/+57
* [netdevice] Add maximum packet length as a net device propertyMichael Brown2008-10-164-4/+12
* [efi] Fix linker script for ld 2.17.50.0.9Michael Brown2008-10-131-6/+6
* [efi] Add EFI image format and basic runtime environmentMichael Brown2008-10-1340-1/+4781
* [sanboot] Quick and dirty hack to make SAN boot protocols selectableMichael Brown2008-10-139-22/+64
* [config] Make the default image type selection platform-dependentMichael Brown2008-10-132-10/+19
* [monojob] Release reference on completed jobMichael Brown2008-10-131-0/+1
* [umalloc] Formalise the user memory allocation APIMichael Brown2008-10-137-30/+95