aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-14drivers: net: use skb_headlen()Eric Dumazet1-2/+2
2010-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2010-04-13e1000e: stop cleaning when we reach tx_ring->next_to_useTerry Loftin1-0/+2
2010-04-13e1000e: use static params to save stack spaceJesse Brandeburg1-8/+8
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+2
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-11/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-4/+3
2010-03-30e1000e: typo correctionsJoe Perches3-16/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2010-03-26e1000e: Use pr_<level> and netdev_<level>Bruce Allan2-18/+10
2010-03-26e1000e: do not modify tx_queue_len on link speed changeEmil Tantilov2-11/+1
2010-03-17Net / e1000e: Fix build issue introduced by runtime PM patchRafael J. Wysocki1-59/+57
2010-03-16e1000e: Fix build with CONFIG_PM disabled.David S. Miller1-0/+2
2010-03-16e1000e / PCI / PM: Add basic runtime PM support (rev. 4)Rafael J. Wysocki2-27/+138
2010-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-0/+12
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina2-2/+2
2010-03-05e1000e: fix packet corruption and tx hang during NFSv2Jesse Brandeburg2-0/+12
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack2-2/+2
2010-02-05net: e1000e: convert to use mc helpersJiri Pirko1-11/+6
2010-02-04e1000e: Fix namespace conflicts wrt. e1000_has_linkDavid S. Miller3-4/+4
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-20/+2
2010-01-23net: Fix IPv6 GSO type checks in Intel ethernet driversSridhar Samudrala1-1/+1
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/net-2.6David S. Miller4-100/+98
2010-01-20e1000e: enhance frame fragment detectionJesse Brandeburg2-4/+22
2010-01-20e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map()Roel Kluin1-5/+5
2010-01-13e1000e: genericize the update multicast address listBruce Allan5-89/+27
2010-01-13e1000e: provide MAC-family-specific function to set LAN IDBruce Allan6-11/+52
2010-01-13e1000e: use alternate MAC address on ESB2 if availableBruce Allan7-58/+147
2010-01-13e1000e: workaround link issues on busy hub in half duplex on 82577/82578Bruce Allan1-1/+18
2010-01-13e1000e: MDIO slow mode should always be done for 82577Bruce Allan3-90/+53
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller6-30/+61
2010-01-08e1000e: fix and commonize code for setting the receive address registersBruce Allan1-9/+15
2010-01-08e1000e: e1000e_enable_tx_pkt_filtering() returns wrong valueBruce Allan1-7/+9
2010-01-08e1000e: perform 10/100 adaptive IFS only on parts that support itBruce Allan5-0/+21
2010-01-08e1000e: don't accumulate PHY statistics on PHY read failureBruce Allan1-14/+14
2010-01-08e1000e: call pci_save_state() after pci_restore_state()Bruce Allan1-0/+2
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-18e1000e: LED settings in EEPROM ignored on 82571 and 82572Bruce Allan1-6/+0
2009-12-08e1000e: only perform ESB2 MDIC workaround on certain configurationsBruce Allan2-33/+69
2009-12-08e1000e: replace incorrect use of GG82563_REG macroBruce Allan2-3/+7
2009-12-08e1000e: minor correction to name of bit in CTRL_EXT registerBruce Allan2-2/+2
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-4/+4
2009-12-02e1000e: correct ICH/PCH PHY operations function pointersBruce Allan3-209/+204
2009-12-02e1000e: refactor PHY ID detection workaroundBruce Allan2-11/+17
2009-12-02e1000e: check_polarity function pointers not set for 8257xBruce Allan2-0/+4
2009-12-02e1000e: remove use of skb_dma_map from e1000e driverAlexander Duyck2-21/+47
2009-12-02e1000e: Use sizeof struct rather than pointer in e1000_get_eeprom()Roel Kluin1-1/+2
2009-12-02e1000e: PHY type cleanups in e1000e_check_downshift()Bruce Allan1-1/+1
2009-12-02e1000e: add debug messagesBruce Allan2-7/+23