summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* [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
* [infiniband] Provide a general mechanism for multicast group joinsMichael Brown2009-07-182-0/+239
* [infiniband] Allow for sending MADs via GMA without retransmissionMichael Brown2009-07-182-29/+53
* [infiniband] Make qkey and rate optional parameters to ib_post_send()Michael Brown2009-07-182-4/+6
* [infiniband] Provide a general mechanism for path record lookupsMichael Brown2009-07-181-0/+221
* [infiniband] Create a general management agentMichael Brown2009-07-182-7/+443
* [infiniband] Centralise SMA and GMA queue constantsMichael Brown2009-07-182-2/+2
* [infiniband] Poll completion queues automaticallyMichael Brown2009-07-183-89/+110
* [infiniband] Centralise assumption of 2048-byte payloadsMichael Brown2009-07-183-5/+10
* [infiniband] Provide ib_get_hca_info() as a commonly-available functionMichael Brown2009-07-182-16/+30
* [infiniband] Split queue set functionality out of ipoib.c to ib_qset.cMichael Brown2009-07-181-0/+133