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
/
ixgbe
Age
Commit message (
Expand
)
Author
Lines
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-10
/
+5
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-11
/
+11
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-30
/
+26
2026-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-16
/
+10
2026-01-27
ixgbe: don't initialize aci lock in ixgbe_recovery_probe()
Kohei Enju
-4
/
+2
2026-01-27
ixgbe: fix memory leaks in the ixgbe_recovery_probe() path
Kohei Enju
-12
/
+8
2026-01-09
ixgbe: Add 10G-BX support
Birger Koblitz
-5
/
+53
2025-12-04
Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+0
2025-11-27
ixgbe: avoid redundant call to ixgbe_non_sfp_link_config()
Alok Tiwari
-2
/
+2
2025-11-24
treewide: Drop pci_save_state() after pci_restore_state()
Lukas Wunner
-1
/
+0
2025-11-14
net: ixgbe: convert to use .get_rx_ring_count
Breno Leitao
-5
/
+10
2025-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+0
2025-11-05
libie: depend on DEBUG_FS when building LIBIE_FWLOG
Michal Swiatkowski
-2
/
+0
2025-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+2
2025-10-29
ixgbe: fix typos in ixgbe driver comments
Alok Tiwari
-4
/
+4
2025-10-28
ixgbe: use EOPNOTSUPP instead of ENOTSUPP in ixgbe_ptp_feature_enable()
Kohei Enju
-1
/
+1
2025-10-28
ixgbe: fix memory leak and use-after-free in ixgbe_recovery_probe()
Kohei Enju
-1
/
+1
2025-10-13
ixgbe: fix too early devlink_free() in ixgbe_remove()
Koichiro Den
-1
/
+2
2025-10-13
ixgbe: handle IXGBE_VF_FEATURES_NEGOTIATE mbox cmd
Jedrzej Jagielski
-0
/
+47
2025-10-13
ixgbe: handle IXGBE_VF_GET_PF_LINK_STATE mailbox operation
Jedrzej Jagielski
-0
/
+47
2025-09-29
ixgbe: fix typos and docstring inconsistencies
Alok Tiwari
-5
/
+5
2025-09-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-10
/
+12
2025-09-16
ixgbe: destroy aci.lock later within ixgbe_remove path
Jedrzej Jagielski
-3
/
+4
2025-09-16
ixgbe: initialize aci.lock before it's used
Jedrzej Jagielski
-7
/
+8
2025-09-11
ixgbe: fwlog support for e610
Michal Swiatkowski
-0
/
+46
2025-09-08
ixgbe: fix typo in function comment for ixgbe_get_num_per_func()
Alok Tiwari
-1
/
+1
2025-09-04
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
-48
/
+58
2025-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+2
2025-09-03
ixgbe: drop unnecessary casts to u16 / int
Jacek Kowalski
-6
/
+6
2025-09-03
ixgbe: reduce number of reads when getting OROM data
Jedrzej Jagielski
-19
/
+40
2025-09-03
ixgbe: add the 2.5G and 5G speeds in auto-negotiation for E610
Piotr Kwapulinski
-23
/
+12
2025-09-02
ixgbe: fix incorrect map used in eee linkmode
Alok Tiwari
-2
/
+2
2025-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+2
2025-08-25
ixgbe: fix ixgbe_orom_civd_info struct layout
Jedrzej Jagielski
-2
/
+2
2025-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-24
/
+14
2025-08-20
ixgbe: fix ndo_xdp_xmit() workloads
Maciej Fijalkowski
-23
/
+11
2025-08-20
ixgbe: xsk: resolve the negative overflow of budget in ixgbe_xmit_zc
Jason Xing
-1
/
+3
2025-08-18
eth: intel: use vmalloc_array() to simplify code
Qianfeng Rong
-1
/
+1
2025-08-12
ixgbe: prevent from unwanted interface name changes
Jedrzej Jagielski
-0
/
+1
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-459
/
+667
2025-07-29
Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-2
/
+2
2025-07-24
ixgbe: use libie adminq descriptors
Michal Swiatkowski
-367
/
+151
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+2
2025-07-15
ethernet: intel: fix building with large NR_CPUS
Arnd Bergmann
-1
/
+2
2025-07-03
ixgbe: spelling corrections
Simon Horman
-17
/
+17
2025-07-03
ixgbe: turn off MDD while modifying SRRCTL
Radoslaw Tyl
-1
/
+8
2025-07-03
ixgbe: add Tx hang detection unhandled MDD
Slawomir Mrozowicz
-22
/
+209
2025-07-03
ixgbe: check for MDD events
Don Skidmore
-0
/
+57
[next]