aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-21[release] Update version to 0.9.9 for releasev0.9.9Marty Connor1-2/+2
2009-10-20[zbin] Fix 64-bit compilation warnings for util/zbin.cJoshua Oreman1-8/+8
2009-10-20[util] Change gensdsk file permissions to include executeMarty Connor1-0/+0
2009-10-17[sis190] Fix for gcc-3.3.3 compilationShao Miller1-1/+1
2009-10-17[zbin] Fix compilation warnings for util/zbin.cThomas Miletich1-5/+5
2009-10-16[ath5k] Save proper cacheline size when fixing PCI configurationJoshua Oreman1-1/+2
2009-10-16[ath5k] Update for changes in kernel 2.6.31Joshua Oreman8-5/+147
2009-10-16[infiniband] Send CM requests to target node's GSI rather than SM's GSIMichael Brown1-1/+3
2009-10-16[sis190] Add sis190/191 ethernet driverThomas Miletich3-0/+1490
2009-10-16[e1000] Add 82576 supportSimon Horman3-24/+181
2009-10-16[atl1e] Add Attansic L1E gigabit Ethernet driverJoshua Oreman3-0/+2789
2009-10-15[sis900] Enable interrupts to allow UNDI to workThomas Miletich1-0/+6
2009-10-15[util] Make mtools check detect new versionsStefan Hajnoczi2-2/+2
2009-10-15[modrom] Avoid clobbering near jump with checksumJoshua Oreman1-2/+2
2009-10-15[build] Fix DEBUG builds for filenames with hyphensJoshua Oreman1-1/+1
2009-10-15[3c90x] Fix a3c90x_close() and a3c90x_remove() methods.Thomas Miletich1-3/+3
2009-10-14[release] Update version to 0.9.8+ post releaseMarty Connor1-1/+1
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