index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-19
ice: fix missing priority callbacks for U.FL DPLL pins
Petr Oros
1
-0
/
+2
2026-06-01
ice: ptp: use primary NAC semaphore on E825
Grzegorz Nitka
1
-0
/
+9
2026-06-01
ice: ptp: serialize E825 PHY timer start with PTP lock
Grzegorz Nitka
1
-2
/
+13
2026-06-01
ice: fix locking in ice_dcb_rebuild()
Bart Van Assche
1
-2
/
+2
2026-06-01
ice: fix setting RSS VSI hash for E830
Marcin Szycik
1
-1
/
+1
2026-06-01
ice: restore PTP Rx timestamp config after ethtool set-channels
Grzegorz Nitka
1
-0
/
+6
2026-06-01
ice: fix setting promisc mode while adding VID filter
Marcin Szycik
1
-1
/
+1
2026-06-01
ice: fix locking around wait_event_interruptible_locked_irq
Jacob Keller
1
-5
/
+4
2026-06-01
ice: fix VF queue configuration with low MTU values
Jose Ignacio Tornos Martinez
1
-1
/
+1
2026-06-01
Revert "ice: Remove jumbo_remove step from TX path"
Sasha Levin
1
-0
/
+3
2026-06-01
Revert "ice: fix double-free of tx_buf skb"
Sasha Levin
1
-4
/
+2
2026-05-23
ice: add dpll peer notification for paired SMA and U.FL pins
Petr Oros
1
-0
/
+32
2026-05-23
ice: fix missing dpll notifications for SW pins
Petr Oros
1
-11
/
+36
2026-05-23
ice: fix SMA and U.FL pin state changes affecting paired pin
Petr Oros
1
-1
/
+49
2026-05-23
ice: fix missing SMA pin initialization in DPLL subsystem
Petr Oros
1
-0
/
+17
2026-05-23
ice: fix infinite recursion in ice_cfg_tx_topo via ice_init_dev_hw
Petr Oros
3
-2
/
+4
2026-05-23
ice: fix NULL pointer dereference in ice_reset_all_vfs()
Petr Oros
1
-1
/
+6
2026-05-23
ice: fix ice_ptp_read_tx_hwtstamp_status_eth56g
Jacob Keller
1
-2
/
+8
2026-05-23
ice: fix ready bitmap check for non-E822 devices
Jacob Keller
3
-26
/
+136
2026-05-23
ice: perform PHY soft reset for E825C ports at initialization
Grzegorz Nitka
2
-1
/
+93
2026-05-23
ice: fix timestamp interrupt configuration for E825C
Grzegorz Nitka
1
-4
/
+32
2026-05-23
ice: fix ICE_AQ_LINK_SPEED_M for 200G
Paul Greenwalt
1
-1
/
+1
2026-05-23
ice: fix double-free of tx_buf skb
Michal Schmidt
1
-2
/
+4
2026-05-23
ice: Remove jumbo_remove step from TX path
Alice Mikityanska
1
-3
/
+0
2026-05-23
ice: update PCS latency settings for E825 10G/25Gb modes
Grzegorz Nitka
1
-6
/
+6
2026-05-23
ice: fix 'adjust' timer programming for E830 devices
Grzegorz Nitka
1
-3
/
+3
2026-05-14
ice: fix double free in ice_sf_eth_activate() error path
Guangshuo Li
1
-0
/
+2
2026-04-22
ice: ptp: don't WARN when controlling PF is unavailable
Kohei Enju
1
-1
/
+7
2026-04-11
ice: Fix memory leak in ice_set_ringparam()
Zilin Guan
1
-2
/
+9
2026-04-02
ice: use ice_update_eth_stats() for representor stats
Petr Oros
2
-4
/
+13
2026-04-02
ice: fix inverted ready check for VF representors
Petr Oros
1
-1
/
+1
2026-03-19
ice: fix retry for AQ command 0x06EE
Jakub Staniszewski
2
-21
/
+15
2026-03-19
ice: reintroduce retry mechanism for indirect AQ
Jakub Staniszewski
1
-3
/
+9
2026-03-19
drivers: net: ice: fix devlink parameters get without irdma
Nikolay Aleksandrov
1
-2
/
+2
2026-03-12
ice: fix adding AQ LLDP filter for VF
Larysa Zaremba
1
-1
/
+1
2026-03-12
ice: recap the VSI and QoS info after rebuild
Aaron Ma
3
-11
/
+41
2026-02-11
ice: drop udp_tunnel_get_rx_info() call from ndo_open()
Mohammad Heib
1
-3
/
+0
2026-02-11
ice: Fix PTP NULL pointer dereference during VSI rebuild
Aaron Ma
3
-5
/
+29
2026-02-11
ice: PTP: fix missing timestamps on E825 hardware
Jacob Keller
3
-78
/
+103
2026-02-11
ice: fix missing TX timestamps interrupts on E825 devices
Grzegorz Nitka
1
-1
/
+4
2026-02-11
treewide: Drop pci_save_state() after pci_restore_state()
Lukas Wunner
1
-2
/
+0
2026-02-06
ice: stop counting UDP csum mismatch as rx_errors
Jesse Brandeburg
1
-1
/
+0
2026-02-06
ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues
Aaron Ma
1
-4
/
+6
2026-01-30
ice: fix devlink reload call trace
Paul Greenwalt
1
-2
/
+1
2026-01-30
ice: add missing ice_deinit_hw() in devlink reinit path
Paul Greenwalt
1
-0
/
+1
2026-01-30
ice: Fix persistent failure in ice_get_rxfh
Cody Haas
3
-5
/
+30
2026-01-30
ice: Fix incorrect timeout ice_release_res()
Ding Hui
1
-1
/
+1
2026-01-30
ice: Avoid detrimental cleanup for bond during interface stop
Dave Ertman
1
-8
/
+17
2026-01-30
ice: initialize ring_stats->syncp
Jacob Keller
1
-0
/
+4
2025-12-18
ice: remove duplicate call to ice_deinit_hw() on error paths
Przemek Kitszel
1
-1
/
+1
[next]