summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2024-11-14ice: change q_index variable type to s16 to store -1 valueMateusz Polchlopek2-2/+5
2024-10-17ice: Fix netif_is_ice() in Safe ModeMarcin Szycik1-1/+2
2024-10-17ice: fix VLAN replay after resetDave Ertman1-2/+0
2024-10-17ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sc...Aleksandr Mishin1-4/+2
2024-09-18ice: fix accounting for filters shared by multiple VSIsJacob Keller1-1/+1
2024-09-12ice: do not bring the VSI up, if it was down before the XDP setupLarysa Zaremba1-2/+5
2024-09-12ice: allow hot-swapping XDP programsMaciej Fijalkowski1-10/+9
2024-09-12ice: Use ice_max_xdp_frame_size() in ice_xdp_setup_prog()Maciej Fijalkowski1-14/+14
2024-09-12ice: Add netif_device_attach/detach into PF reset flowDawid Osuchowski1-0/+7
2024-08-29ice: fix W=1 headers mismatchJesse Brandeburg2-1/+2
2024-08-29ice: fix ICE_LAST_OFFSET formulaMaciej Fijalkowski1-1/+1
2024-08-29ice: fix page reuse when PAGE_SIZE is over 8kMaciej Fijalkowski1-9/+3
2024-08-29ice: Pull out next_to_clean bump out of ice_put_rx_buf()Maciej Fijalkowski1-13/+16
2024-08-29ice: Store page count inside ice_rx_bufMaciej Fijalkowski2-17/+12
2024-08-29ice: Add xdp_buff to ice_rx_ring structMaciej Fijalkowski3-16/+25
2024-08-29ice: Prepare legacy-rx for upcoming XDP multi-buffer supportMaciej Fijalkowski5-23/+17
2024-08-11ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_progMaciej Fijalkowski1-1/+1
2024-08-11ice: replace synchronize_rcu with synchronize_netMaciej Fijalkowski1-5/+4
2024-08-11ice: don't busy wait for Rx queue disable in ice_qp_dis()Maciej Fijalkowski1-3/+1
2024-08-11ice: respect netif readiness in AF_XDP ZC related ndo'sMichal Kubiak1-1/+5
2024-08-03ice: Add a per-VF limit on number of FDIR filtersAhmed Zaki4-1/+21
2024-06-27ice: Fix VSI list rule with ICE_SW_LKUP_LAST typeMarcin Szycik1-2/+4
2024-06-27ice: avoid IRQ collision to fix init failure on ACPI S3 resumeEn-Wei Wu1-1/+6
2024-06-27ice: move RDMA init to ice_idc.cMichal Swiatkowski3-25/+57
2024-06-21ice: remove af_xdp_zc_qps bitmapLarysa Zaremba3-26/+27
2024-06-21ice: remove null checks before devm_kfree() callsPrzemek Kitszel6-75/+29
2024-06-21ice: Introduce new parameters in ice_sched_nodeMichal Wilczynski5-7/+116
2024-06-21ice: fix iteration of TLVs in Preserved Fields AreaJacob Keller1-7/+21
2024-06-12ice: fix accounting if a VLAN already existsJacob Keller1-5/+6
2024-06-12ice: Interpret .set_channels() input differentlyLarysa Zaremba1-17/+2
2024-05-25ice: remove unnecessary duplicate checks for VF VSI IDJacob Keller1-3/+0
2024-05-25ice: pass VSI pointer into ice_vc_isvalid_q_idJacob Keller1-12/+10
2024-04-27ice: tc: allow zero flags in parsing tc flowerMichal Swiatkowski1-1/+1
2024-04-13ice: use relative VSI index for VFs instead of PF VSI numberJacob Keller2-7/+11
2024-03-15net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb1-0/+2
2024-03-15ice: virtchnl: stop pretending to support RSS over AQ or registersJacob Keller2-10/+1
2024-03-15ice: reorder disabling IRQ and NAPI in ice_qp_disMaciej Fijalkowski1-4/+5
2024-02-05ice: fix pre-shifted bit usageJesse Brandeburg3-11/+18
2024-02-05ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register valuesAhmed Zaki3-13/+11
2024-01-10ice: Shut down VSI with "link-down-on-close" enabledNgai-Mint Kwan1-0/+2
2024-01-10ice: Fix link_down_on_close messageKatarzyna Wieczerzycka1-3/+7
2023-10-25ice: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-3/+0
2023-10-25ice: reset first in crash dump kernelsJesse Brandeburg1-0/+15
2023-10-25ice: fix over-shifted variableJesse Brandeburg1-2/+1
2023-09-23ice: Don't tx before switchdev is fully configuredWojciech Drewek1-0/+3
2023-09-13ice: avoid executing commands on other ports when driving syncJacob Keller2-6/+52
2023-09-13ice: ice_aq_check_events: fix off-by-one check when filling bufferPrzemek Kitszel1-6/+7
2023-08-30ice: Fix NULL pointer deref during VF resetPetr Oros1-7/+8
2023-08-30Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros4-25/+4
2023-08-30ice: fix receive buffer size miscalculationJesse Brandeburg1-1/+2