aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [infiniband] Add support for SRP over InfinibandMichael Brown2009-08-104-0/+957
* [infiniband] Add last_opened_ibdev(), analogous to last_opened_netdev()Michael Brown2009-08-101-0/+3
* [infiniband] Add find_ibdev()Michael Brown2009-08-101-0/+1
* [infiniband] Add a "communication-managed reliable connection" protocolMichael Brown2009-08-102-0/+21
* [scsi] Make LUN a property of the SCSI backend onlyMichael Brown2009-08-101-2/+0
* [scsi] Generalise iscsi_parse_lun() to scsi_parse_lun()Michael Brown2009-08-102-11/+17
* [scsi] Generalise iscsi_detached_command() to scsi_detached_command()Michael Brown2009-08-101-0/+2
* [process] Make it safe to call process_add() multiple timesMichael Brown2009-08-101-0/+1
* [infiniband] Handle duplicate Communication Management REPsMichael Brown2009-08-091-0/+3
* [ath5k] Add support for non-802.11n Atheros wireless NICsJoshua Oreman2009-08-091-0/+1
* [legal] Add MIT licence declarationJoshua Oreman2009-08-091-0/+10
* [802.11] Fix maximum packet lengthJoshua Oreman2009-08-091-5/+13
* [802.11] Enhance support for driver PHY differencesJoshua Oreman2009-08-091-6/+39
* [infiniband] Update all other MAD users to use a management interfaceMichael Brown2009-08-086-76/+157
* [infiniband] Update subnet management agent to use a management interfaceMichael Brown2009-08-084-6/+28
* [infiniband] Add the concept of a management interfaceMichael Brown2009-08-083-1/+139
* [infiniband] Change IB_{QPN,QKEY,QPT} names from {SMA,GMA} to {SMI,GSI}Michael Brown2009-08-061-10/+10
* [sky2] Add support for Marvell Yukon-II gigabit Ethernet cardsJoshua Oreman2009-08-031-0/+1
* [pci] Add definitions for Advanced Error Reporting registersJoshua Oreman2009-08-031-0/+27
* [rtl818x] Add driver for Realtek 8180/8185 wireless cardsJoshua Oreman2009-08-011-0/+1
* [802.11] Add support for 802.11 devices with software MAC layerJoshua Oreman2009-08-014-0/+2177
* [infiniband] Add Communication Manager (CM)Michael Brown2009-07-173-0/+195
* [infiniband] Add infrastructure for RC queue pairsMichael Brown2009-07-171-51/+63
* [infiniband] Pass a generic MAD to ib_set_port_info()Michael Brown2009-07-171-5/+3
* [infiniband] Expose supported and enabled link speeds and widthsMichael Brown2009-07-171-4/+12
* [infiniband] Allow MAD handlers to indicate response via return valueMichael Brown2009-07-171-9/+4
* [infiniband] Remove the return status code from MAD handlersMichael Brown2009-07-171-2/+1
* [infiniband] Allow external QPN to differ from real QPNMichael Brown2009-07-171-1/+8
* [infiniband] Always create an SMA and a GMAMichael Brown2009-07-173-33/+7
* [infiniband] Add notion of a queue pair typeMichael Brown2009-07-172-4/+15
* [infiniband] Implement SMA as an instance of a GMAMichael Brown2009-07-174-39/+21
* [infiniband] Pass GMA as a parameter to GMA MAD handlersMichael Brown2009-07-171-8/+9
* [ipoib] Remove the queue set abstractionMichael Brown2009-07-171-31/+0
* [infiniband] Provide a general mechanism for multicast group joinsMichael Brown2009-07-173-0/+22
* [infiniband] Allow for sending MADs via GMA without retransmissionMichael Brown2009-07-171-1/+1
* [infiniband] Provide a general mechanism for path record lookupsMichael Brown2009-07-172-0/+18
* [infiniband] Create a general management agentMichael Brown2009-07-174-0/+91
* [infiniband] Centralise SMA and GMA queue constantsMichael Brown2009-07-172-11/+14
* [infiniband] Poll completion queues automaticallyMichael Brown2009-07-173-18/+11
* [infiniband] Centralise assumption of 2048-byte payloadsMichael Brown2009-07-174-10/+9
* [infiniband] Provide ib_get_hca_info() as a commonly-available functionMichael Brown2009-07-172-3/+5
* [infiniband] Split queue set functionality out of ipoib.c to ib_qset.cMichael Brown2009-07-172-0/+39
* [netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocolMichael Brown2009-07-173-43/+4
* [ata] Make ATA command issuing partially asynchronousMichael Brown2009-07-172-0/+3
* [scsi] Make SCSI command issuing partially asynchronousMichael Brown2009-07-172-9/+7
* [ifmgmt] Move ifmgmt_cmd.h to include/hciMichael Brown2009-06-281-0/+30
* [pxe] Improve pxe_undi debug messagesMichael Brown2009-06-271-0/+1
* [netdevice] Add mechanism for reporting detailed link status codesMichael Brown2009-06-241-8/+13
* [netdevice] Adjust maximum link-layer header length for 802.11Joshua Oreman2009-06-231-4/+5
* [netdevice] Add netdev argument to link-layer push and pull handlersJoshua Oreman2009-06-231-4/+8