index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
e1000
Age
Commit message (
Expand
)
Author
Lines
9 days
e1000/e1000e: Fix leak in DMA error cleanup
Matt Vollrath
-2
/
+0
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-2
/
+2
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-8
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-12
/
+12
2025-12-17
e1000: fix OOB in e1000_tbi_should_accept()
Guangshuo Li
-1
/
+9
2025-09-03
e1000: drop unnecessary constant casts to u16
Jacek Kowalski
-6
/
+5
2025-06-10
e1000: Move cancel_work_sync to avoid deadlock
Joe Damato
-4
/
+4
2024-11-13
e1000: Hold RTNL when e1000_down can be called
Joe Damato
-1
/
+9
2024-10-08
e1000: Link NAPI instances to queues and IRQs
Joe Damato
-0
/
+5
2024-07-11
net: intel: Remove MODULE_AUTHORs
Tony Nguyen
-1
/
+0
2024-06-10
net: intel: Use *-y instead of *-objs in Makefile
Andy Shevchenko
-1
/
+1
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
-1
/
+1
2024-03-29
net: intel: implement modern PM ops declarations
Jesse Brandeburg
-8
/
+6
2023-12-18
intel: legacy: field get conversion
Jesse Brandeburg
-26
/
+19
2023-12-18
intel: add bit macro includes where needed
Jesse Brandeburg
-0
/
+1
2023-10-18
e1000: replace deprecated strncpy with strscpy
Justin Stitt
-1
/
+1
2023-08-13
net: e1000: Remove unused declarations
Yue Haibing
-4
/
+0
2022-11-02
e1000: Remove unnecessary use of kmap_atomic()
Anirudh Venkataramanan
-6
/
+3
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
-1
/
+1
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
-2
/
+2
2022-07-02
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
-2
/
+2
2022-06-30
intel/e1000:fix repeated words in comments
Jilin Yuan
-1
/
+1
2022-06-30
intel: remove unused macros
Jesse Brandeburg
-2
/
+0
2022-06-09
e1000: Fix typos in comments
Jiaqing Zhao
-2
/
+2
2021-12-28
e1000: switch to napi_build_skb()
Alexander Lobakin
-1
/
+1
2021-12-28
e1000: switch to napi_consume_skb()
Alexander Lobakin
-5
/
+7
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
-2
/
+6
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
-2
/
+2
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
-2
/
+6
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
-1
/
+1
2021-05-26
intel: remove checker warning
Jesse Brandeburg
-1
/
+1
2021-05-19
net: e1000: remove repeated words for e1000_hw.c
Hao Chen
-2
/
+2
2021-05-19
net: e1000: remove repeated word "slot" for e1000_main.c
Hao Chen
-1
/
+1
2021-03-23
e1000: Fix fall-through warnings for Clang
Gustavo A. R. Silva
-0
/
+1
2021-02-03
e1000: drop unneeded assignment in e1000_set_itr()
Sudip Mukherjee
-1
/
+0
2020-10-13
e1000: remove unused and incorrect code
Jesse Brandeburg
-9
/
+1
2020-09-29
net: intel: Remove in_interrupt() warnings
Sebastian Andrzej Siewior
-1
/
+0
2020-09-25
intel: handle unused assignments
Jesse Brandeburg
-74
/
+65
2020-09-25
intel-ethernet: clean up W=1 warnings in kdoc
Jesse Brandeburg
-20
/
+26
2020-09-19
net: e1000: Remove set but not used variable
Zheng Yongjun
-2
/
+1
2020-07-30
e1000: Remove unnecessary usages of memset
Suraj Upadhyay
-2
/
+2
2020-07-01
ethernet/intel: Convert fallthrough code comments
Jeff Kirsher
-5
/
+4
2020-06-25
net/intel: remove driver versions from Intel drivers
Jeff Kirsher
-7
/
+1
2020-06-16
e1000: use generic power management
Vaibhav Gupta
-36
/
+13
2020-05-28
e1000: Fix typo in the comment
Hari
-1
/
+1
2020-05-21
e1000: Do not perform reset in reset_task if we are already down
Alexander Duyck
-4
/
+14
2020-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-1
/
+1
2020-04-21
e1000: remove unneeded conversion to bool
Jason Yan
-1
/
+1
2020-04-17
e1000: Distribute switch variables for initialization
Kees Cook
-1
/
+3
2020-03-12
net: e1000: reject unsupported coalescing params
Jakub Kicinski
-0
/
+1
[next]