summaryrefslogtreecommitdiffstats
path: root/src/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [tg3] Fix compilation on newer gcc versionsChristian Hesse2012-02-093-13/+2Star
* [tg3] New tg3 driverThomas Miletich2012-01-315-3905/+7000
* [vmxnet3] Add VMware vmxnet3 driverMichael Brown2012-01-072-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
* [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
* [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/+0Star
* [forcedeth] Ensure that IRQ line is deasserted when disabling interruptsMichael Brown2011-05-041-3/+2Star
* [forcedeth] Never change the NVREG_TRANSMITPOLL_MAC_ADDR_REV flagMichael Brown2011-03-301-5/+0Star
* [forcedeth] Remove software unicast MAC address filterMichael Brown2011-03-291-9/+2Star
* [forcedeth] Avoid unused-but-set variable warning in gcc 4.6Thomas Miletich2011-03-281-3/+2Star
* [settings] Formalise notion of setting applicabilityMichael Brown2011-03-221-4/+21
* [forcedeth] Clear the MII link status register on link status changesYann Cézard2011-03-201-0/+6
* [vxge] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-162-11/+1Star
* [ath5k] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-163-12/+1Star
* [eepro] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-0/+1
* [w89c840] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-2/+2
* [smc9000] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-3/+0Star
* [etherfabric] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-6/+1Star
* [sis190] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-2/+0Star
* [epic100] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-2/+0Star
* [sky2] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-5/+0Star
* [forcedeth] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-2/+2
* [ns83820] Update to standard debugging infrastructureMichael Brown2011-03-161-26/+19Star
* [atl1e] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-5/+1Star
* [via-velocity] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-16/+1Star
* [sis900] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-2/+1Star
* [e1000] Remove unused variable when ICR register is simply clearedMichael Brown2011-03-1612-30/+24Star
* [igbvf] Remove some unused Linux-specific portions of igbvf.hMichael Brown2011-03-161-2/+4
* [phantom] Remove unused variable in phantom_dmesg()Michael Brown2011-03-161-2/+0Star
* [eepro100] Do not discard short packetsMichael Brown2011-03-121-1/+1
* [console] Move include/console.h to include/ipxe/console.hMichael Brown2011-03-095-5/+5
* [pci] Make driver PCI ID a property of the PCI deviceMichael Brown2011-02-1737-85/+64Star
* [pci] Use single "busdevfn" field in struct pci_deviceMichael Brown2011-02-173-11/+12
* [3c90x] Clean up reset codeThomas Miletich2011-02-082-15/+16