summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* [settings] Add Bus ID settingShao Miller2009-12-142-4/+20
* [infiniband] Rename IB_PKEY_NONE to IB_PKEY_DEFAULTMichael Brown2009-11-162-2/+2
* [infiniband] Report IB link status as IPoIB netdevice statusMichael Brown2009-11-161-0/+28
* [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-161-7/+6Star
* [pxebs] Correct endianness of PXE typeJoshua Oreman2009-10-241-2/+2
* [netdevice] Add the concept of an "Ethernet-compatible" MAC addressMichael Brown2009-10-232-0/+13
* [infiniband] Send CM requests to target node's GSI rather than SM's GSIMichael Brown2009-10-171-1/+3
* [802.11] Support multicast hashingMichael Brown2009-08-122-22/+2Star
* [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-121-11/+43
* [netdevice] Allow the hardware and link-layer addresses to differ in sizeMichael Brown2009-08-123-2/+15
* [netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown2009-08-122-2/+6
* [infiniband] Disambiguate CM connection rejection reasonsMichael Brown2009-08-102-4/+27
* [infiniband] Generate more specific errors in response to failure MADsMichael Brown2009-08-104-6/+8
* [infiniband] Add support for SRP over InfinibandMichael Brown2009-08-101-0/+406
* [infiniband] Add last_opened_ibdev(), analogous to last_opened_netdev()Michael Brown2009-08-102-1/+24
* [infiniband] Add find_ibdev()Michael Brown2009-08-101-0/+16
* [infiniband] Add a "communication-managed reliable connection" protocolMichael Brown2009-08-101-0/+435
* [scsi] Make LUN a property of the SCSI backend onlyMichael Brown2009-08-101-1/+0Star
* [scsi] Generalise iscsi_parse_lun() to scsi_parse_lun()Michael Brown2009-08-101-37/+1Star
* [scsi] Generalise iscsi_detached_command() to scsi_detached_command()Michael Brown2009-08-101-6/+1Star
* [process] Make it safe to call process_add() multiple timesMichael Brown2009-08-103-0/+3
* [infiniband] Handle duplicate Communication Management REPsMichael Brown2009-08-091-0/+55
* [802.11] Fix memory leak on unsuccessful probesJoshua Oreman2009-08-091-2/+1Star
* [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-091-14/+76
* [infiniband] Update all other MAD users to use a management interfaceMichael Brown2009-08-095-912/+562Star
* [infiniband] Update subnet management agent to use a management interfaceMichael Brown2009-08-093-303/+380
* [infiniband] Add the concept of a management interfaceMichael Brown2009-08-091-0/+410
* [infiniband] Change IB_{QPN,QKEY,QPT} names from {SMA,GMA} to {SMI,GSI}Michael Brown2009-08-063-10/+10
* [tcp] Avoid printf format warnings on some compilersMichael Brown2009-08-021-9/+9
* [802.11] Add support for 802.11 devices with software MAC layerJoshua Oreman2009-08-012-0/+2966
* [infiniband] Add Communication Manager (CM)Michael Brown2009-07-181-0/+329
* [infiniband] Add infrastructure for RC queue pairsMichael Brown2009-07-184-18/+66
* [infiniband] Pass a generic MAD to ib_set_port_info()Michael Brown2009-07-182-6/+6
* [infiniband] Expose supported and enabled link speeds and widthsMichael Brown2009-07-182-16/+38
* [infiniband] Allow MAD handlers to indicate response via return valueMichael Brown2009-07-183-62/+100
* [infiniband] Remove the return status code from MAD handlersMichael Brown2009-07-183-67/+36Star
* [infiniband] Allow external QPN to differ from real QPNMichael Brown2009-07-182-7/+24
* [infiniband] Always create an SMA and a GMAMichael Brown2009-07-185-344/+292Star
* [infiniband] Add notion of a queue pair typeMichael Brown2009-07-183-5/+10
* [infiniband] Allow completion queue operations to be optionalMichael Brown2009-07-182-24/+12Star
* [infiniband] Improve ib_packet debugging messagesMichael Brown2009-07-181-7/+15
* [infiniband] Implement SMA as an instance of a GMAMichael Brown2009-07-183-316/+169Star
* [infiniband] Pass GMA as a parameter to GMA MAD handlersMichael Brown2009-07-183-64/+63Star
* [ipoib] Remove the queue set abstractionMichael Brown2009-07-181-97/+0Star