aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/e1000
AgeCommit message (Expand)Author
2015-01-22net: e1000: support txtd update delay via xmit_moreFlorian Westphal
2015-01-22e1000: fix time comparisonAsaf Vertz
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-12-10ethernet/intel: Use napi_alloc_skbAlexander Duyck
2014-12-08ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck
2014-10-30e1000: unset IFF_UNICAST_FLT on WMware 82545EMFrancesco Ruggeri
2014-09-12e1000: switch to napi_gro_frags apiFlorian Westphal
2014-09-12e1000: convert to build_skbFlorian Westphal
2014-09-12e1000: rename struct e1000_buffer to e1000_tx_bufferFlorian Westphal
2014-09-12e1000: add and use e1000_rx_buffer info for RxFlorian Westphal
2014-09-12e1000: perform copybreak ahead of DMA unmapFlorian Westphal
2014-09-12e1000: move tbi workaround code into helper functionFlorian Westphal
2014-09-12e1000: move e1000_tbi_adjust_stats to where its usedFlorian Westphal
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-06e1000: e1000_ethertool.c coding style fixesKrzysztof Majzerowicz-Jaszcz
2014-08-25e1000: Fix TSO for non-accelerated vlan trafficVlad Yasevich
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-07-20e1000: remove unnecessary break after returnFabian Frederick
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko
2014-06-03e1000: Use time_after() for time comparisonManuel Schölling
2014-06-03e1000: remove the check: skb->len<=0Yongjian Xu
2014-05-27e1000: Use is_broadcast_ether_addr/is_multicast_ether_addr helpersTobias Klauser
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-04-11e1000: remove open-coded skb_cow_headFrancois Romieu
2014-04-11e1000: remove debug messages with function namesJakub Kicinski
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-11-30e1000: fix possible reset_task running after adapter downVladimir Davydov
2013-11-29e1000: fix lockdep warning in e1000_reset_taskVladimir Davydov
2013-11-29e1000: prevent oops when adapter is being closed and reset simultaneouslyyzhu1
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-11-01e1000: fix wrong queue idx calculationHong Zhiguo
2013-09-24intel: Remove extern from function prototypesJoe Perches
2013-09-21DMA-API: net: intel/e1000: replace dma_set_mask()+dma_set_coherent_mask() wit...Russell King
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-27e1000: ethtool: Add missing dma_mapping_error-call in e1000_setup_desc_ringsChristoph Paasch
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches
2013-02-15e1000: fix whitespace issues and multi-line commentsJeff Kirsher
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03net/intel: remove __dev* attributesBill Pemberton
2012-11-19treewide: fix typo of "suppport" in various commentsMasanari Iida
2012-11-01e1000: fix concurrent accesses to PHY from watchdog and ethtoolMaxime Bizon
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds