summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-12ice: store VF relative MSI-X index in q_vector->vf_reg_idxJacob Keller1-7/+7
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+1
2024-03-05ice: virtchnl: stop pretending to support RSS over AQ or registersJacob Keller1-8/+1
2024-03-04ice: use relative VSI index for VFs instead of PF VSI numberJacob Keller1-7/+2
2024-03-04ice: pass VSI pointer into ice_vc_isvalid_q_idJacob Keller1-12/+10
2023-12-18ice: field get conversionJesse Brandeburg1-1/+1
2023-12-14iavf: enable symmetric-xor RSS for Toeplitz hash functionAhmed Zaki1-0/+50
2023-12-14ice: enable symmetric-xor RSS for Toeplitz hash functionJeff Guo1-2/+7
2023-12-14ice: refactor RSS configurationQi Zhang1-14/+22
2023-12-14ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register valuesAhmed Zaki1-7/+5
2023-12-05ice: change vfs.num_msix_per to vf->num_msixMichal Swiatkowski1-3/+2
2023-11-30ice: Fix VF Reset paths when interface in a failed over aggregateDave Ertman1-0/+25
2023-10-20ice: implement num_msix field per VFMichal Swiatkowski1-1/+1
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+7
2023-09-28ice: always add legacy 32byte RXDID in supported_rxdidsMichal Schmidt1-5/+7
2023-09-13ice: Check CRC strip requirement for VLAN stripHaiyue Wang1-9/+55
2023-09-13ice: Support FCS/CRC strip disable for VFHaiyue Wang1-0/+15
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2023-08-21Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros1-1/+0
2023-08-16virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`Alexander Lobakin1-1/+1
2023-08-07ice: clean up __ice_aq_get_set_rss_lut()Przemek Kitszel1-3/+3
2023-07-27ice: process events created by lag netdev event handlerDave Ertman1-0/+2
2023-05-19ice: use src VSI instead of src MAC in slow-pathMichal Swiatkowski1-8/+0
2023-05-16ice: Fix ice VF reset during iavf initializationDawid Wesierski1-0/+1
2023-03-13ice: call ice_is_malicious_vf() from ice_vc_process_vf_msg()Jacob Keller1-17/+19
2023-03-13ice: move ice_is_malicious_vf() to ice_virtchnl.cJacob Keller1-0/+45
2023-02-06ice: remove unnecessary virtchnl_ether_addr struct useJacob Keller1-12/+12
2022-11-23ice: Fix configuring VIRTCHNL_OP_CONFIG_VSI_QUEUES with unbalanced queuesMarcin Szycik1-20/+17
2022-11-14ice: virtchnl rss hena supportMd Fahad Iqbal Polash1-0/+112
2022-10-27ice: Add support Flex RXDMichal Jaron1-0/+86
2022-08-17ice: Fix VF not able to send tagged traffic with no VLAN filtersSylwester Dziedziuch1-7/+50
2022-07-30Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-25/+26
2022-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-07-28ice: Fix promiscuous mode not turning offMichal Wilczynski1-8/+1
2022-07-28ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski1-25/+33
2022-07-26ice: Fix max VLANs available for VFPrzemyslaw Patynowski1-1/+2
2022-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-27/+26
2022-06-14ice: Fix queue config fail handlingPrzemyslaw Patynowski1-27/+26
2022-06-08ice: remove VLAN representor specific opsMichal Swiatkowski1-40/+4
2022-06-08ice: don't set VF VLAN caps in switchdevMichal Swiatkowski1-27/+50
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-18/+50
2022-05-06ice: clear stale Tx queue settings before configuringAnatolii Gerasymenko1-18/+50
2022-05-05ice: always check VF VSI pointer valuesJacob Keller1-0/+5
2022-05-05ice: introduce common helper for retrieving VSI by vsi_numMaciej Fijalkowski1-20/+2
2022-04-26ice: Protect vf_state check by cfg_lock in ice_vc_process_vf_msg()Ivan Vecera1-7/+5
2022-04-26ice: Fix incorrect locking in ice_vc_process_vf_msg()Ivan Vecera1-14/+7
2022-04-05ice: Do not skip not enabled queues in ice_vc_dis_qs_msgAnatolii Gerasymenko1-2/+2
2022-03-15ice: remove PF pointer from ice_check_vf_initJacob Keller1-6/+6
2022-03-15ice: introduce ice_virtchnl.c and ice_virtchnl.hJacob Keller1-0/+3785