aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* [b44] Eliminate call to get_memmap()Michael Brown2012-07-171-26/+31
* [intel] Explicitly enable descriptor queuesMichael Brown2012-07-102-0/+10
* [intel] Refill receive ring only after enabling receiverMichael Brown2012-07-101-3/+3
* [realtek] Add missing cpu_to_le16()Michael Brown2012-06-271-1/+1
* [sky2] Fix invalid memory accessValentine Barshak2012-06-271-1/+1
* [realtek] Support RTL8139 cards within generic Realtek driverMichael Brown2012-04-283-649/+400
* [myson] Replace driver for Myson Technology NICsMichael Brown2012-04-273-1022/+868
* [natsemi] Fix test for addresses below 4GBMichael Brown2012-04-271-2/+2
* [natsemi] Replace driver for National Semicondutor NICsMichael Brown2012-04-263-1682/+1095
* [intel] Replace driver for Intel Gigabit NICsMichael Brown2012-04-2364-47324/+1198
* [realtek] Update link state when device is openedMichael Brown2012-04-231-0/+3
* [skel] Add skeleton network driverMichael Brown2012-04-212-0/+331
* [realtek] Replace driver for Realtek Gigabit NICsMichael Brown2012-04-184-2718/+984
* [mii] Add generic MII reset functionMichael Brown2012-04-181-0/+85
* [mii] Synchronise constants with current Linux include/linux/mii.hMichael Brown2012-04-181-1/+0
* [igbvf] Add i350 virtual function supportErik Jacobson2012-04-102-1/+3
* [e1000e] Basic 82579 supportDaniel Hokka Zakrisson2012-04-107-15/+67
* [console] Move putchar() and getchar() declarations to stdio.hMichael Brown2012-03-265-5/+1
* [myri10ge] Fix compilation error in myri10ge_command() with gcc 4.7Olaf Hering2012-03-162-4/+4
* [eepro100] Add PCI ID 8086:10fe1d 2k2012-03-141-0/+1
* [forcedeth] Use standard random() functionMichael Brown2012-03-131-2/+1
* [ath9k] Fix compilation on older gcc versionsMichael Brown2012-03-092-3/+2
* [snpnet] Give up entirely on the transmit queueJarrod Johnson2012-02-121-32/+13
* [tg3] Remove tg3_calc_dma_bndry()Thomas Miletich2012-02-103-29/+6
* [tg3] Fix compilation on newer gcc versionsChristian Hesse2012-02-093-13/+2
* [tg3] New tg3 driverThomas Miletich2012-01-305-3905/+7000
* [vmxnet3] Add VMware vmxnet3 driverMichael Brown2012-01-062-0/+1166
* [e1000e] Strip the Ethernet CRC from received packetsMichael Brown2011-12-081-1/+1
* [e1000] Request notification of TX completionsMichael Brown2011-12-061-1/+1
* [arbel] Ensure hardware is quiescent when no interfaces are openMichael Brown2011-11-152-92/+271
* [arbel] Reorder code in preparation for quiescing patchMichael Brown2011-11-151-190/+197
* [hermon] Ensure hardware is quiescent when no interfaces are openMichael Brown2011-11-152-81/+217
* [hermon] Reorder code in preparation for quiescing patchMichael Brown2011-11-151-641/+648
* [ipoib] Report packets as broadcast when ambiguousMichael Brown2011-11-151-8/+13
* [rtl8139] Perform only 8-bit ioport access on the ChipCmd registerJulian Pidancet2011-11-141-1/+1
* [arbel] Add (not-yet-functional) support for RC queue pairsMichael Brown2011-10-242-8/+111
* [ath9k] Add ath9k driverScott K Logan2011-10-1472-0/+43176
* [netdevice] Allow link layer to report broadcast/multicast packets via pull()Michael Brown2011-07-151-1/+4
* [igb] Remove __BIG_ENDIAN conditionalThomas Miletich2011-07-151-5/+0
* [scsi] Eliminate polling while waiting for window to openMichael Brown2011-06-281-6/+13
* [process] Pass containing object pointer to process step() methodsMichael Brown2011-06-281-5/+8
* [forcedeth] Ensure that IRQ line is deasserted when disabling interruptsMichael Brown2011-05-041-3/+2
* [hermon] Remove temporary workaround for missing BOFM mport supportMichael Brown2011-05-041-39/+15
* [hermon] Work around missing mport support in current BOFM implementationsMichael Brown2011-04-081-15/+39
* [arbel] Stop firmware only once on shutdownMichael Brown2011-04-081-1/+0
* [hermon] Stop firmware only once on shutdownMichael Brown2011-04-081-1/+0
* [device] Make driver name a generic device propertyMichael Brown2011-04-075-6/+8
* [forcedeth] Never change the NVREG_TRANSMITPOLL_MAC_ADDR_REV flagMichael Brown2011-03-301-5/+0
* [forcedeth] Remove software unicast MAC address filterMichael Brown2011-03-291-9/+2
* [forcedeth] Avoid unused-but-set variable warning in gcc 4.6Thomas Miletich2011-03-281-3/+2