summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* [hermon] Reset device during probe()Michael Brown2009-10-142-0/+28
* [pci] Add generic configuration space backup/restore facilityMichael Brown2009-10-141-0/+90
* [ath5k] Remove spurious debugging checkJoshua Oreman2009-08-181-10/+0Star
* [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/+48Star
* [infiniband] Allow SRP reconnection attempts even after reporting failuresMichael Brown2009-08-101-12/+5Star
* [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-091-4/+28
* [infiniband] Update subnet management agent to use a management interfaceMichael Brown2009-08-091-4/+4
* [hermon] Allow for multiple calls to ib_modify_qp()Michael Brown2009-08-092-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-183-70/+221
* [hermon] Allow software GMA to receive packets destined for QP1Michael Brown2009-07-182-45/+277
* [hermon] Disable debugging around mapping of firmware tablesMichael Brown2009-07-181-0/+8
* [hermon] Remove an unnecessary check for GID-less transmissionsMichael Brown2009-07-181-8/+1Star
* [infiniband] Add infrastructure for RC queue pairsMichael Brown2009-07-184-24/+19Star
* [infiniband] Pass a generic MAD to ib_set_port_info()Michael Brown2009-07-181-3/+3
* [infiniband] Expose supported and enabled link speeds and widthsMichael Brown2009-07-181-3/+11
* [infiniband] Always create an SMA and a GMAMichael Brown2009-07-181-13/+0Star
* [infiniband] Add notion of a queue pair typeMichael Brown2009-07-181-1/+2
* [ipoib] Attempt the broadcast group join only if the link is upMichael Brown2009-07-181-9/+4Star
* [infiniband] Implement SMA as an instance of a GMAMichael Brown2009-07-181-8/+3Star
* [ipoib] Remove the queue set abstractionMichael Brown2009-07-181-20/+36
* [ipoib] Kill off the now-unused IPoIB metadata queue setMichael Brown2009-07-181-144/+39Star
* [infiniband] Provide a general mechanism for multicast group joinsMichael Brown2009-07-181-129/+13Star
* [infiniband] Make qkey and rate optional parameters to ib_post_send()Michael Brown2009-07-181-6/+4Star
* [ipoib] Clarify new role of IPoIB peer cache as for MAC addresses onlyMichael Brown2009-07-181-39/+21Star
* [ipoib] Expose the real broadcast MACMichael Brown2009-07-181-46/+37Star
* [ipoib] Use Infiniband broadcast QPN in IPoIB broadcast MAC addressMichael Brown2009-07-181-10/+3Star
* [infiniband] Provide a general mechanism for path record lookupsMichael Brown2009-07-181-108/+8Star
* [infiniband] Centralise SMA and GMA queue constantsMichael Brown2009-07-181-7/+7
* [infiniband] Poll completion queues automaticallyMichael Brown2009-07-181-6/+3Star
* [infiniband] Centralise assumption of 2048-byte payloadsMichael Brown2009-07-181-3/+3
* [infiniband] Split queue set functionality out of ipoib.c to ib_qset.cMichael Brown2009-07-181-137/+32Star
* [infiniband] Move non-driver-specific code to net/infinibandMichael Brown2009-07-183-959/+0Star
* [netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocolMichael Brown2009-07-183-7/+22
* [ata] Make ATA command issuing partially asynchronousMichael Brown2009-07-181-1/+24
* [scsi] Improve SCSI debuggingMichael Brown2009-07-181-9/+26
* [scsi] Make SCSI command issuing partially asynchronousMichael Brown2009-07-181-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