index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
e1000e
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-18
e1000e: Unroll PTP in probe error handling
Matt Vollrath
1
-0
/
+1
2026-03-10
e1000/e1000e: Fix leak in DMA error cleanup
Matt Vollrath
1
-2
/
+0
2026-02-28
Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
Jakub Kicinski
5
-12
/
+41
2026-02-25
e1000e: clear DPG_EN after reset to avoid autonomous power-gating
Vitaly Lifshits
2
-0
/
+10
2026-02-25
e1000e: introduce new board type for Panther Lake PCH
Vitaly Lifshits
4
-12
/
+31
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-4
/
+2
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-4
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2
-11
/
+10
2025-12-04
Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
1
-1
/
+0
2025-12-03
Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
4
-28
/
+68
2025-11-27
e1000e: Remove unneeded checks
Tony Nguyen
1
-5
/
+1
2025-11-24
treewide: Drop pci_save_state() after pci_restore_state()
Lukas Wunner
1
-1
/
+0
2025-11-19
e1000e: Switch to use %ptSp
Andy Shevchenko
1
-5
/
+2
2025-10-20
e1000e: Introduce private flag to disable K1
Vitaly Lifshits
4
-23
/
+67
2025-09-04
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
4
-6
/
+6
2025-09-03
e1000e: drop unnecessary constant casts to u16
Jacek Kowalski
4
-6
/
+6
2025-09-02
e1000e: fix heap overflow in e1000_set_eeprom
Vitaly Lifshits
1
-3
/
+7
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-42
/
+35
2025-07-29
Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2025-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-0
/
+11
2025-07-21
e1000e: ignore uninitialized checksum word on tgp
Jacek Kowalski
2
-0
/
+9
2025-07-21
e1000e: disregard NVM checksum on tgp when valid checksum bit is not set
Jacek Kowalski
1
-0
/
+2
2025-07-01
time/timecounter: Fix the lie that struct cyclecounter is const
Greg Kroah-Hartman
1
-1
/
+1
2025-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-6
/
+16
2025-06-17
e1000e: set fixed clock frequency indication for Nahum 11 and Nahum 13
Vitaly Lifshits
2
-6
/
+16
2025-06-16
eth: e1000e: migrate to new RXFH callbacks
Jakub Kicinski
1
-42
/
+35
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-2
/
+4
2025-04-11
net: e1000e: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
Piotr Wejman
2
-39
/
+38
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-4
/
+4
2025-04-02
e1000e: change k1 configuration on MTP and later platforms
Vitaly Lifshits
3
-5
/
+82
2025-02-10
e1000e: Fix real-time violations on link up
Gerhard Engleder
1
-1
/
+14
2024-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-13
/
+4
2024-11-04
e1000e: Remove Meteor Lake SMBUS workarounds
Vitaly Lifshits
1
-13
/
+4
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-4
/
+4
2024-10-08
e1000e: Link NAPI instances to queues and IRQs
Joe Damato
1
-0
/
+11
2024-10-08
e1000e: Remove duplicated writel() in e1000_configure_tx/rx()
Takamitsu Iwai
1
-6
/
+0
2024-10-08
e1000e: change I219 (19) devices to ADP
Vitaly Lifshits
2
-4
/
+4
2024-08-30
e1000e: avoid failing the system during pm_suspend
Vitaly Lifshits
1
-8
/
+11
2024-07-16
Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
3
-6
/
+4
2024-07-15
Merge tag 'timers-core-2024-07-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+2
2024-07-15
Merge branch 'net-make-timestamping-selectable'
Jakub Kicinski
1
-1
/
+1
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
1
-1
/
+1
2024-07-13
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
1
-1
/
+0
2024-07-13
Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/linux into timers/core
Thomas Gleixner
1
-66
/
+66
2024-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-20
/
+53
2024-07-11
net: intel: Remove MODULE_AUTHORs
Tony Nguyen
1
-1
/
+0
2024-07-10
e1000e: fix force smbus during suspend flow
Vitaly Lifshits
1
-20
/
+53
2024-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-66
/
+66
2024-07-01
e1000e: Fix S0ix residency on corporate systems
Dima Ruinskiy
1
-66
/
+66
2024-06-10
net: intel: Use *-y instead of *-objs in Makefile
Andy Shevchenko
1
-4
/
+3
[next]