aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-03e1000: drop unneeded assignment in e1000_set_itr()Sudip Mukherjee1-1/+0
2020-10-13e1000: remove unused and incorrect codeJesse Brandeburg1-9/+1
2020-09-29net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior1-1/+0
2020-09-25intel: handle unused assignmentsJesse Brandeburg1-74/+65
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2-20/+26
2020-09-19net: 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-25net/intel: remove driver versions from Intel driversJeff Kirsher3-7/+1
2020-06-16e1000: use generic power managementVaibhav Gupta1-36/+13
2020-05-28e1000: Fix typo in the commentHari1-1/+1
2020-05-21e1000: Do not perform reset in reset_task if we are already downAlexander Duyck1-4/+14
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-04-21e1000: 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-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-2/+1
2019-11-07net: 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-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2-4/+2
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+1
2019-06-28e1000: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas1-3/+3
2019-05-07Merge 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-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-03-19intel: 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
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-08-24e1000: ensure to free old tx/rx rings in set_ringparam()Bo Chen1-2/+2
2018-08-24e1000: check on netif_running() before calling e1000_up()Bo Chen1-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher8-212/+7
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher8-0/+8
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+24
2018-01-08e1000: Replace WARN_ONCE with netdev_WARN_ONCEGal Pressman1-2/+2
2018-01-02e1000: fix disabling already-disabled warningTushar Dave2-6/+24
2017-11-27e1000: Fix off-by-one in debug messageAhmad Fatoum1-2/+4
2017-10-26e1000: avoid null pointer dereference on invalid stat typeColin Ian King1-5/+4