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
Age
Commit message (
Expand
)
Author
Lines
2025-11-14
net: ixgbe: convert to use .get_rx_ring_count
Breno Leitao
-5
/
+10
2025-11-07
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
-137
/
+2027
2025-11-06
iavf: add RSS support for GTP protocol via ethtool
Aleksandr Loktionov
-23
/
+216
2025-11-06
ice: Extend PTYPE bitmap coverage for GTP encapsulated flows
Przemek Kitszel
-26
/
+26
2025-11-06
ice: improve TCAM priority handling for RSS profiles
Aleksandr Loktionov
-14
/
+78
2025-11-06
ice: implement GTP RSS context tracking and configuration
Aleksandr Loktionov
-54
/
+1040
2025-11-06
ice: add virtchnl definitions and static data for GTP RSS
Aleksandr Loktionov
-1
/
+266
2025-11-06
ice: add flow parsing for GTP and new protocol field support
Aleksandr Loktionov
-9
/
+322
2025-11-06
i40e: support generic devlink param "max_mac_per_vf"
Mohammad Heib
-10
/
+79
2025-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-4
/
+2
2025-11-06
idpf: add support for IDPF PCI programming interface
Pavan Kumar Linga
-17
/
+88
2025-11-05
libie: depend on DEBUG_FS when building LIBIE_FWLOG
Michal Swiatkowski
-4
/
+2
2025-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-7
/
+42
2025-10-29
igbvf: fix misplaced newline in VLAN add warning message
Alok Tiwari
-1
/
+1
2025-10-29
ixgbe: fix typos in ixgbe driver comments
Alok Tiwari
-4
/
+4
2025-10-29
idpf: remove duplicate defines in IDPF_CAP_RSS
Sreedevi Joshi
-2
/
+0
2025-10-29
i40e: avoid redundant VF link state updates
Jay Vosburgh
-0
/
+12
2025-10-29
ice: Allow 100M speed for E825C SGMII device
Grzegorz Nitka
-0
/
+1
2025-10-29
ice: implement configurable header split for regular Rx
Alexander Lobakin
-36
/
+168
2025-10-29
ice: switch to Page Pool
Michal Kubiak
-552
/
+203
2025-10-29
ice: drop page splitting and recycling
Michal Kubiak
-223
/
+24
2025-10-29
ice: remove legacy Rx and construct SKB
Michal Kubiak
-208
/
+6
2025-10-28
ixgbe: use EOPNOTSUPP instead of ENOTSUPP in ixgbe_ptp_feature_enable()
Kohei Enju
-1
/
+1
2025-10-28
igc: use EOPNOTSUPP instead of ENOTSUPP in igc_ethtool_get_sset_count()
Kohei Enju
-1
/
+1
2025-10-28
igb: use EOPNOTSUPP instead of ENOTSUPP in igb_get_sset_count()
Kohei Enju
-1
/
+1
2025-10-28
igc: power up the PHY before the link test
Kohei Enju
-0
/
+3
2025-10-28
ixgbe: fix memory leak and use-after-free in ixgbe_recovery_probe()
Kohei Enju
-1
/
+1
2025-10-28
ice: fix usage of logical PF id
Grzegorz Nitka
-1
/
+1
2025-10-28
ice: fix destination CGU for dual complex E825
Grzegorz Nitka
-2
/
+25
2025-10-28
ice: fix lane number calculation
Grzegorz Nitka
-0
/
+9
2025-10-24
ice: remove duplicate call to ice_deinit_hw() on error paths
Przemek Kitszel
-1
/
+1
2025-10-24
ice: move ice_deinit_dev() to the end of deinit paths
Przemek Kitszel
-9
/
+23
2025-10-24
ice: extract ice_init_dev() from ice_init()
Przemek Kitszel
-9
/
+9
2025-10-24
ice: move ice_init_pf() out of ice_init_dev()
Przemek Kitszel
-19
/
+31
2025-10-24
ice: move udp_tunnel_nic and misc IRQ setup into ice_init_pf()
Przemek Kitszel
-30
/
+28
2025-10-24
ice: ice_init_pf: destroy mutexes and xarrays on memory alloc failure
Przemek Kitszel
-19
/
+12
2025-10-24
ice: move ice_init_interrupt_scheme() prior ice_init_pf()
Przemek Kitszel
-14
/
+11
2025-10-24
ice: move service task start out of ice_init_pf()
Przemek Kitszel
-7
/
+12
2025-10-24
ice: enforce RTNL assumption of queue NAPI manipulation
Przemek Kitszel
-2
/
+2
2025-10-20
e1000e: Introduce private flag to disable K1
Vitaly Lifshits
-23
/
+67
2025-10-20
ice: refactor to use helpers
Jesse Brandeburg
-54
/
+24
2025-10-20
ice: implement transmit hardware timestamp statistics
Jesse Brandeburg
-0
/
+18
2025-10-20
ice: add tracking of good transmit timestamps
Jesse Brandeburg
-0
/
+11
2025-10-20
ice: implement ethtool standard stats
Jesse Brandeburg
-0
/
+82
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
ixgbevf: fix mailbox API compatibility by negotiating supported features
Jedrzej Jagielski
-3
/
+96
2025-10-13
ixgbe: handle IXGBE_VF_GET_PF_LINK_STATE mailbox operation
Jedrzej Jagielski
-0
/
+47
2025-10-13
ixgbevf: fix getting link speed data for E610 devices
Jedrzej Jagielski
-32
/
+116
2025-10-13
idpf: cleanup remaining SKBs in PTP flows
Milena Olech
-0
/
+4
[next]