aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000/e1000_main.c
Commit message (Expand)AuthorAgeFilesLines
* e1000: make ioport freeTaku Izumi2008-07-221-13/+70
* e1000: delete non NAPI code from the driverFrancois Romieu2008-07-221-138/+13
* e1000: remove email referenceJeff Kirsher2008-07-221-1/+1
* e1000: Move assignments in tests before testJoe Perches2008-07-221-14/+27
* e1000: Remove spaces after casts and function namesJoe Perches2008-07-221-7/+7
* e1000: Use hw, er32, and ew32Joe Perches2008-07-221-438/+472
* e1000: neaten function declarationsJoe Perches2008-07-221-191/+116
* e1000: resolve tx multiqueue bugBen Hutchings2008-07-181-0/+2
* netdrv intel: always enable VLAN filtering except in promiscous modePatrick McHardy2008-07-161-7/+1
* netdrv intel: disable VLAN filtering in promiscous modePatrick McHardy2008-07-161-4/+10
* netdrv: don't truncate VLAN TCI with VLAN strippingPatrick McHardy2008-07-061-8/+4
* e1000: remove e1000_clean_tx_irq call from e1000_netpollAndy Gospodarek2008-06-281-1/+0
* e1000: remove PCI Express device IDsAuke Kok2008-06-281-33/+0
* e1000: convert uint16_t style integers to u16Joe Perches2008-04-161-87/+87
* e1000: remove irq_semJesse Brandeburg2008-03-261-26/+15
* e1000: Convert boolean_t to boolJoe Perches2008-03-261-45/+45
* e1000: warn if this driver is used for e1000e devicesAuke Kok2008-02-111-0/+8
* e1000: Fix for 32 bits platforms with 64 bits resourcesBenjamin Herrenschmidt2008-02-111-13/+5
* e1000: make e1000_dump_eeprom() staticAdrian Bunk2008-02-031-1/+1
* [net] Gracefully handle shared e1000/1000e driver PCI ID'sLinus Torvalds2008-01-311-27/+33
* Mostly revert "e1000/e1000e: Move PCI-Express device IDs over to e1000e"Linus Torvalds2008-01-301-0/+27
* e1000: Dump the eeprom when a user encounters a bad checksumAuke Kok2008-01-281-11/+74
* e1000: remove no longer used code for pci read/write cfgAdrian Bunk2008-01-281-16/+0
* e1000 endianness annotationsAl Viro2008-01-281-5/+5
* [E1000]: Secondary unicast address supportPatrick McHardy2008-01-281-16/+31
* [E1000]: update netstats traffic counters realtimeAuke Kok2008-01-281-4/+6
* e1000/e1000e: Move PCI-Express device IDs over to e1000eAuke Kok2008-01-281-27/+0
* [NET]: Fix interrupt semaphore corruption in Intel drivers.David S. Miller2008-01-201-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-081-5/+5
* [NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller2008-01-081-7/+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-131-10/+3
* e1000: sparse warnings fixesStephen Hemminger2007-10-301-5/+2
* fix typo about TBI in e1000 commentMasatake YAMATO2007-10-201-1/+1
* e1000: Simple optimizations in e1000_xmit_frameKrishna Kumar2007-10-101-5/+4
* PCI-X/PCI-Express read control interfaces: use them in e1000Peter Oruba2007-10-101-0/+14
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-2/+3
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-101-27/+18
* e1000: Add device IDs of blade version of the 82571 quad portAuke Kok2007-09-271-0/+2
* e1000: Add device IDs of new 82571 board variantsAuke Kok2007-08-141-0/+4
* PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-111-2/+1
* 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-211-4/+0
* e1000: Fix msi enable leak on error, don't print error message, cleanupAuke Kok2007-05-171-25/+14
* unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov2007-05-091-1/+1
* e1000: use flush_work_keventd()Andrew Morton2007-05-091-1/+1
* e1000: ROUND_UP macro cleanup in drivers/net/e1000Milind Arun Choudhary2007-04-281-5/+5