aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-06-03e1000: Use time_after() for time comparisonManuel Schölling1-1/+2
2014-06-03e1000: remove the check: skb->len<=0Yongjian Xu1-5/+0
2014-05-27e1000: Use is_broadcast_ether_addr/is_multicast_ether_addr helpersTobias Klauser1-2/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-11e1000: remove open-coded skb_cow_headFrancois Romieu1-6/+5
2014-04-11e1000: remove debug messages with function namesJakub Kicinski1-124/+0
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-30e1000: fix possible reset_task running after adapter downVladimir Davydov1-4/+11
2013-11-29e1000: fix lockdep warning in e1000_reset_taskVladimir Davydov2-35/+3
2013-11-29e1000: prevent oops when adapter is being closed and reset simultaneouslyyzhu12-0/+14
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-7/+2
2013-11-01e1000: fix wrong queue idx calculationHong Zhiguo1-2/+1
2013-09-24intel: Remove extern from function prototypesJoe Perches1-16/+16
2013-09-21DMA-API: net: intel/e1000: replace dma_set_mask()+dma_set_coherent_mask() with new helperRussell King1-7/+2
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-4/+4
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-8/+14
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-8/+8
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+11
2013-03-27e1000: ethtool: Add missing dma_mapping_error-call in e1000_setup_desc_ringsChristoph Paasch1-3/+11
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-4/+2
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-7/+0
2013-02-15e1000: fix whitespace issues and multi-line commentsJeff Kirsher5-528/+586
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches1-11/+3
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-2/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2-4/+3
2012-12-03net/intel: remove __dev* attributesBill Pemberton2-11/+11
2012-11-19treewide: fix typo of "suppport" in various commentsMasanari Iida1-1/+1
2012-11-01e1000: fix concurrent accesses to PHY from watchdog and ethtoolMaxime Bizon1-2/+15
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-0/+53
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+11
2012-09-18e1000: Small packets may get corrupted during padding by HWTushar Dave1-0/+11
2012-09-15e1000: add byte queue limitsOtto Estuardo Solares Cabrera1-0/+10
2012-09-07netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-08-21e1000: configure and read MDI settingsJesse Brandeburg2-0/+43
2012-07-22e1000: advertise transmit time stampingRichard Cochran1-0/+1
2012-07-10drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markersBen Hutchings1-6/+3
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-4/+4
2012-06-20e1000: Combining Bitwise OR in one expression.Tushar Dave1-6/+6
2012-06-02e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats()Sebastian Andrzej Siewior1-1/+1
2012-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2012-05-17e1000: Prevent reset task killing itself.Tushar Dave1-1/+5
2012-05-17e1000: look in the page and not in skb->data for the last byteSebastian Andrzej Siewior1-1/+5
2012-05-17e1000: remove workaround for Errata 23 from jumbo allocSebastian Andrzej Siewior1-24/+0
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-05-04e1000: Silence sparse warnings by correcting typeAndrei Emeltchenko1-2/+2
2012-04-30e1000: add transmit timestamping supportWillem de Bruijn1-0/+2