summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* [rtl818x] Remove broken mmio register supportStefan Hajnoczi2010-01-251-3/+0Star
* [natsemi] Convert stray mmio readl() to pio inl()Stefan Hajnoczi2010-01-251-1/+1
* [pci] Save and restore PCI command registerBernhard Kohl2010-01-221-0/+5
* [skge] Note correct author of akge driverThomas Miletich2010-01-141-4/+5
* [skge] Add driver for skge NICsMarty Connor2010-01-142-0/+5094
* [myri10ge] Native driver for Myricom 10Gb Ethernet NICsGlenn Brown2010-01-142-0/+1555
* [forcedeth] Add support for 10de:054c nforce 630a, MCP 67Thomas Horsten2010-01-141-0/+2
* [e1000] Remove deprecated IRQ_FORCE action from e1000_irq()Thomas Miletich2010-01-051-23/+4Star
* [eepro100] Add missing FILE_LICENCE() to eepro100.hThomas Miletich2009-12-141-0/+2
* [e1000] Enable interrupts in a more UNDI compatible wayThomas Miletich2009-11-251-2/+1Star
* [eepro100] Convert to native gPXE APIThomas Miletich2009-11-222-639/+1197
* [e1000] Use the alternate MAC in NVRAM when availableAlex Williamson2009-11-222-3/+51
* [e1000] Implement zero-copy receiveThomas Miletich2009-11-221-63/+83
* [linda] Re-import the latest register definitionsMichael Brown2009-11-161-6/+4Star
* [susieq] Update qib_genbits.pl to handle SusieQ definitionsMichael Brown2009-11-161-4/+24
* [linda] Wait up to 20us for link state to updateMichael Brown2009-11-162-0/+35
* [ipoib] Mask out non-QPN bits in the IPoIB destination MAC when sendingMichael Brown2009-11-161-8/+7Star
* [ipoib] Always set the "full membership" bit in the IPv4 broadcast GIDMichael Brown2009-11-161-1/+2
* [infiniband] Report IB link status as IPoIB netdevice statusMichael Brown2009-11-161-5/+12
* [atl1e] Fix compilation on gcc-4.4.1-2.fc11.i586.Joshua Oreman2009-10-241-8/+9
* [sis190] Hide the ISA bridge's PCI IDs from parserom.plThomas Miletich2009-10-241-3/+3
* [sis190] Insert forgotten FILE_LICENCE() to sis190.hThomas Miletich2009-10-241-1/+2
* [sis190] Make 'make allroms' happy.Thomas Miletich2009-10-241-2/+2
* [netdevice] Add the concept of an "Ethernet-compatible" MAC addressMichael Brown2009-10-231-0/+57
* [sis190] Fix for gcc-3.3.3 compilationShao Miller2009-10-181-1/+1
* [ath5k] Save proper cacheline size when fixing PCI configurationJoshua Oreman2009-10-171-1/+2
* [ath5k] Update for changes in kernel 2.6.31Joshua Oreman2009-10-178-5/+147
* [sis190] Add sis190/191 ethernet driverThomas Miletich2009-10-162-0/+1489
* [e1000] Add 82576 supportSimon Horman2009-10-163-24/+181
* [atl1e] Add Attansic L1E gigabit Ethernet driverJoshua Oreman2009-10-162-0/+2788
* [sis900] Enable interrupts to allow UNDI to workThomas Miletich2009-10-151-0/+6
* [3c90x] Fix a3c90x_close() and a3c90x_remove() methods.Thomas Miletich2009-10-151-3/+3
* [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