index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-30
ice: drop udp_tunnel_get_rx_info() call from ndo_open()
Mohammad Heib
1
-3
/
+0
2026-01-30
ice: Fix PTP NULL pointer dereference during VSI rebuild
Aaron Ma
3
-5
/
+29
2026-01-30
ice: PTP: fix missing timestamps on E825 hardware
Jacob Keller
3
-78
/
+103
2026-01-30
ice: fix missing TX timestamps interrupts on E825 devices
Grzegorz Nitka
1
-1
/
+4
2026-01-27
ice: stop counting UDP csum mismatch as rx_errors
Jesse Brandeburg
1
-1
/
+0
2026-01-27
ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues
Aaron Ma
1
-4
/
+6
2026-01-20
ice: fix devlink reload call trace
Paul Greenwalt
1
-2
/
+1
2026-01-20
ice: add missing ice_deinit_hw() in devlink reinit path
Paul Greenwalt
1
-0
/
+1
2026-01-20
ice: Fix persistent failure in ice_get_rxfh
Cody Haas
3
-5
/
+30
2026-01-13
ice: Fix incorrect timeout ice_release_res()
Ding Hui
1
-1
/
+1
2026-01-13
ice: Avoid detrimental cleanup for bond during interface stop
Dave Ertman
1
-8
/
+17
2026-01-13
ice: initialize ring_stats->syncp
Jacob Keller
1
-0
/
+4
2025-12-04
Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+0
2025-11-27
ice: fix comment typo and correct module format string
Alok Tiwari
2
-2
/
+2
2025-11-26
ice: extract GRXRINGS from .get_rxnfc
Breno Leitao
1
-4
/
+15
2025-11-25
ice: fix broken Rx on VFs
Alexander Lobakin
1
-0
/
+3
2025-11-24
treewide: Drop pci_save_state() after pci_restore_state()
Lukas Wunner
1
-2
/
+0
2025-11-20
devlink: pass extack through to devlink_param::get()
Daniel Zahka
1
-4
/
+10
2025-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+19
2025-11-18
ice: fix PTP cleanup on driver removal in error path
Grzegorz Nitka
1
-3
/
+19
2025-11-06
ice: Extend PTYPE bitmap coverage for GTP encapsulated flows
Przemek Kitszel
1
-26
/
+26
2025-11-06
ice: improve TCAM priority handling for RSS profiles
Aleksandr Loktionov
2
-14
/
+78
2025-11-06
ice: implement GTP RSS context tracking and configuration
Aleksandr Loktionov
1
-54
/
+1040
2025-11-06
ice: add virtchnl definitions and static data for GTP RSS
Aleksandr Loktionov
2
-1
/
+266
2025-11-06
ice: add flow parsing for GTP and new protocol field support
Aleksandr Loktionov
3
-9
/
+322
2025-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-3
/
+35
2025-10-29
ice: Allow 100M speed for E825C SGMII device
Grzegorz Nitka
1
-0
/
+1
2025-10-29
ice: implement configurable header split for regular Rx
Alexander Lobakin
6
-36
/
+168
2025-10-29
ice: switch to Page Pool
Michal Kubiak
10
-552
/
+202
2025-10-29
ice: drop page splitting and recycling
Michal Kubiak
5
-223
/
+24
2025-10-29
ice: remove legacy Rx and construct SKB
Michal Kubiak
7
-208
/
+6
2025-10-28
ice: fix usage of logical PF id
Grzegorz Nitka
1
-1
/
+1
2025-10-28
ice: fix destination CGU for dual complex E825
Grzegorz Nitka
2
-2
/
+25
2025-10-28
ice: fix lane number calculation
Grzegorz Nitka
1
-0
/
+9
2025-10-24
ice: remove duplicate call to ice_deinit_hw() on error paths
Przemek Kitszel
1
-1
/
+1
2025-10-24
ice: move ice_deinit_dev() to the end of deinit paths
Przemek Kitszel
4
-9
/
+23
2025-10-24
ice: extract ice_init_dev() from ice_init()
Przemek Kitszel
1
-9
/
+9
2025-10-24
ice: move ice_init_pf() out of ice_init_dev()
Przemek Kitszel
3
-19
/
+31
2025-10-24
ice: move udp_tunnel_nic and misc IRQ setup into ice_init_pf()
Przemek Kitszel
1
-30
/
+28
2025-10-24
ice: ice_init_pf: destroy mutexes and xarrays on memory alloc failure
Przemek Kitszel
1
-19
/
+12
2025-10-24
ice: move ice_init_interrupt_scheme() prior ice_init_pf()
Przemek Kitszel
1
-14
/
+11
2025-10-24
ice: move service task start out of ice_init_pf()
Przemek Kitszel
2
-7
/
+12
2025-10-24
ice: enforce RTNL assumption of queue NAPI manipulation
Przemek Kitszel
1
-2
/
+2
2025-10-20
ice: refactor to use helpers
Jesse Brandeburg
6
-54
/
+24
2025-10-20
ice: implement transmit hardware timestamp statistics
Jesse Brandeburg
1
-0
/
+18
2025-10-20
ice: add tracking of good transmit timestamps
Jesse Brandeburg
2
-0
/
+11
2025-10-20
ice: implement ethtool standard stats
Jesse Brandeburg
3
-0
/
+82
2025-10-06
ice: ice_adapter: release xa entry on adapter allocation failure
Haotian Zhang
1
-4
/
+6
2025-09-26
ethtool: add FEC bins histogram report
Vadim Fedorenko
1
-1
/
+3
2025-09-19
ice: Remove deprecated ice_lag_move_new_vf_nodes() call
Dave Ertman
3
-58
/
+0
[next]