aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-03-04[tg3] Fix various tg3 issuesKevin Tran2-1/+15
2013-03-01[iscsi] Include 802.1Q VLAN identifier in iBFTStefan Hajnoczi1-0/+3
2013-02-20[intel] Add Intel I210 Gigabit Ethernet PCI IDJens Rottmann1-0/+1
2013-01-03[src] Fix spelling in comments, debug messages and local variable namesStefan Weil28-63/+63
2012-10-29[forcedeth] Increase TX ring size to prevent dropped packetsMichael Brown1-1/+1
2012-10-28[intel] Poll RX queue if hardware reports RX overflowMichael Brown1-1/+1
2012-10-25[hermon] Use PCI VPD for non-volatile option storageMichael Brown2-2/+40
2012-10-24[intel] Report receive overruns via network device errorsMichael Brown2-1/+6
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