summaryrefslogtreecommitdiffstats
path: root/src/drivers/net
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
* [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
* [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
* [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
* [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
* [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
* [infiniband] Add infrastructure for RC queue pairsMichael Brown2009-07-181-1/+1
* [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
* [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