aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-08-31[ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headersMichael Brown1-260/+375
2012-08-31[infiniband] Include destination address vector in ib_complete_recv()Michael Brown5-10/+28
2012-08-31[infiniband] Use explicit "source" and "dest" address vector parameter namesMichael Brown5-105/+109
2012-08-31[infiniband] Allow queue pairs to have a custom allocator for receive iobufsMichael Brown2-4/+15
2012-08-24[realtek] Force EEPROM CS low before disabling EEPROM access modeMichael Brown2-3/+32
2012-08-24[bitbash] Add optional open() and close() methods for bit-bashing interfacesMichael Brown2-1/+16
2012-08-23[realtek] Forcibly enable advertisement of 1000Mbps speedsMichael Brown1-7/+72
2012-08-23[mii] Add separate mii_restart() functionMichael Brown1-4/+32
2012-08-23[realtek] Enable DAC only when built as a 64-bit binaryMichael Brown1-2/+7
2012-08-23[realtek] Use read-modify-write to check for C+ Command registerMichael Brown1-3/+4
2012-08-23[realtek] Use explicit value for TCR.MXDMAMichael Brown2-0/+13
2012-08-23[realtek] Use explicit values for RCR.RXFTH and RCR.MXDMAMichael Brown2-2/+10
2012-08-23[realtek] Always set high dword of ring address registersMichael Brown1-4/+2
2012-08-20[tg3] Fix driver for BCM5719, BCM5720, BCM5764M, BCM57762Kevin Tran4-19/+29
2012-07-24[tg3] Fix excessive DMA alignment.Thomas Miletich1-2/+1
2012-07-23[epic100] Fix wrong field used as rx packet lengthAlexey1-2/+2
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown53-55/+106
2012-07-20[qib7322] Fix compiler warning on gcc 4.7Michael Brown1-0/+3
2012-07-20[isa] Avoid spurious compiler warning on gcc 4.7Michael Brown1-3/+3
2012-07-19[skel] Add missing iounmap()Michael Brown1-0/+2
2012-07-19[myson] Add missing iounmap()Michael Brown1-0/+2
2012-07-19[natsemi] Add missing iounmap()Michael Brown1-0/+2
2012-07-19[realtek] Add missing iounmap()Michael Brown1-0/+2
2012-07-19[intel] Add missing iounmap()Michael Brown1-0/+2
2012-07-17[b44] Eliminate call to get_memmap()Michael Brown1-26/+31
2012-07-10[intel] Explicitly enable descriptor queuesMichael Brown2-0/+10
2012-07-10[intel] Refill receive ring only after enabling receiverMichael Brown1-3/+3
2012-06-27[realtek] Add missing cpu_to_le16()Michael Brown1-1/+1
2012-06-27[sky2] Fix invalid memory accessValentine Barshak1-1/+1
2012-04-28[realtek] Support RTL8139 cards within generic Realtek driverMichael Brown3-649/+400
2012-04-27[myson] Replace driver for Myson Technology NICsMichael Brown3-1022/+868
2012-04-27[natsemi] Fix test for addresses below 4GBMichael Brown1-2/+2
2012-04-26[natsemi] Replace driver for National Semicondutor NICsMichael Brown3-1682/+1095
2012-04-23[intel] Replace driver for Intel Gigabit NICsMichael Brown64-47324/+1198
2012-04-23[realtek] Update link state when device is openedMichael Brown1-0/+3
2012-04-21[skel] Add skeleton network driverMichael Brown2-0/+331
2012-04-18[realtek] Replace driver for Realtek Gigabit NICsMichael Brown4-2718/+984
2012-04-18[mii] Add generic MII reset functionMichael Brown1-0/+85
2012-04-18[mii] Synchronise constants with current Linux include/linux/mii.hMichael Brown1-1/+0
2012-04-10[igbvf] Add i350 virtual function supportErik Jacobson2-1/+3
2012-04-10[e1000e] Basic 82579 supportDaniel Hokka Zakrisson7-15/+67
2012-03-26[console] Move putchar() and getchar() declarations to stdio.hMichael Brown5-5/+1
2012-03-16[myri10ge] Fix compilation error in myri10ge_command() with gcc 4.7Olaf Hering2-4/+4
2012-03-14[eepro100] Add PCI ID 8086:10fe1d 2k1-0/+1
2012-03-13[forcedeth] Use standard random() functionMichael Brown1-2/+1
2012-03-09[ath9k] Fix compilation on older gcc versionsMichael Brown2-3/+2
2012-02-12[snpnet] Give up entirely on the transmit queueJarrod Johnson1-32/+13
2012-02-10[tg3] Remove tg3_calc_dma_bndry()Thomas Miletich3-29/+6
2012-02-09[tg3] Fix compilation on newer gcc versionsChristian Hesse3-13/+2
2012-01-30[tg3] New tg3 driverThomas Miletich5-3905/+7000