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