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
/
ice
Age
Commit message (
Expand
)
Author
Lines
2026-04-15
Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-1
/
+1
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-1
/
+1
2026-04-14
Merge tag 'bitmap-for-v7.1' of https://github.com/norov/linux
Linus Torvalds
-5
/
+3
2026-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-11
/
+19
2026-04-09
ice: use bitmap_empty() in ice_vf_has_no_qs_ena
Yury Norov
-2
/
+2
2026-04-09
ice: use bitmap_weighted_xor() in ice_find_free_recp_res_idx()
Yury Norov
-3
/
+1
2026-04-06
ice: fix PTP timestamping broken by SyncE code on E825C
Petr Oros
-10
/
+12
2026-04-06
ice: ptp: don't WARN when controlling PF is unavailable
Kohei Enju
-1
/
+7
2026-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-25
/
+38
2026-03-23
ice: use ice_update_eth_stats() for representor stats
Petr Oros
-4
/
+13
2026-03-23
ice: fix inverted ready check for VF representors
Petr Oros
-1
/
+1
2026-03-23
ice: set max queues in alloc_etherdev_mqs()
Michal Swiatkowski
-20
/
+24
2026-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+2
2026-03-10
drivers: net: ice: fix devlink parameters get without irdma
Nikolay Aleksandrov
-2
/
+2
2026-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-68
/
+110
2026-03-05
ice: change XDP RxQ frag_size from DMA write length to xdp.frame_sz
Larysa Zaremba
-5
/
+4
2026-03-05
ice: fix rxq info registering in mbuf packets
Larysa Zaremba
-20
/
+14
2026-03-03
ice: Fix memory leak in ice_set_ringparam()
Zilin Guan
-2
/
+9
2026-03-03
ice: fix retry for AQ command 0x06EE
Jakub Staniszewski
-21
/
+15
2026-03-03
ice: reintroduce retry mechanism for indirect AQ
Jakub Staniszewski
-3
/
+9
2026-03-03
ice: fix adding AQ LLDP filter for VF
Larysa Zaremba
-1
/
+1
2026-03-03
ice: Make name member of struct ice_cgu_pin_desc const
Simon Horman
-1
/
+1
2026-02-28
Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
-17
/
+59
2026-02-25
ice: fix crash in ethtool offline loopback test
Michal Schmidt
-6
/
+18
2026-02-25
ice: recap the VSI and QoS info after rebuild
Aaron Ma
-11
/
+41
2026-02-24
PCI/PTM: Drop pci_enable_ptm() granularity parameter
Mika Westerberg
-1
/
+1
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-3
/
+2
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-12
/
+6
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-105
/
+105
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-130
/
+129
2026-02-06
ice: Remove jumbo_remove step from TX path
Alice Mikityanska
-3
/
+0
2026-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-87
/
+136
2026-02-05
ice: dpll: Support E825-C SyncE and dynamic pin discovery
Arkadiusz Kubalewski
-92
/
+959
2026-02-05
drivers: Add support for DPLL reference count tracking
Ivan Vecera
-7
/
+12
2026-02-05
dpll: Add reference count tracking support
Ivan Vecera
-7
/
+7
2026-01-30
ice: drop udp_tunnel_get_rx_info() call from ndo_open()
Mohammad Heib
-3
/
+0
2026-01-30
ice: Fix PTP NULL pointer dereference during VSI rebuild
Aaron Ma
-5
/
+29
2026-01-30
ice: PTP: fix missing timestamps on E825 hardware
Jacob Keller
-78
/
+103
2026-01-30
ice: fix missing TX timestamps interrupts on E825 devices
Grzegorz Nitka
-1
/
+4
2026-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-5
/
+6
2026-01-27
ice: stop counting UDP csum mismatch as rx_errors
Jesse Brandeburg
-1
/
+0
2026-01-27
ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues
Aaron Ma
-4
/
+6
2026-01-26
ice: reshuffle and group Rx and Tx queue fields by cachelines
Alexander Lobakin
-57
/
+70
2026-01-26
ice: convert all ring stats to u64_stats_t
Jacob Keller
-90
/
+147
2026-01-26
ice: shorten ring stat names and add accessors
Jacob Keller
-35
/
+60
2026-01-26
ice: use u64_stats API to access pkts/bytes in dim sample
Jacob Keller
-22
/
+75
2026-01-26
ice: remove ice_q_stats struct and use struct_group
Jacob Keller
-17
/
+16
2026-01-26
ice: pass pointer to ice_fetch_u64_stats_per_ring
Jacob Keller
-18
/
+9
2026-01-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-16
/
+54
2026-01-20
ice: fix devlink reload call trace
Paul Greenwalt
-2
/
+1
[next]