aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-11-19[i386] Rename __cdecl to __asmcallMichael Brown14-22/+32
2008-11-18[pxe] Move all PXE files to arch/i386Michael Brown10-0/+0
2008-11-18[elf] Kill off unused <bits/elf.h> and <bits/elf_x.h> header filesMichael Brown3-100/+0
2008-11-18[efi] Update to latest UEFI headersMichael Brown26-1973/+1889
2008-11-18[i386] Free allocated base memory on exit, if possibleMichael Brown9-29/+133
2008-11-18[r8169] New rtl8169 family driverMarty Connor2-1070/+2595
2008-11-17[build] Fix calculation of _fileszMichael Brown1-6/+6
2008-11-18[build] Discard junk sections created by newer gcc versionsMichael Brown2-0/+12
2008-11-18[build] Keep gcc 4.4 happyMichael Brown5-30/+49
2008-11-18[linda] Add missing copyright noticesMichael Brown2-0/+34
2008-11-17[linda] Purge references to 8051Michael Brown2-12/+12
2008-11-12[infiniband] Respect hop pointer when building directed route SMP return pathMichael Brown3-138/+175
2008-11-11[romprefix] Use smaller PMM allocations if possibleMichael Brown1-7/+41
2008-11-11[linda] Add support for QLogic 7220-based Infiniband HCAsMichael Brown8-0/+5805
2008-11-11[infiniband] Add raw packet parser and constructorMichael Brown5-36/+423
2008-11-11[infiniband] Add a standalone subnet management agentMichael Brown3-0/+605
2008-11-11[ipoib] Kill off the IPoIB pseudo-headerMichael Brown3-133/+218
2008-11-11[infiniband] Split subnet management agent client out into ib_smc.cMichael Brown9-520/+805
2008-11-11[infiniband] Pass address vector in receive completionsMichael Brown5-176/+172
2008-11-11[infiniband] Maintain queue fill level as a property of a work queueMichael Brown3-70/+110
2008-11-11[infiniband] Flush uncompleted work queue entries at QP teardownMichael Brown5-70/+131
2008-11-08[ne2k_isa] Restore support for ne2k isa cardsPantelis Koukousoulas2-0/+374
2008-11-08[isa] Fix a small typo in isa.c.Pantelis Koukousoulas1-2/+2
2008-11-08[netdevice] Retain and report detailed error breakdownsMichael Brown5-31/+104
2008-11-08[phantom] Do not halt PEGs on driver shutdownMichael Brown1-15/+0
2008-11-08[aoe] Start retry timer before potential temporary transmission failureMichael Brown1-4/+11
2008-11-07[settings] Ensure fetch_string_setting() returns a NUL-terminated stringMichael Brown1-0/+1
2008-11-07[i386] Add data32 prefixes to all lgdt/lidt instructionsMichael Brown2-7/+7
2008-11-01[phantom] Allow for PXE boot to be enabled/disabled on a per-port basisMichael Brown2-0/+32
2008-10-31[romprefix] Add vendor branding facilities and guidelinesMichael Brown4-14/+106
2008-10-31[phantom] Assume one net device per PCI functionMichael Brown2-764/+339
2008-10-31[hacks] Improve the guess_boot_netdev() logicMichael Brown3-9/+12
2008-10-30[settings] Add the notion of a "tag magic" to numbered settingsMichael Brown7-25/+60
2008-10-29[romprefix] Further sanity checks for the PCI 3 runtime segment addressMichael Brown1-9/+22
2008-10-28[phantom] Add CLP settings interfaceMichael Brown2-0/+368
2008-10-28[phantom] Unhalt/halt all PEGs during driver startup/shutdownMichael Brown2-0/+70
2008-10-28[phantom] Add line count limit to phantom_dmesg()Michael Brown1-22/+57
2008-10-27[ioapi] Fix broken implementation of insX() in the x86 I/O APIMichael Brown1-2/+2
2008-10-24[uri] Avoid interpreting DOS-style path names as opaque URIsMichael Brown1-2/+6
2008-10-24[phantom] Change register space abstraction to match other driversMichael Brown2-54/+46
2008-10-23[pcbios] Guard against register corruption in INT 15,e820 implementationsMichael Brown2-3/+11
2008-10-22[settings] Avoid returning uninitialised data on error in fetch_xxx_setting()Michael Brown1-5/+15
2008-10-21[tftp] Add EUNIQ_xx values to differentiate the many EINVAL errorsMichael Brown1-7/+16
2008-10-21[tg3] Add PCI ID for BCM5786Michael Brown1-0/+1
2008-10-21[contrib] Add patch to enable writable ROM images in bochsMichael Brown1-0/+20
2008-10-17[build] Fix building on FreeBSDMichael Brown2-2/+14
2008-10-17[romprefix] Sanity-check the runtime segment address for PCI 3Michael Brown1-0/+9
2008-10-17[build] Use ".bss.*" names for uninitialised-data sectionsMichael Brown2-11/+11
2008-10-17[build] Fix building on Ubuntu 8.04Michael Brown7-14/+16
2008-10-17[etherfabric] Merge changes from vendor treeMichael Brown2-2337/+3348