summaryrefslogtreecommitdiffstats
path: root/src/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* [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
* [3c90x] More fine-grained debugging levelsThomas Miletich2011-02-081-23/+23
* [init] Remove concept of "shutdown exit flags"Michael Brown2011-01-271-3/+3
* [vxge] Add support for new function mode "multi-function 8 Direct IO"Masroor Vettuparambil2011-01-274-25/+55
* [infiniband] Indicate that device does not support interruptsMichael Brown2011-01-251-12/+0Star
* [nvo] Allow resizing of non-volatile stored option blocksMichael Brown2011-01-194-3/+4
* [nvo] Remove the non-volatile options fragment listMichael Brown2011-01-114-44/+21Star
* [igbvf] Add igbvf driverAlex Williamson2010-12-169-0/+4475
* [r8169] Disabling IRQs should not also acknowledge the IRQsMichael Brown2010-12-091-1/+1
* [legal] Add FILE_LICENCE macro to some GPL-v2-or-later filesShao Miller2010-12-043-0/+6
* [settings] Apply settings block name in register_settings()Michael Brown2010-12-011-2/+2
* [forcedeth] Exit poll() as early as possible if no work to doMichael Brown2010-11-121-4/+4
* [rtl8139] Operate in promiscuous modeMichael Brown2010-10-071-1/+1
* [hermon] Add support for dual-protocol devicesMichael Brown2010-09-212-2575/+0Star
* [infiniband] Add the notion of an Ethernet queue pair typeMichael Brown2010-09-211-0/+7
* [infiniband] Match GID/GUID terminology as used in the IBAMichael Brown2010-09-151-25/+25
* [e1000] Strip the Ethernet CRC from received packetsMichael Brown2010-09-151-1/+1
* [rtl8139] Check for oversized packets when transmittingMichael Brown2010-09-051-0/+8
* [infiniband] Add the concept of an Infiniband upper-layer driverMichael Brown2010-09-051-38/+46
* [netdevice] Call netdev_link_[up|down|err]() only while registeredMichael Brown2010-09-0518-49/+45Star
* [sis190] Initialise network device before calling register_netdev()Michael Brown2010-09-051-1/+1
* [rtl8139] Strip CRC from received packetsMichael Brown2010-09-031-0/+1
* [eepro100] Add new PCI ID 8086:27dcMarty Connor2010-09-031-0/+1