summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000/e1000_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* net: intel: implement modern PM ops declarationsJesse Brandeburg2024-03-291-8/+6
* e1000: replace deprecated strncpy with strscpyJustin Stitt2023-10-181-1/+1
* e1000: Remove unnecessary use of kmap_atomic()Anirudh Venkataramanan2022-11-021-6/+3
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-2/+2
* e1000: switch to napi_build_skb()Alexander Lobakin2021-12-281-1/+1
* e1000: switch to napi_consume_skb()Alexander Lobakin2021-12-281-5/+7
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-2/+2
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: e1000: remove repeated word "slot" for e1000_main.cHao Chen2021-05-191-1/+1
* e1000: drop unneeded assignment in e1000_set_itr()Sudip Mukherjee2021-02-031-1/+0
* net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior2020-09-291-1/+0
* intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2020-09-251-14/+25
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-2/+1
* net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-251-4/+1
* e1000: use generic power managementVaibhav Gupta2020-06-161-36/+13
* e1000: Do not perform reset in reset_task if we are already downAlexander Duyck2020-05-211-4/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-04-251-1/+1
|\
| * e1000: remove unneeded conversion to boolJason Yan2020-04-211-1/+1
* | e1000: Distribute switch variables for initializationKees Cook2020-04-171-1/+3
|/
* e1000(e): use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-5/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-2/+2
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-1/+1
|\
| * PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-1/+1
* | net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli2019-11-071-2/+2
|/
* ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-221-2/+1
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-2/+1
* e1000: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas2019-06-281-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-2/+2
|\
| * net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-1/+1
| * intel: correct return from set features callbackSerhey Popovych2019-03-191-1/+1
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-5/+0
|/
* ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg2018-11-211-5/+6
* e1000: remove set but not used variable 'txb2b'YueHaibing2018-09-191-3/+0
* intel-ethernet: use correct module licenseJesse Brandeburg2018-09-181-1/+1
* 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