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