aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000
AgeCommit message (Expand)Author
2023-12-18intel: legacy: field get conversionJesse Brandeburg
2023-12-18intel: add bit macro includes where neededJesse Brandeburg
2023-10-18e1000: replace deprecated strncpy with strscpyJustin Stitt
2023-08-13net: e1000: Remove unused declarationsYue Haibing
2022-11-02e1000: Remove unnecessary use of kmap_atomic()Anirudh Venkataramanan
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-06-30intel/e1000:fix repeated words in commentsJilin Yuan
2022-06-30intel: remove unused macrosJesse Brandeburg
2022-06-09e1000: Fix typos in commentsJiaqing Zhao
2021-12-28e1000: switch to napi_build_skb()Alexander Lobakin
2021-12-28e1000: switch to napi_consume_skb()Alexander Lobakin
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-26intel: remove checker warningJesse Brandeburg
2021-05-19net: e1000: remove repeated words for e1000_hw.cHao Chen
2021-05-19net: e1000: remove repeated word "slot" for e1000_main.cHao Chen
2021-03-23e1000: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-02-03e1000: drop unneeded assignment in e1000_set_itr()Sudip Mukherjee
2020-10-13e1000: remove unused and incorrect codeJesse Brandeburg
2020-09-29net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior
2020-09-25intel: handle unused assignmentsJesse Brandeburg
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg
2020-09-19net: e1000: Remove set but not used variableZheng Yongjun
2020-07-30e1000: Remove unnecessary usages of memsetSuraj Upadhyay
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher
2020-06-16e1000: use generic power managementVaibhav Gupta
2020-05-28e1000: Fix typo in the commentHari
2020-05-21e1000: Do not perform reset in reset_task if we are already downAlexander Duyck
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-04-21e1000: remove unneeded conversion to boolJason Yan
2020-04-17e1000: Distribute switch variables for initializationKees Cook
2020-03-12net: e1000: reject unsupported coalescing paramsJakub Kicinski
2020-02-19e1000(e): use new helper tcp_v6_gso_csum_prepHeiner Kallweit
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-11-07net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli
2019-11-01e1000: fix memory leaksWenwen Wang
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-06-28e1000: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal
2019-03-19intel: correct return from set features callbackSerhey Popovych