summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000
AgeCommit message (Expand)AuthorLines
9 dayse1000/e1000e: Fix leak in DMA error cleanupMatt Vollrath-2/+0
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-8/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-12/+12
2025-12-17e1000: fix OOB in e1000_tbi_should_accept()Guangshuo Li-1/+9
2025-09-03e1000: drop unnecessary constant casts to u16Jacek Kowalski-6/+5
2025-06-10e1000: Move cancel_work_sync to avoid deadlockJoe Damato-4/+4
2024-11-13e1000: Hold RTNL when e1000_down can be calledJoe Damato-1/+9
2024-10-08e1000: Link NAPI instances to queues and IRQsJoe Damato-0/+5
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen-1/+0
2024-06-10net: intel: Use *-y instead of *-objs in MakefileAndy Shevchenko-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2024-03-29net: intel: implement modern PM ops declarationsJesse Brandeburg-8/+6
2023-12-18intel: legacy: field get conversionJesse Brandeburg-26/+19
2023-12-18intel: add bit macro includes where neededJesse Brandeburg-0/+1
2023-10-18e1000: replace deprecated strncpy with strscpyJustin Stitt-1/+1
2023-08-13net: e1000: Remove unused declarationsYue Haibing-4/+0
2022-11-02e1000: Remove unnecessary use of kmap_atomic()Anirudh Venkataramanan-6/+3
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang-2/+2
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet-2/+2
2022-06-30intel/e1000:fix repeated words in commentsJilin Yuan-1/+1
2022-06-30intel: remove unused macrosJesse Brandeburg-2/+0
2022-06-09e1000: Fix typos in commentsJiaqing Zhao-2/+2
2021-12-28e1000: switch to napi_build_skb()Alexander Lobakin-1/+1
2021-12-28e1000: switch to napi_consume_skb()Alexander Lobakin-5/+7
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen-2/+6
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski-2/+2
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo-2/+6
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-1/+1
2021-05-26intel: remove checker warningJesse Brandeburg-1/+1
2021-05-19net: e1000: remove repeated words for e1000_hw.cHao Chen-2/+2
2021-05-19net: e1000: remove repeated word "slot" for e1000_main.cHao Chen-1/+1
2021-03-23e1000: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+1
2021-02-03e1000: drop unneeded assignment in e1000_set_itr()Sudip Mukherjee-1/+0
2020-10-13e1000: remove unused and incorrect codeJesse Brandeburg-9/+1
2020-09-29net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior-1/+0
2020-09-25intel: handle unused assignmentsJesse Brandeburg-74/+65
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg-20/+26
2020-09-19net: e1000: Remove set but not used variableZheng Yongjun-2/+1
2020-07-30e1000: Remove unnecessary usages of memsetSuraj Upadhyay-2/+2
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher-5/+4
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher-7/+1
2020-06-16e1000: use generic power managementVaibhav Gupta-36/+13
2020-05-28e1000: Fix typo in the commentHari-1/+1
2020-05-21e1000: Do not perform reset in reset_task if we are already downAlexander Duyck-4/+14
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+1
2020-04-21e1000: remove unneeded conversion to boolJason Yan-1/+1
2020-04-17e1000: Distribute switch variables for initializationKees Cook-1/+3
2020-03-12net: e1000: reject unsupported coalescing paramsJakub Kicinski-0/+1