aboutsummaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* [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/+0
* [scsi] Generalise iscsi_parse_lun() to scsi_parse_lun()Michael Brown2009-08-101-37/+1
* [scsi] Generalise iscsi_detached_command() to scsi_detached_command()Michael Brown2009-08-101-6/+1
* [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/+1
* [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-085-912/+562
* [infiniband] Update subnet management agent to use a management interfaceMichael Brown2009-08-083-303/+380
* [infiniband] Add the concept of a management interfaceMichael Brown2009-08-081-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-171-0/+329
* [infiniband] Add infrastructure for RC queue pairsMichael Brown2009-07-174-18/+66
* [infiniband] Pass a generic MAD to ib_set_port_info()Michael Brown2009-07-172-6/+6
* [infiniband] Expose supported and enabled link speeds and widthsMichael Brown2009-07-172-16/+38
* [infiniband] Allow MAD handlers to indicate response via return valueMichael Brown2009-07-173-62/+100
* [infiniband] Remove the return status code from MAD handlersMichael Brown2009-07-173-67/+36
* [infiniband] Allow external QPN to differ from real QPNMichael Brown2009-07-172-7/+24
* [infiniband] Always create an SMA and a GMAMichael Brown2009-07-175-344/+292
* [infiniband] Add notion of a queue pair typeMichael Brown2009-07-173-5/+10
* [infiniband] Allow completion queue operations to be optionalMichael Brown2009-07-172-24/+12
* [infiniband] Improve ib_packet debugging messagesMichael Brown2009-07-171-7/+15
* [infiniband] Implement SMA as an instance of a GMAMichael Brown2009-07-173-316/+169
* [infiniband] Pass GMA as a parameter to GMA MAD handlersMichael Brown2009-07-173-64/+63
* [ipoib] Remove the queue set abstractionMichael Brown2009-07-171-97/+0
* [infiniband] Provide a general mechanism for multicast group joinsMichael Brown2009-07-172-0/+239
* [infiniband] Allow for sending MADs via GMA without retransmissionMichael Brown2009-07-172-29/+53
* [infiniband] Make qkey and rate optional parameters to ib_post_send()Michael Brown2009-07-172-4/+6
* [infiniband] Provide a general mechanism for path record lookupsMichael Brown2009-07-171-0/+221
* [infiniband] Create a general management agentMichael Brown2009-07-172-7/+443
* [infiniband] Centralise SMA and GMA queue constantsMichael Brown2009-07-172-2/+2
* [infiniband] Poll completion queues automaticallyMichael Brown2009-07-173-89/+110
* [infiniband] Centralise assumption of 2048-byte payloadsMichael Brown2009-07-173-5/+10
* [infiniband] Provide ib_get_hca_info() as a commonly-available functionMichael Brown2009-07-172-16/+30
* [infiniband] Split queue set functionality out of ipoib.c to ib_qset.cMichael Brown2009-07-171-0/+133
* [infiniband] Move non-driver-specific code to net/infinibandMichael Brown2009-07-173-0/+959
* [netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocolMichael Brown2009-07-174-5/+21
* [ata] Make ATA command issuing partially asynchronousMichael Brown2009-07-171-8/+2
* [scsi] Make SCSI command issuing partially asynchronousMichael Brown2009-07-171-18/+11