summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/e1000
AgeCommit message (Expand)AuthorFilesLines
2023-10-19e1000: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-08-13net: e1000: Remove unused declarationsYue Haibing2-4/+0
2022-11-02e1000: Remove unnecessary use of kmap_atomic()Anirudh Venkataramanan1-6/+3
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-2/+2
2022-06-30intel/e1000:fix repeated words in commentsJilin Yuan1-1/+1
2022-06-30intel: remove unused macrosJesse Brandeburg1-2/+0
2022-06-09e1000: Fix typos in commentsJiaqing Zhao1-2/+2
2021-12-28e1000: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28e1000: switch to napi_consume_skb()Alexander Lobakin1-5/+7
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-2/+2
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-26intel: remove checker warningJesse Brandeburg1-1/+1
2021-05-19net: e1000: remove repeated words for e1000_hw.cHao Chen1-2/+2
2021-05-19net: e1000: remove repeated word "slot" for e1000_main.cHao Chen1-1/+1
2021-03-23e1000: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-02-04e1000: drop unneeded assignment in e1000_set_itr()Sudip Mukherjee1-1/+0
2020-10-14e1000: remove unused and incorrect codeJesse Brandeburg1-9/+1
2020-09-30net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior1-1/+0
2020-09-26intel: handle unused assignmentsJesse Brandeburg1-74/+65
2020-09-26intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2-20/+26
2020-09-20net: e1000: Remove set but not used variableZheng Yongjun1-2/+1
2020-07-30e1000: Remove unnecessary usages of memsetSuraj Upadhyay1-2/+2
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher3-5/+4
2020-06-26net/intel: remove driver versions from Intel driversJeff Kirsher3-7/+1
2020-06-17e1000: use generic power managementVaibhav Gupta1-36/+13
2020-05-29e1000: Fix typo in the commentHari1-1/+1
2020-05-22e1000: Do not perform reset in reset_task if we are already downAlexander Duyck1-4/+14
2020-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-04-22e1000: remove unneeded conversion to boolJason Yan1-1/+1
2020-04-17e1000: Distribute switch variables for initializationKees Cook1-1/+3
2020-03-12net: e1000: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-02-19e1000(e): use new helper tcp_v6_gso_csum_prepHeiner Kallweit1-5/+1
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-12-04Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+1
2019-11-08net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli1-2/+2
2019-11-01e1000: fix memory leaksWenwen Wang1-4/+3
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2-2/+1
2019-08-23ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2-4/+2
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+1
2019-06-29e1000: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas1-3/+3
2019-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-5/+0
2019-04-02net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-03-20intel: correct return from set features callbackSerhey Popovych1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-4/+4
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg1-5/+6