aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000/e1000_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-19e1000: remove set but not used variable 'txb2b'YueHaibing1-3/+0
2018-09-18intel-ethernet: use correct module licenseJesse Brandeburg1-1/+1
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-27/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-01-02e1000: fix disabling already-disabled warningTushar Dave1-5/+22
2017-10-26e1000: fix race condition between e1000_down() and e1000_watchdogVincenzo Maffione1-2/+9
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-04-20e1000: Omit private ndo_get_stats functionTobias Klauser1-15/+0
2016-12-10e1000: use disable_hardirq() for e1000_netpoll()WANG Cong1-2/+2
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson1-7/+5
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+19
2016-04-06e1000: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann1-4/+4
2016-04-05e1000: Double Tx descriptors needed check for 82544Alexander Duyck1-1/+18
2016-04-05e1000: Do not overestimate descriptor counts in Tx pre-checkAlexander Duyck1-1/+1
2015-12-12e1000: fix a typo in the commentJean Sacren1-1/+1
2015-12-12e1000: clean up the checking logicJean Sacren1-5/+5
2015-12-12e1000: Remove checkpatch coding style errorsJanusz Wolak1-51/+65
2015-12-12e1000: fix data race between tx_ring->next_to_cleanDmitriy Vyukov1-1/+4
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg1-1/+1
2015-05-12e1000: Replace e1000_free_frag with skb_free_fragAlexander Duyck1-12/+7
2015-04-08e1000, e1000e: Use dma_rmb instead of rmb for descriptor read orderingAlexander Duyck1-3/+3
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2015-03-06e1000: add dummy allocator to fix race condition between mtu change and netpollSabrina Dubroca1-1/+9
2015-03-06e1000: call netif_carrier_off early on downEliezer Tamir1-1/+1
2015-01-22net: e1000: support txtd update delay via xmit_moreFlorian Westphal1-6/+9
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+3
2014-12-10ethernet/intel: Use napi_alloc_skbAlexander Duyck1-1/+1
2014-12-08ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck1-6/+2
2014-10-30e1000: unset IFF_UNICAST_FLT on WMware 82545EMFrancesco Ruggeri1-1/+4
2014-09-12e1000: switch to napi_gro_frags apiFlorian Westphal1-17/+32
2014-09-12e1000: convert to build_skbFlorian Westphal1-104/+112
2014-09-12e1000: rename struct e1000_buffer to e1000_tx_bufferFlorian Westphal1-11/+12
2014-09-12e1000: add and use e1000_rx_buffer info for RxFlorian Westphal1-18/+17
2014-09-12e1000: perform copybreak ahead of DMA unmapFlorian Westphal1-30/+43
2014-09-12e1000: move tbi workaround code into helper functionFlorian Westphal1-30/+33
2014-09-12e1000: move e1000_tbi_adjust_stats to where its usedFlorian Westphal1-0/+77
2014-08-25e1000: Fix TSO for non-accelerated vlan trafficVlad Yasevich1-8/+11
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-06-03e1000: remove the check: skb->len<=0Yongjian Xu1-5/+0
2014-04-11e1000: remove open-coded skb_cow_headFrancois Romieu1-6/+5
2013-11-30e1000: fix possible reset_task running after adapter downVladimir Davydov1-4/+11
2013-11-29e1000: fix lockdep warning in e1000_reset_taskVladimir Davydov1-33/+3
2013-11-29e1000: prevent oops when adapter is being closed and reset simultaneouslyyzhu11-0/+9
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-21DMA-API: net: intel/e1000: replace dma_set_mask()+dma_set_coherent_mask() with new helperRussell King1-7/+2
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-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-7/+0