summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl.c
AgeCommit message (Expand)Author
7 daysice: use libie_aq_strMichal Swiatkowski
7 daysice, libie: move generic adminq descriptors to libMichal Swiatkowski
13 daysice: breakout common LAG code into helpersDave Ertman
2025-07-10ice: expose VF functions used by live migrationJacob Keller
2025-07-10ice: move ice_vsi_update_l2tsel to ice_lib.cJacob Keller
2025-07-10ice: save RSS hash configuration for migrationJacob Keller
2025-06-09net: intel: rename 'hena' to 'hashcfg' for clarityJacob Keller
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-19ice: fix vf->num_mac count with port representorsJacob Keller
2025-04-11ice: receive LLDP on trusted VFsMateusz Pacuszka
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-18ice: fix input validation for virtchnl BWLukasz Czapnik
2025-03-18ice: validate queue quanta parameters to prevent OOB accessJan Glaza
2025-03-18ice: stop truncating queue ids when checkingJan Glaza
2025-02-14iavf: add support for negotiating flexible RXDID formatJacob Keller
2025-02-14ice: support Rx timestamp on flex descriptorSimei Su
2024-12-03ice: Fix NULL pointer dereference in switchdevWojciech Drewek
2024-11-13ice: use stack variable for virtchnl_supported_rxdidsJacob Keller
2024-11-13ice: initialize pf->supported_rxdids immediately after loading DDPJacob Keller
2024-11-13ice: only allow Tx promiscuous for multicastBrett Creeley
2024-10-10Merge branch 'net-introduce-tx-h-w-shaping-api'Jakub Kicinski
2024-10-10ice: Support VF queue rate limit and quanta size configurationWenjun Wu
2024-10-08ice: store max_frame and rx_buf_len only in ice_rx_ringJacob Keller
2024-10-08ice: consistently use q_idx in ice_vc_cfg_qs_msg()Jacob Keller
2024-10-08ice: add E830 HW VF mailbox message limit supportPaul Greenwalt
2024-08-13iavf: add support for offloading tc U32 cls filtersAhmed Zaki
2024-04-12ice: store VF relative MSI-X index in q_vector->vf_reg_idxJacob Keller
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-05ice: virtchnl: stop pretending to support RSS over AQ or registersJacob Keller
2024-03-04ice: use relative VSI index for VFs instead of PF VSI numberJacob Keller
2024-03-04ice: pass VSI pointer into ice_vc_isvalid_q_idJacob Keller
2023-12-18ice: field get conversionJesse Brandeburg
2023-12-13iavf: enable symmetric-xor RSS for Toeplitz hash functionAhmed Zaki
2023-12-13ice: enable symmetric-xor RSS for Toeplitz hash functionJeff Guo
2023-12-13ice: refactor RSS configurationQi Zhang
2023-12-13ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register valuesAhmed Zaki
2023-12-05ice: change vfs.num_msix_per to vf->num_msixMichal Swiatkowski
2023-11-29ice: Fix VF Reset paths when interface in a failed over aggregateDave Ertman
2023-10-20ice: implement num_msix field per VFMichal Swiatkowski
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-09-28ice: always add legacy 32byte RXDID in supported_rxdidsMichal Schmidt
2023-09-13ice: Check CRC strip requirement for VLAN stripHaiyue Wang
2023-09-13ice: Support FCS/CRC strip disable for VFHaiyue Wang
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-21Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros
2023-08-16virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`Alexander Lobakin
2023-08-07ice: clean up __ice_aq_get_set_rss_lut()Przemek Kitszel
2023-07-27ice: process events created by lag netdev event handlerDave Ertman
2023-05-19ice: use src VSI instead of src MAC in slow-pathMichal Swiatkowski
2023-05-16ice: Fix ice VF reset during iavf initializationDawid Wesierski