aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000/e1000_main.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher1-4974/+0
2011-07-21e1000: always call e1000_check_for_link() on e1000_ce4100 MACs.Nicolas Schichan1-4/+7
2011-07-21e1000: do vlan cleanupJiri Pirko1-61/+107
2011-06-21e1000: convert to ndo_fix_featuresMichał Mirosław1-4/+26
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-04-29net/igb/e1000/e1000e: more robust ethtool duplex/speed configurationDavid Decotigny1-18/+24
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+9
2011-01-14e1000: Avoid unhandled IRQJesse Brandeburg1-1/+9
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2011-01-09e1000: Add support for the CE4100 reference platformDirk Brandewie1-0/+35
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-4/+8
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław1-1/+1
2010-12-10e1000: fix return value not set on errorDean Nelson1-4/+6
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+8
2010-11-27drivers/net: use vzalloc()Eric Dumazet1-4/+2
2010-11-21e1000: fix screaming IRQAnupam Chanda1-4/+8
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-24e1000: make e1000_reinit_safe localstephen hemminger1-1/+1
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-1/+1
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross1-1/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet1-1/+1
2010-09-23e1000: use GRO for receiveJesse Brandeburg1-11/+8
2010-09-23e1000: fix occasional panic on unloadJesse Brandeburg1-1/+19
2010-09-23e1000: use work queuesJesse Brandeburg1-1/+24
2010-09-22e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flagsYi Zou1-1/+3
2010-09-08e1000: fix Tx hangs by disabling 64-bit DMAJesse Brandeburg1-70/+92
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+2
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches1-3/+3
2010-08-08e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher1-0/+3
2010-07-26e1000: use netif_<level> instead of netdev_<level>Emil Tantilov1-40/+46
2010-06-13e1000: Fix message logging defectJoe Perches1-9/+8
2010-05-14ixgb and e1000: Use new function for copybreak testsJoe Perches1-20/+27
2010-05-14e1000: fix WARN_ON with mac-vlanJesse Brandeburg1-2/+0
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-05-05e1000/e1000e: implement a simple interrupt moderationJesse Brandeburg1-1/+17
2010-04-27e1000: Use netdev_<level>, pr_<level> and dev_<level>Emil Tantilov1-125/+114
2010-04-27e1000: use DMA API instead of PCI DMA functionsNick Nunley1-48/+62
2010-04-14drivers: net: use skb_headlen()Eric Dumazet1-2/+2
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-8/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-4/+3
2010-03-27e1000: do not modify tx_queue_len on link speed changeEmil Tantilov1-8/+1
2010-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+18
2010-02-23e1000: Fix DMA mapping error handling on RXAnton Blanchard1-1/+18
2010-02-23e1000: correct wrong coding style for "else"Jiri Pirko1-2/+1
2010-02-22e1000: convert to use netdev_for_each_mc_addrJiri Pirko1-20/+17
2010-02-03e1000: call pci_save_state after pci_restore_stateNick Nunley1-0/+4
2010-02-03e1000: Report link status in ethtool when interface is downNick Nunley1-1/+1
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-19/+1
2010-01-25net: use helpers to access uc list V2Jiri Pirko1-2/+2
2010-01-23e1000/e1000e: don't use small hardware rx buffersJesse Brandeburg1-19/+1
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-7/+16
2010-01-20e1000: enhance frame fragment detectionJesse Brandeburg1-2/+11
2010-01-20e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map()Roel Kluin1-5/+5
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-12-02e1000: remove use of skb_dma_map from e1000 driverAlexander Duyck1-16/+40
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-22/+7
2009-10-07e1000: Use the instance of net_device_stats from net_device.Ajit Khaparde1-21/+20
2009-09-26e1000: fix namespacecheck warningsJesse Brandeburg1-14/+0
2009-09-26e1000: updated whitespace and commentsJesse Brandeburg1-7/+5
2009-09-26e1000: drop redunant line of code, cleanupJesse Brandeburg1-8/+4
2009-09-26e1000: remove races when changing mtuJesse Brandeburg1-2/+14
2009-09-26e1000: two workarounds were incomplete, fix themJesse Brandeburg1-7/+10
2009-09-26e1000: fix tx waking queue after queue stopped during shutdownJesse Brandeburg1-6/+9
2009-09-26e1000: test link state conclusivelyJesse Brandeburg1-8/+41
2009-09-26e1000: stop timers at appropriate timesJesse Brandeburg1-7/+19
2009-09-26e1000: use netif_tx_disableJesse Brandeburg1-2/+1
2009-09-26e1000: drop dead pcie code from e1000Jesse Brandeburg1-623/+60
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings1-4/+0
2009-09-01e1000: Fix for e1000 kills IPMI on a tagged vlan.Graham, David1-1/+10
2009-09-01intel: convert drivers to netdev_tx_tStephen Hemminger1-2/+4
2009-07-06e1000: fix flow control thresholdsJesse Brandeburg1-26/+32
2009-07-06e1000: implement jumbo receive with partial descriptorsJesse Brandeburg1-37/+388
2009-06-30e1000: return PCI_ERS_RESULT_DISCONNECT on permanent errorAndre Detsch1-0/+3
2009-06-30e1000: fix unmap bugJesse Brandeburg1-1/+7
2009-06-18net: group address list and its countJiri Pirko1-2/+2
2009-06-08net: skb_shared_info optimizationEric Dumazet1-2/+2
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+3
2009-06-02e1000: add missing length check to e1000 receive routineNeil Horman1-2/+3
2009-05-29net: convert unicast addr listJiri Pirko1-9/+15
2009-05-29net: dont update dev->trans_startEric Dumazet1-1/+0
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2009-05-07e1000/e1000e/igb/ixgb: don't txhang after link downJesse Brandeburg1-0/+2
2009-05-04e1000: fix virtualization bugJesse Brandeburg1-1/+1
2009-04-22e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarilyJesse Brandeburg1-2/+2
2009-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+3
2009-04-20e1000: init link state correctlyJesse Brandeburg1-4/+5
2009-04-17e1000: fix transmit routine exit bugJesse Brandeburg1-3/+3
2009-04-16NET/e1000: Fix powering off during shutdownRafael J. Wysocki1-13/+33
2009-04-14e1000/e1000: fix compile warningJesse Brandeburg1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-04-04e1000: fix loss of multicast packetsJesse Brandeburg1-8/+26
2009-03-26e1000: fix close race with interruptJesse Brandeburg1-4/+24
2009-03-26e1000: cleanup clean_tx_irq routine so that it completely cleans ringAlexander Duyck1-12/+9
2009-03-26e1000: fix tx hang detect logic and address dma mapping issuesAlexander Duyck1-25/+30
2009-03-02e1000: fix unmap bugJesse Brandeburg1-24/+27
2009-02-19e1000: Removing the unused macro PAGE_USE_COUNT()Breno Leitao1-2/+0
2009-02-04Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2009-02-03e1000: Fix PCI enable to honor the need_ioport flagKarsten Keil1-1/+1
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-2/+2
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2009-01-27e1000: fix bug with shared interrupt during resetJesse Brandeburg1-2/+2
2009-01-21e1000: drop lltx, remove unnecessary lockAlexander Duyck1-26/+3
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-5/+5
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-5/+5
2008-12-03e1000: e1000_adapter->polling_netdev is uselessWang Chen1-26/+1
2008-11-27e1000: cleanup link up/down messagesJeff Kirsher1-5/+7
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-1/+1
2008-11-19e1000: convert to net_device_opsStephen Hemminger1-14/+21
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2008-11-16e1000: Use device_set_wakeup_enable\"Rafael J. Wysocki\1-0/+1
2008-11-12netdevice: safe convert to netdev_priv() #part-2Wang Chen1-5/+4
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-10-31pci: use pci_ioremap_bar() in drivers/netArjan van de Ven1-5/+2
2008-10-27net: convert print_mac to %pMJohannes Berg1-2/+1
2008-10-11e1000: allow VLAN devices to use TSO and CSUM offloadPatrick McHardy1-0/+5
2008-10-09e1000: don't generate bad checksums for tcp packets with 0 csumDave Graham1-19/+36
2008-09-24e1000: remove unused Kconfig option for disabling packet splitBrandeburg, Jesse1-407/+9
2008-07-22e1000: make ioport freeTaku Izumi1-13/+70
2008-07-22e1000: delete non NAPI code from the driverFrancois Romieu1-138/+13
2008-07-22e1000: remove email referenceJeff Kirsher1-1/+1
2008-07-22e1000: Move assignments in tests before testJoe Perches1-14/+27
2008-07-22e1000: Remove spaces after casts and function namesJoe Perches1-7/+7
2008-07-22e1000: Use hw, er32, and ew32Joe Perches1-438/+472
2008-07-22e1000: neaten function declarationsJoe Perches1-191/+116
2008-07-18e1000: resolve tx multiqueue bugBen Hutchings1-0/+2
2008-07-16netdrv intel: always enable VLAN filtering except in promiscous modePatrick McHardy1-7/+1
2008-07-16netdrv intel: disable VLAN filtering in promiscous modePatrick McHardy1-4/+10
2008-07-06netdrv: don't truncate VLAN TCI with VLAN strippingPatrick McHardy1-8/+4
2008-06-28e1000: remove e1000_clean_tx_irq call from e1000_netpollAndy Gospodarek1-1/+0
2008-06-28e1000: remove PCI Express device IDsAuke Kok1-33/+0
2008-04-16e1000: convert uint16_t style integers to u16Joe Perches1-87/+87
2008-03-26e1000: remove irq_semJesse Brandeburg1-26/+15
2008-03-26e1000: Convert boolean_t to boolJoe Perches1-45/+45
2008-02-11e1000: warn if this driver is used for e1000e devicesAuke Kok1-0/+8
2008-02-11e1000: Fix for 32 bits platforms with 64 bits resourcesBenjamin Herrenschmidt1-13/+5
2008-02-03e1000: make e1000_dump_eeprom() staticAdrian Bunk1-1/+1
2008-01-31[net] Gracefully handle shared e1000/1000e driver PCI ID'sLinus Torvalds1-27/+33
2008-01-30Mostly revert "e1000/e1000e: Move PCI-Express device IDs over to e1000e"Linus Torvalds1-0/+27
2008-01-28e1000: Dump the eeprom when a user encounters a bad checksumAuke Kok1-11/+74
2008-01-28e1000: remove no longer used code for pci read/write cfgAdrian Bunk1-16/+0
2008-01-28e1000 endianness annotationsAl Viro1-5/+5
2008-01-28[E1000]: Secondary unicast address supportPatrick McHardy1-16/+31
2008-01-28[E1000]: update netstats traffic counters realtimeAuke Kok1-4/+6
2008-01-28e1000/e1000e: Move PCI-Express device IDs over to e1000eAuke Kok1-27/+0
2008-01-20[NET]: Fix interrupt semaphore corruption in Intel drivers.David S. Miller1-0/+1
2008-01-17[NET]: Fix TX timeout regression in Intel drivers.David S. Miller1-3/+6
2008-01-08[NET]: Make ->poll() breakout consistent in Intel ethernet drivers.David S. Miller1-5/+5
2008-01-08[NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller1-7/+1
2007-12-01e1000: Fix NAPI state bug when Rx completeAuke Kok1-1/+1
2007-11-13[E1000]: Fix schedule while atomic when called from mii-tool.Jesse Brandeburg1-10/+3
2007-10-30e1000: sparse warnings fixesStephen Hemminger1-5/+2
2007-10-20fix typo about TBI in e1000 commentMasatake YAMATO1-1/+1
2007-10-10e1000: Simple optimizations in e1000_xmit_frameKrishna Kumar1-5/+4
2007-10-10PCI-X/PCI-Express read control interfaces: use them in e1000Peter Oruba1-0/+14
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-2/+3
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-27/+18
2007-09-27e1000: Add device IDs of blade version of the 82571 quad portAuke Kok1-0/+2
2007-08-14e1000: Add device IDs of new 82571 board variantsAuke Kok1-0/+4
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-2/+1
2007-06-03e1000: disable polling before registering netdeviceAuke Kok1-4/+7
2007-05-30e1000: restore netif_poll_enable call but make sure IRQs are offHerbert Xu1-1/+8
2007-05-21e1000: Don't enable polling in open() (was: e1000: assertion hit in e1000_cle...Auke Kok1-4/+0
2007-05-17e1000: Fix msi enable leak on error, don't print error message, cleanupAuke Kok1-25/+14
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov1-1/+1
2007-05-09e1000: use flush_work_keventd()Andrew Morton1-1/+1
2007-04-28e1000: ROUND_UP macro cleanup in drivers/net/e1000Milind Arun Choudhary1-5/+5
2007-04-28e1000: Use kcalloc()Yan Burman1-17/+12
2007-04-28user of the jiffies rounding code: e1000Arjan van de Ven1-3/+3
2007-04-27Merge branch 'e1000-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...Linus Torvalds1-46/+58
2007-04-26e1000: FIX: Stop raw interrupts disabled nag from RTMark Huth1-4/+1
2007-04-26e1000: FIX: firmware handover bitsBruce Allan1-21/+12
2007-04-26e1000: FIX: be ready for incoming irq at pci_request_irqAuke Kok1-21/+45
2007-04-25[NETDRV]: Perform missing csum_offset conversionsHerbert Xu1-1/+2
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-3/+6
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo1-5/+6
2007-04-25[TCP]: Introduce tcp_hdrlen() and tcp_optlen()Arnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo1-5/+5
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-6/+4
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-9/+7
2007-04-25[SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo1-1/+1
2007-04-19Revert "e1000: fix NAPI performance on 4-port adapters"Linus Torvalds1-8/+5
2007-03-02[VLAN]: Avoid a 4-order allocation.Dan Aloni1-8/+5
2007-02-21Revert "e1000: fix shared interrupt warning message"Linus Torvalds1-6/+6
2007-02-17e1000: remove obsolete custom pci_save_state codeKok, Auke1-56/+2
2007-02-17e1000: fix shared interrupt warning messageKok, Auke1-6/+6
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-1/+1
2007-02-07PCI: Use newly defined PCI channel offline routineLinas Vepstas1-1/+1
2007-02-05remove NETIF_F_TSO ifdeferyArjan van de Ven1-26/+0
2007-02-05e1000: update version to 7.3.20-k2Auke Kok1-1/+1
2007-02-05e1000: tune our dynamic itr transmit packet accountingJesse Brandeburg1-3/+6
2007-02-05e1000: clear ip csum info from context descriptorBruce Allan1-1/+2
2007-02-05e1000: display flow control of link status at link upAuke Kok1-4/+11
2007-02-05e1000: fix NAPI performance on 4-port adaptersJesse Brandeburg1-5/+8
2007-02-05e1000: Fix MSI only interrupt handler routineJesse Brandeburg1-41/+19
2007-01-07Revert "[PATCH] e1000: disable TSO on the 82544 with slab debugging"Jeff Garzik1-6/+0