index
:
linux/linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
Age
Commit message (
Expand
)
Author
2024-04-10
ice: realloc VSI stats arrays
Michal Swiatkowski
2024-04-10
ice: Refactor FW data type and fix bitmap casting issue
Steven Zou
2024-03-26
ice: fix stats being updated by way too large values
Przemek Kitszel
2024-03-15
net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()
Rand Deeb
2024-03-15
ice: virtchnl: stop pretending to support RSS over AQ or registers
Jacob Keller
2024-03-15
ice: reorder disabling IRQ and NAPI in ice_qp_dis
Maciej Fijalkowski
2024-02-05
ice: fix pre-shifted bit usage
Jesse Brandeburg
2024-02-05
ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register values
Ahmed Zaki
2024-01-31
ice: update xdp_rxq_info::frag_size for ZC enabled Rx queue
Maciej Fijalkowski
2024-01-31
intel: xsk: initialize skb_frag_t::bv_offset in ZC drivers
Maciej Fijalkowski
2024-01-31
ice: remove redundant xdp_rxq_info registration
Maciej Fijalkowski
2024-01-31
ice: work on pre-XDP prog frag count
Maciej Fijalkowski
2024-01-31
xsk: make xsk_buff_pool responsible for clearing xdp_buff::flags
Maciej Fijalkowski
2024-01-10
ice: Shut down VSI with "link-down-on-close" enabled
Ngai-Mint Kwan
2024-01-10
ice: Fix link_down_on_close message
Katarzyna Wieczerzycka
2024-01-01
ice: Fix PF with enabled XDP going no-carrier after reset
Larysa Zaremba
2024-01-01
ice: alter feature support check for SRIOV and LAG
Dave Ertman
2024-01-01
ice: stop trashing VF VSI aggregator node ID information
Jacob Keller
2024-01-01
ice: fix theoretical out-of-bounds access in ethtool link modes
Michal Schmidt
2023-12-13
ice: Restore fix disabling RX VLAN filtering
Marcin Szycik
2023-12-08
ice: Fix VF Reset paths when interface in a failed over aggregate
Dave Ertman
2023-11-20
ice: Fix VF-VF direction matching in drop rule in switchdev
Marcin Szycik
2023-11-20
ice: Fix VF-VF filter rules in switchdev mode
Aniruddha Paul
2023-11-20
ice: lag: in RCU, use atomic allocation
Michal Schmidt
2023-11-20
ice: Fix SRIOV LAG disable on non-compliant aggregate
Dave Ertman
2023-11-20
ice: fix pin assignment for E810-T without SMA control
Jacob Keller
2023-10-13
ice: Fix safe mode when DDP is missing
Mateusz Pacuszka
2023-10-13
ice: reset first in crash dump kernels
Jesse Brandeburg
2023-10-13
ice: fix over-shifted variable
Jesse Brandeburg
2023-10-08
ice: block default rule setting on LAG interface
Michal Swiatkowski
2023-09-28
ice: always add legacy 32byte RXDID in supported_rxdids
Michal Schmidt
2023-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-08-25
ice: avoid executing commands on other ports when driving sync
Jacob Keller
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-21
ice: Fix NULL pointer deref during VF reset
Petr Oros
2023-08-21
Revert "ice: Fix ice VF reset during iavf initialization"
Petr Oros
2023-08-21
ice: fix receive buffer size miscalculation
Jesse Brandeburg
2023-08-18
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
2023-08-18
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
2023-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-17
ice: split ice_aq_wait_for_event() func into two
Przemek Kitszel
2023-08-17
ice: embed &ice_rq_event_info event into struct ice_aq_task
Przemek Kitszel
2023-08-17
ice: ice_aq_check_events: fix off-by-one check when filling buffer
Przemek Kitszel
2023-08-17
ice: drop two params from ice_aq_alloc_free_res()
Przemek Kitszel
2023-08-17
ice: use list_for_each_entry() helper
Yang Yingliang
2023-08-17
ice: Remove redundant VSI configuration in eswitch setup
Marcin Szycik
2023-08-17
ice: move E810T functions to before device agnostic ones
Jacob Keller
2023-08-17
ice: refactor ice_vsi_is_vlan_pruning_ena
Jan Sokolowski
2023-08-17
ice: refactor ice_ptp_hw to make functions static
Jan Sokolowski
2023-08-17
ice: refactor ice_sched to make functions static
Jan Sokolowski
[prev]
[next]