summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ipoib] Mask out non-QPN bits in the IPoIB destination MAC when sendingMichael Brown2009-11-163-10/+13
* [ipoib] Always set the "full membership" bit in the IPv4 broadcast GIDMichael Brown2009-11-162-1/+5
* [infiniband] Rename IB_PKEY_NONE to IB_PKEY_DEFAULTMichael Brown2009-11-163-3/+3
* [infiniband] Report IB link status as IPoIB netdevice statusMichael Brown2009-11-163-5/+41
* [infiniband] Include hostname in node description, if availableMichael Brown2009-11-161-1/+7
* [infiniband] Make node description invariant across all portsMichael Brown2009-11-161-4/+5
* [ipv4] Ignore non-open net devices when performing routingMichael Brown2009-11-161-0/+2
* [ipv4] Allow calculation of default subnet maskMichael Brown2009-11-161-11/+11
* [ipv4] Use a zero address to indicate "no gateway", rather than INADDR_NONEMichael Brown2009-11-162-8/+7Star
* [libc] Use only generic errortab entries to match generic errorsMichael Brown2009-11-161-5/+4Star
* [sanboot] Extend the "keep-san" option to non-iSCSI SAN protocolsMichael Brown2009-11-045-17/+37
* [pxebs] Correct endianness of PXE typeJoshua Oreman2009-10-241-2/+2
* [atl1e] Fix compilation on gcc-4.4.1-2.fc11.i586.Joshua Oreman2009-10-241-8/+9
* [sis190] Hide the ISA bridge's PCI IDs from parserom.plThomas Miletich2009-10-242-4/+9
* [sis190] Insert forgotten FILE_LICENCE() to sis190.hThomas Miletich2009-10-241-1/+2
* [sis190] Make 'make allroms' happy.Thomas Miletich2009-10-241-2/+2
* [iscsi] Use the "Ethernet-compatible" MAC address in the iBFTMichael Brown2009-10-231-4/+8
* [netdevice] Add the concept of an "Ethernet-compatible" MAC addressMichael Brown2009-10-235-6/+84
* [iscsi] Fix printing of non-existent strings in iBFT debug messagesMichael Brown2009-10-231-1/+2
* [release] Update version to 0.9.9+ post releaseMarty Connor2009-10-211-1/+1
* [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