summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl.c
Commit message (Expand)AuthorAgeFilesLines
* ice: store VF relative MSI-X index in q_vector->vf_reg_idxJacob Keller2024-04-121-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-8/+1
|\
| * ice: virtchnl: stop pretending to support RSS over AQ or registersJacob Keller2024-03-051-8/+1
* | ice: use relative VSI index for VFs instead of PF VSI numberJacob Keller2024-03-041-7/+2
* | ice: pass VSI pointer into ice_vc_isvalid_q_idJacob Keller2024-03-041-12/+10
|/
* ice: field get conversionJesse Brandeburg2023-12-181-1/+1
* iavf: enable symmetric-xor RSS for Toeplitz hash functionAhmed Zaki2023-12-131-0/+50
* ice: enable symmetric-xor RSS for Toeplitz hash functionJeff Guo2023-12-131-2/+7
* ice: refactor RSS configurationQi Zhang2023-12-131-14/+22
* ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register valuesAhmed Zaki2023-12-131-7/+5
* ice: change vfs.num_msix_per to vf->num_msixMichal Swiatkowski2023-12-051-3/+2
* ice: Fix VF Reset paths when interface in a failed over aggregateDave Ertman2023-11-291-0/+25
* ice: implement num_msix field per VFMichal Swiatkowski2023-10-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-5/+7
|\
| * ice: always add legacy 32byte RXDID in supported_rxdidsMichal Schmidt2023-09-281-5/+7
* | ice: Check CRC strip requirement for VLAN stripHaiyue Wang2023-09-131-9/+55
* | ice: Support FCS/CRC strip disable for VFHaiyue Wang2023-09-131-0/+15
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-1/+0
|\
| * Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros2023-08-211-1/+0
* | virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`Alexander Lobakin2023-08-161-1/+1
* | ice: clean up __ice_aq_get_set_rss_lut()Przemek Kitszel2023-08-071-3/+3
* | ice: process events created by lag netdev event handlerDave Ertman2023-07-271-0/+2
|/
* ice: use src VSI instead of src MAC in slow-pathMichal Swiatkowski2023-05-191-8/+0
* ice: Fix ice VF reset during iavf initializationDawid Wesierski2023-05-161-0/+1
* ice: call ice_is_malicious_vf() from ice_vc_process_vf_msg()Jacob Keller2023-03-131-17/+19
* ice: move ice_is_malicious_vf() to ice_virtchnl.cJacob Keller2023-03-131-0/+45
* ice: remove unnecessary virtchnl_ether_addr struct useJacob Keller2023-02-061-12/+12
* ice: Fix configuring VIRTCHNL_OP_CONFIG_VSI_QUEUES with unbalanced queuesMarcin Szycik2022-11-231-20/+17
* ice: virtchnl rss hena supportMd Fahad Iqbal Polash2022-11-141-0/+112
* ice: Add support Flex RXDMichal Jaron2022-10-271-0/+86
* ice: Fix VF not able to send tagged traffic with no VLAN filtersSylwester Dziedziuch2022-08-171-7/+50
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-07-291-25/+26
|\
| * ice: Fix promiscuous mode not turning offMichal Wilczynski2022-07-281-8/+1
| * ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski2022-07-281-25/+33
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-1/+2
|\ \ | |/ |/|
| * ice: Fix max VLANs available for VFPrzemyslaw Patynowski2022-07-261-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-161-27/+26
|\|
| * ice: Fix queue config fail handlingPrzemyslaw Patynowski2022-06-141-27/+26
* | ice: remove VLAN representor specific opsMichal Swiatkowski2022-06-081-40/+4
* | ice: don't set VF VLAN caps in switchdevMichal Swiatkowski2022-06-081-27/+50
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-18/+50
|\
| * ice: clear stale Tx queue settings before configuringAnatolii Gerasymenko2022-05-061-18/+50
* | ice: always check VF VSI pointer valuesJacob Keller2022-05-051-0/+5
* | ice: introduce common helper for retrieving VSI by vsi_numMaciej Fijalkowski2022-05-051-20/+2
|/
* ice: Protect vf_state check by cfg_lock in ice_vc_process_vf_msg()Ivan Vecera2022-04-261-7/+5
* ice: Fix incorrect locking in ice_vc_process_vf_msg()Ivan Vecera2022-04-261-14/+7
* ice: Do not skip not enabled queues in ice_vc_dis_qs_msgAnatolii Gerasymenko2022-04-051-2/+2
* ice: remove PF pointer from ice_check_vf_initJacob Keller2022-03-151-6/+6
* ice: introduce ice_virtchnl.c and ice_virtchnl.hJacob Keller2022-03-151-0/+3785