summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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
* [spi] Add address-length autodetection to the SPI bit-bashing codeMichael Brown2009-05-282-18/+86
* [ethernet] Update mii.h and use it in drivers that had a private copyDaniel Verkamp2009-05-2612-531/+91Star
* [ethernet] Move struct mii_if_info to mii.hDaniel Verkamp2009-05-262-13/+0Star
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-18102-1/+206
* [3c90x] Add missing size_t format specifierJoshua Oreman2009-03-311-1/+1
* [pcnet32] Fix received packet corruptionMichael Brown2009-03-261-3/+3
* [forcedeth] Add support for newer forcedeth NICsThomas Miletich2009-03-261-7/+34
* [pci] Add driver_data field to struct pci_device_idThomas Miletich2009-03-2636-325/+325
* [3c90x] Remove src/drivers/3c90x.txtMarty Connor2009-03-131-307/+0Star
* [3c90x] 3c90x driver rewrite using gPXE APIThomas Miletich2009-03-132-935/+1200