aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* [ath5k] Remove spurious debugging checkJoshua Oreman2009-08-171-10/+0
* [netdevice] Allow the hardware and link-layer addresses to differ in sizeMichael Brown2009-08-121-5/+19
* [netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown2009-08-1214-66/+48
* [infiniband] Allow SRP reconnection attempts even after reporting failuresMichael Brown2009-08-101-12/+5
* [infiniband] Add support for SRP over InfinibandMichael Brown2009-08-101-0/+530
* [hermon] Reduce the RC ACK timeoutMichael Brown2009-08-101-1/+1
* [hermon] Randomise the high-order bits of queue pair numbersMichael Brown2009-08-102-6/+7
* [scsi] Generalise iscsi_parse_lun() to scsi_parse_lun()Michael Brown2009-08-101-0/+30
* [scsi] Generalise iscsi_detached_command() to scsi_detached_command()Michael Brown2009-08-101-0/+12
* [ath5k] Add support for non-802.11n Atheros wireless NICsJoshua Oreman2009-08-0919-0/+17968
* [802.11] Enhance support for driver PHY differencesJoshua Oreman2009-08-091-24/+32
* [infiniband] Update all other MAD users to use a management interfaceMichael Brown2009-08-081-4/+28
* [infiniband] Update subnet management agent to use a management interfaceMichael Brown2009-08-081-4/+4
* [hermon] Allow for multiple calls to ib_modify_qp()Michael Brown2009-08-082-31/+64
* [hermon] Add support for multiple ports and detecting non-IB portsMichael Brown2009-08-063-31/+110
* [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-032-0/+4575
* [rtl818x] Add driver for Realtek 8180/8185 wireless cardsJoshua Oreman2009-08-018-0/+2605
* [hermon] Add support for RC queue pairsMichael Brown2009-07-173-70/+221
* [hermon] Allow software GMA to receive packets destined for QP1Michael Brown2009-07-172-45/+277
* [hermon] Disable debugging around mapping of firmware tablesMichael Brown2009-07-171-0/+8
* [hermon] Remove an unnecessary check for GID-less transmissionsMichael Brown2009-07-171-8/+1
* [infiniband] Add infrastructure for RC queue pairsMichael Brown2009-07-174-24/+19
* [infiniband] Pass a generic MAD to ib_set_port_info()Michael Brown2009-07-171-3/+3
* [infiniband] Expose supported and enabled link speeds and widthsMichael Brown2009-07-171-3/+11
* [infiniband] Always create an SMA and a GMAMichael Brown2009-07-171-13/+0
* [infiniband] Add notion of a queue pair typeMichael Brown2009-07-171-1/+2
* [ipoib] Attempt the broadcast group join only if the link is upMichael Brown2009-07-171-9/+4
* [infiniband] Implement SMA as an instance of a GMAMichael Brown2009-07-171-8/+3
* [ipoib] Remove the queue set abstractionMichael Brown2009-07-171-20/+36
* [ipoib] Kill off the now-unused IPoIB metadata queue setMichael Brown2009-07-171-144/+39
* [infiniband] Provide a general mechanism for multicast group joinsMichael Brown2009-07-171-129/+13
* [infiniband] Make qkey and rate optional parameters to ib_post_send()Michael Brown2009-07-171-6/+4
* [ipoib] Clarify new role of IPoIB peer cache as for MAC addresses onlyMichael Brown2009-07-171-39/+21
* [ipoib] Expose the real broadcast MACMichael Brown2009-07-171-46/+37
* [ipoib] Use Infiniband broadcast QPN in IPoIB broadcast MAC addressMichael Brown2009-07-171-10/+3
* [infiniband] Provide a general mechanism for path record lookupsMichael Brown2009-07-171-108/+8
* [infiniband] Centralise SMA and GMA queue constantsMichael Brown2009-07-171-7/+7
* [infiniband] Poll completion queues automaticallyMichael Brown2009-07-171-6/+3
* [infiniband] Centralise assumption of 2048-byte payloadsMichael Brown2009-07-171-3/+3
* [infiniband] Split queue set functionality out of ipoib.c to ib_qset.cMichael Brown2009-07-171-137/+32
* [infiniband] Move non-driver-specific code to net/infinibandMichael Brown2009-07-173-959/+0
* [netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocolMichael Brown2009-07-173-7/+22
* [ata] Make ATA command issuing partially asynchronousMichael Brown2009-07-171-1/+24
* [scsi] Improve SCSI debuggingMichael Brown2009-07-171-9/+26
* [scsi] Make SCSI command issuing partially asynchronousMichael Brown2009-07-171-3/+15
* [rtl8139] Split debug messages into DBGLVL_LOG and DBGLVL_EXTRAMichael Brown2009-06-231-13/+18
* [e1000] Ensure descriptor is fully written before sending packetMichael Brown2009-06-231-0/+1
* [netdevice] Add netdev argument to link-layer push and pull handlersJoshua Oreman2009-06-231-2/+6
* [misc] Fix source files erroneously marked as executableMichael Brown2009-06-021-0/+0