summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* [hermon] Use PCI VPD for non-volatile option storageMichael Brown2012-10-252-2/+40
* [intel] Report receive overruns via network device errorsMichael Brown2012-10-242-1/+6
* [ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headersMichael Brown2012-08-311-260/+375
* [infiniband] Include destination address vector in ib_complete_recv()Michael Brown2012-08-315-10/+28
* [infiniband] Use explicit "source" and "dest" address vector parameter namesMichael Brown2012-08-315-105/+109
* [infiniband] Allow queue pairs to have a custom allocator for receive iobufsMichael Brown2012-08-312-4/+15
* [realtek] Force EEPROM CS low before disabling EEPROM access modeMichael Brown2012-08-242-3/+32
* [bitbash] Add optional open() and close() methods for bit-bashing interfacesMichael Brown2012-08-242-1/+16
* [realtek] Forcibly enable advertisement of 1000Mbps speedsMichael Brown2012-08-231-7/+72
* [mii] Add separate mii_restart() functionMichael Brown2012-08-231-4/+32
* [realtek] Enable DAC only when built as a 64-bit binaryMichael Brown2012-08-231-2/+7
* [realtek] Use read-modify-write to check for C+ Command registerMichael Brown2012-08-231-3/+4
* [realtek] Use explicit value for TCR.MXDMAMichael Brown2012-08-232-0/+13
* [realtek] Use explicit values for RCR.RXFTH and RCR.MXDMAMichael Brown2012-08-232-2/+10
* [realtek] Always set high dword of ring address registersMichael Brown2012-08-231-4/+2Star
* [tg3] Fix driver for BCM5719, BCM5720, BCM5764M, BCM57762Kevin Tran2012-08-204-19/+29
* [tg3] Fix excessive DMA alignment.Thomas Miletich2012-07-241-2/+1Star
* [epic100] Fix wrong field used as rx packet lengthAlexey2012-07-231-2/+2
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-2053-55/+106
* [qib7322] Fix compiler warning on gcc 4.7Michael Brown2012-07-201-0/+3
* [isa] Avoid spurious compiler warning on gcc 4.7Michael Brown2012-07-201-3/+3
* [skel] Add missing iounmap()Michael Brown2012-07-191-0/+2
* [myson] Add missing iounmap()Michael Brown2012-07-191-0/+2
* [natsemi] Add missing iounmap()Michael Brown2012-07-191-0/+2
* [realtek] Add missing iounmap()Michael Brown2012-07-191-0/+2
* [intel] Add missing iounmap()Michael Brown2012-07-191-0/+2
* [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/+400Star
* [myson] Replace driver for Myson Technology NICsMichael Brown2012-04-273-1022/+868Star
* [natsemi] Fix test for addresses below 4GBMichael Brown2012-04-271-2/+2
* [natsemi] Replace driver for National Semicondutor NICsMichael Brown2012-04-263-1682/+1095Star
* [intel] Replace driver for Intel Gigabit NICsMichael Brown2012-04-2464-47324/+1198Star
* [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/+984Star
* [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/+0Star
* [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/+1Star
* [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/+1Star
* [ath9k] Fix compilation on older gcc versionsMichael Brown2012-03-092-3/+2Star
* [snpnet] Give up entirely on the transmit queueJarrod Johnson2012-02-121-32/+13Star
* [tg3] Remove tg3_calc_dma_bndry()Thomas Miletich2012-02-103-29/+6Star