summaryrefslogtreecommitdiffstats
path: root/src/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* [realtek] Use ID word to detect EEPROM presenceMichael Brown2013-04-282-16/+42
* [build] Fix dubious uses of bitwise operatorsMichael Brown2013-04-281-1/+1
* [build] Fix uses of literal 0 as a NULL pointerMichael Brown2013-04-2810-19/+15Star
* [realtek] Print bad MAC address in debug message when inferring no EEPROMMichael Brown2013-04-271-1/+2
* [efi] Perform meaningful error code conversionsMichael Brown2013-04-191-38/+45
* [intel] Add intelx driver for Intel 10 Gigabit Ethernet NICsMichael Brown2013-04-192-0/+579
* [intel] Expose functionality to be shared with intelx driverMichael Brown2013-04-192-15/+33
* [intel] Remove hardcoded offsets for descriptor ring registersMichael Brown2013-04-192-18/+6Star
* [prism2] Use standard type namesMichael Brown2013-03-274-1383/+1361Star
* [igbvf] Remove conflicting macro definitionsMichael Brown2013-03-251-3/+0Star
* [cs89x0] Remove conflicting macro definitionsMichael Brown2013-03-251-3/+0Star
* [tg3] Fix various tg3 issuesKevin Tran2013-03-042-1/+15
* [intel] Add Intel I210 Gigabit Ethernet PCI IDJens Rottmann2013-02-201-0/+1
* [src] Fix spelling in comments, debug messages and local variable namesStefan Weil2013-01-0328-63/+63
* [forcedeth] Increase TX ring size to prevent dropped packetsMichael Brown2012-10-291-1/+1
* [intel] Poll RX queue if hardware reports RX overflowMichael Brown2012-10-281-1/+1
* [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-311-0/+2
* [infiniband] Use explicit "source" and "dest" address vector parameter namesMichael Brown2012-08-311-16/+16
* [infiniband] Allow queue pairs to have a custom allocator for receive iobufsMichael Brown2012-08-311-3/+8
* [realtek] Force EEPROM CS low before disabling EEPROM access modeMichael Brown2012-08-242-3/+32
* [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-2032-34/+64
* [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