summaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000
Commit message (Expand)AuthorAgeFilesLines
* e1000: resolve tx multiqueue bugBen Hutchings2008-07-191-0/+2
* netdrv intel: always enable VLAN filtering except in promiscous modePatrick McHardy2008-07-171-7/+1Star
* netdrv intel: disable VLAN filtering in promiscous modePatrick McHardy2008-07-171-4/+10
* netdrv: don't truncate VLAN TCI with VLAN strippingPatrick McHardy2008-07-071-8/+4Star
* Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller2008-06-291-34/+0Star
|\
| * e1000: remove e1000_clean_tx_irq call from e1000_netpollAndy Gospodarek2008-06-281-1/+0Star
| * e1000: remove PCI Express device IDsAuke Kok2008-06-281-33/+0Star
* | e1000: only enable TSO6 via ethtool when using correct hardwareAndy Gospodarek2008-06-271-1/+1
|/
* e1000: convert uint16_t style integers to u16Joe Perches2008-04-175-1128/+1128
* e1000: remove irq_semJesse Brandeburg2008-03-262-27/+15Star
* e1000: Convert boolean_t to boolJoe Perches2008-03-266-216/+209Star
* e1000: warn if this driver is used for e1000e devicesAuke Kok2008-02-111-0/+8
* replace code with FIELD_SIZEOFJulia Lawall2008-02-111-1/+1
* e1000: Fix for 32 bits platforms with 64 bits resourcesBenjamin Herrenschmidt2008-02-111-13/+5Star
* e1000: make e1000_dump_eeprom() staticAdrian Bunk2008-02-031-1/+1
* [net] Gracefully handle shared e1000/1000e driver PCI ID'sLinus Torvalds2008-01-301-27/+33
* Mostly revert "e1000/e1000e: Move PCI-Express device IDs over to e1000e"Linus Torvalds2008-01-291-0/+27
* e1000: Dump the eeprom when a user encounters a bad checksumAuke Kok2008-01-291-11/+74
* e1000: remove no longer used code for pci read/write cfgAdrian Bunk2008-01-292-18/+0Star
* e1000 endianness annotationsAl Viro2008-01-292-48/+48
* [netdrvr] checkpatch cleanupsJeff Garzik2008-01-291-1/+1
* [E1000]: Secondary unicast address supportPatrick McHardy2008-01-291-16/+31
* [E1000]: Convert regtest macro's to functionsJoe Perches2008-01-291-29/+55
* [E1000]: update netstats traffic counters realtimeAuke Kok2008-01-291-4/+6
* e1000/e1000e: Move PCI-Express device IDs over to e1000eAuke Kok2008-01-291-27/+0Star
* netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LENAlejandro Martinez Ruiz2008-01-291-1/+1
* [NET]: Fix interrupt semaphore corruption in Intel drivers.David S. Miller2008-01-211-0/+1
* [NET]: Fix TX timeout regression in Intel drivers.David S. Miller2008-01-171-3/+6
* [NET]: Make ->poll() breakout consistent in Intel ethernet drivers.David S. Miller2008-01-091-5/+5
* [NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller2008-01-091-7/+1Star
* e1000: fix memcpy in e1000_get_stringsRoel Kluin2007-12-071-1/+1
* e1000: Fix NAPI state bug when Rx completeAuke Kok2007-12-011-1/+1
* [E1000]: Fix schedule while atomic when called from mii-tool.Jesse Brandeburg2007-11-141-10/+3Star
* e1000: sparse warnings fixesStephen Hemminger2007-10-305-35/+36
* fix typo about TBI in e1000 commentMasatake YAMATO2007-10-201-1/+1
* e1000: Simple optimizations in e1000_xmit_frameKrishna Kumar2007-10-111-5/+4Star
* PCI-X/PCI-Express read control interfaces: use them in e1000Peter Oruba2007-10-113-22/+19Star
* [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik2007-10-111-12/+10Star
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-2/+3
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-111-2/+0Star
* drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng2007-10-111-2/+1Star
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0Star
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-112-27/+19Star
* e1000: Add device IDs of blade version of the 82571 quad portAuke Kok2007-09-284-0/+5
* e1000: Add device IDs of new 82571 board variantsAuke Kok2007-08-144-0/+14
* [NET]: ethtool_perm_addr only has one implementationMatthew Wilcox2007-07-311-1/+0Star
* PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-121-2/+1Star
* e1000: disable polling before registering netdeviceAuke Kok2007-06-031-4/+7
* e1000: restore netif_poll_enable call but make sure IRQs are offHerbert Xu2007-05-301-1/+8
* e1000: Don't enable polling in open() (was: e1000: assertion hit in e1000_cle...Auke Kok2007-05-221-4/+0Star