aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-14[release] Update version to 0.9.8 for releasev0.9.8Marty Connor1-2/+2
2009-10-14[hermon] Reset device during probe()Michael Brown2-0/+28
2009-10-14[pci] Add generic configuration space backup/restore facilityMichael Brown2-0/+123
2009-08-31[job] Report progress of downloader jobs via job_progress()Michael Brown1-2/+21
2009-08-31[job] Add missing job_progress() interface methodMichael Brown2-0/+10
2009-08-17[ath5k] Remove spurious debugging checkJoshua Oreman1-10/+0
2009-08-12[802.11] Support multicast hashingMichael Brown3-22/+4
2009-08-12[802.11] Properly initialize autoassociation processJoshua Oreman1-1/+2
2009-08-12[dhcp] Fall back to using the hardware address to populate the chaddr fieldMichael Brown3-12/+52
2009-08-12[netdevice] Allow the hardware and link-layer addresses to differ in sizeMichael Brown8-17/+66
2009-08-12[netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown22-82/+71
2009-08-11[doc] Expand scope of doxygen-generated documentationMichael Brown4-30/+45
2009-08-11[zbin] Change fixup semantics to support ROMs over 128k uncompressedJoshua Oreman7-75/+92
2009-08-11[doc] Update doxygen.cfg to match version running on rom.etherboot.orgMichael Brown1-75/+320
2009-08-10[infiniband] Add support for the SRP Boot Firmware TableMichael Brown3-0/+236
2009-08-10[infiniband] Disambiguate CM connection rejection reasonsMichael Brown3-4/+32
2009-08-10[infiniband] Allow SRP reconnection attempts even after reporting failuresMichael Brown2-18/+5
2009-08-10[infiniband] Generate more specific errors in response to failure MADsMichael Brown4-6/+8
2009-08-10[infiniband] Add support for SRP over InfinibandMichael Brown9-0/+1960
2009-08-10[infiniband] Add last_opened_ibdev(), analogous to last_opened_netdev()Michael Brown3-1/+27
2009-08-10[infiniband] Add find_ibdev()Michael Brown2-0/+17
2009-08-10[infiniband] Add a "communication-managed reliable connection" protocolMichael Brown3-0/+456
2009-08-10[hermon] Reduce the RC ACK timeoutMichael Brown1-1/+1
2009-08-10[hermon] Randomise the high-order bits of queue pair numbersMichael Brown2-6/+7
2009-08-10[scsi] Make LUN a property of the SCSI backend onlyMichael Brown2-3/+0
2009-08-10[scsi] Generalise iscsi_parse_lun() to scsi_parse_lun()Michael Brown4-48/+48
2009-08-10[scsi] Generalise iscsi_detached_command() to scsi_detached_command()Michael Brown3-6/+15
2009-08-10[process] Make it safe to call process_add() multiple timesMichael Brown5-3/+14
2009-08-09[infiniband] Handle duplicate Communication Management REPsMichael Brown2-0/+58
2009-08-09[ath5k] Add support for non-802.11n Atheros wireless NICsJoshua Oreman21-0/+17970
2009-08-09[legal] Add MIT licence declarationJoshua Oreman1-0/+10
2009-08-09[802.11] Fix memory leak on unsuccessful probesJoshua Oreman1-2/+1
2009-08-09[802.11] Fix maximum packet lengthJoshua Oreman1-5/+13
2009-08-09[802.11] Set channels early on to avoid tuning to an undefined channelJoshua Oreman1-0/+5
2009-08-09[802.11] Enhance support for driver PHY differencesJoshua Oreman3-44/+147
2009-08-09[geniso] Emit proper error message for incorrect location of ISOLINUX_BINvibi sreenivasan1-1/+1
2009-08-08[infiniband] Update all other MAD users to use a management interfaceMichael Brown12-992/+747
2009-08-08[infiniband] Update subnet management agent to use a management interfaceMichael Brown8-313/+412
2009-08-08[infiniband] Add the concept of a management interfaceMichael Brown4-1/+549
2009-08-08[hermon] Allow for multiple calls to ib_modify_qp()Michael Brown2-31/+64
2009-08-08[romprefix] Cope with PnP BIOSes that fail to set %es:%di on entryMichael Brown1-7/+20
2009-08-06[hermon] Add support for multiple ports and detecting non-IB portsMichael Brown3-31/+110
2009-08-06[infiniband] Change IB_{QPN,QKEY,QPT} names from {SMA,GMA} to {SMI,GSI}Michael Brown5-30/+30
2009-08-03[build] Mark __intel_new_proc_init with __libgcc rather than cdeclMichael Brown1-1/+1
2009-08-03[sky2] Add support for Marvell Yukon-II gigabit Ethernet cardsJoshua Oreman3-0/+4576
2009-08-03[pci] Add definitions for Advanced Error Reporting registersJoshua Oreman1-0/+27
2009-08-02[legal] Add the MIT and ISC licenses to licence.plH. Peter Anvin1-0/+25
2009-08-02[pxe] Dual-license pxe_api.h under the MIT licenseH. Peter Anvin1-0/+25
2009-08-02[config] Enable PXE commands by default only on pcbios architectureJoshua Oreman2-1/+3
2009-08-02[pxe] Avoid printf format warning on some compilersMichael Brown1-1/+1