summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000/e1000_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-27/+1
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* e1000: fix disabling already-disabled warningTushar Dave2018-01-021-5/+22
* e1000: fix race condition between e1000_down() and e1000_watchdogVincenzo Maffione2017-10-261-2/+9
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* e1000: Omit private ndo_get_stats functionTobias Klauser2017-04-201-15/+0
* e1000: use disable_hardirq() for e1000_netpoll()WANG Cong2016-12-101-2/+2
* ethernet/intel: use core min/max MTU checkingJarod Wilson2016-10-181-7/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-091-2/+19
|\
| * e1000: Double Tx descriptors needed check for 82544Alexander Duyck2016-04-051-1/+18
| * e1000: Do not overestimate descriptor counts in Tx pre-checkAlexander Duyck2016-04-051-1/+1
* | e1000: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-04-061-4/+4
|/
* e1000: fix a typo in the commentJean Sacren2015-12-121-1/+1
* e1000: clean up the checking logicJean Sacren2015-12-121-5/+5
* e1000: Remove checkpatch coding style errorsJanusz Wolak2015-12-121-51/+65
* e1000: fix data race between tx_ring->next_to_cleanDmitriy Vyukov2015-12-121-1/+4
* drivers/net/intel: use napi_complete_done()Jesse Brandeburg2015-10-161-1/+1
* e1000: Replace e1000_free_frag with skb_free_fragAlexander Duyck2015-05-121-12/+7
* e1000, e1000e: Use dma_rmb instead of rmb for descriptor read orderingAlexander Duyck2015-04-081-3/+3
* ethernet: codespell comment spelling fixesJoe Perches2015-03-081-1/+1
* e1000: add dummy allocator to fix race condition between mtu change and netpollSabrina Dubroca2015-03-061-1/+9
* e1000: call netif_carrier_off early on downEliezer Tamir2015-03-061-1/+1
* net: e1000: support txtd update delay via xmit_moreFlorian Westphal2015-01-221-6/+9
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+3
* ethernet/intel: Use napi_alloc_skbAlexander Duyck2014-12-101-1/+1
* ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck2014-12-081-6/+2
* e1000: unset IFF_UNICAST_FLT on WMware 82545EMFrancesco Ruggeri2014-10-301-1/+4
* e1000: switch to napi_gro_frags apiFlorian Westphal2014-09-121-17/+32
* e1000: convert to build_skbFlorian Westphal2014-09-121-104/+112
* e1000: rename struct e1000_buffer to e1000_tx_bufferFlorian Westphal2014-09-121-11/+12
* e1000: add and use e1000_rx_buffer info for RxFlorian Westphal2014-09-121-18/+17
* e1000: perform copybreak ahead of DMA unmapFlorian Westphal2014-09-121-30/+43
* e1000: move tbi workaround code into helper functionFlorian Westphal2014-09-121-30/+33
* e1000: move e1000_tbi_adjust_stats to where its usedFlorian Westphal2014-09-121-0/+77
* e1000: Fix TSO for non-accelerated vlan trafficVlad Yasevich2014-08-251-8/+11
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* e1000: remove the check: skb->len<=0Yongjian Xu2014-06-031-5/+0
* e1000: remove open-coded skb_cow_headFrancois Romieu2014-04-111-6/+5
* e1000: fix possible reset_task running after adapter downVladimir Davydov2013-11-301-4/+11
* e1000: fix lockdep warning in e1000_reset_taskVladimir Davydov2013-11-291-33/+3
* e1000: prevent oops when adapter is being closed and reset simultaneouslyyzhu12013-11-291-0/+9
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-7/+2
|\
| * DMA-API: net: intel/e1000: replace dma_set_mask()+dma_set_coherent_mask() wit...Russell King2013-09-211-7/+2
* | e1000: fix wrong queue idx calculationHong Zhiguo2013-11-011-2/+1
|/
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-8/+14
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-8/+8
* drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-7/+0
* e1000: fix whitespace issues and multi-line commentsJeff Kirsher2013-02-151-164/+158
* drivers: net: Remove remaining alloc/OOM messagesJoe Perches2013-02-081-11/+3
OpenPOWER on IntegriCloud