summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [release] Update version to 0.9.9 for releasev0.9.9Marty Connor2009-10-211-2/+2
* [zbin] Fix 64-bit compilation warnings for util/zbin.cJoshua Oreman2009-10-201-8/+8
* [util] Change gensdsk file permissions to include executeMarty Connor2009-10-201-0/+0
* [sis190] Fix for gcc-3.3.3 compilationShao Miller2009-10-181-1/+1
* [zbin] Fix compilation warnings for util/zbin.cThomas Miletich2009-10-171-5/+5
* [ath5k] Save proper cacheline size when fixing PCI configurationJoshua Oreman2009-10-171-1/+2
* [ath5k] Update for changes in kernel 2.6.31Joshua Oreman2009-10-178-5/+147
* [infiniband] Send CM requests to target node's GSI rather than SM's GSIMichael Brown2009-10-171-1/+3
* [sis190] Add sis190/191 ethernet driverThomas Miletich2009-10-163-0/+1490
* [e1000] Add 82576 supportSimon Horman2009-10-163-24/+181
* [atl1e] Add Attansic L1E gigabit Ethernet driverJoshua Oreman2009-10-163-0/+2789
* [sis900] Enable interrupts to allow UNDI to workThomas Miletich2009-10-151-0/+6
* [util] Make mtools check detect new versionsStefan Hajnoczi2009-10-152-2/+2
* [modrom] Avoid clobbering near jump with checksumJoshua Oreman2009-10-151-2/+2
* [build] Fix DEBUG builds for filenames with hyphensJoshua Oreman2009-10-151-1/+1
* [3c90x] Fix a3c90x_close() and a3c90x_remove() methods.Thomas Miletich2009-10-151-3/+3
* [release] Update version to 0.9.8+ post releaseMarty Connor2009-10-141-1/+1
* [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