summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl.c
AgeCommit message (Expand)Author
2024-03-05ice: virtchnl: stop pretending to support RSS over AQ or registersJacob 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
2023-03-13ice: call ice_is_malicious_vf() from ice_vc_process_vf_msg()Jacob Keller
2023-03-13ice: move ice_is_malicious_vf() to ice_virtchnl.cJacob Keller
2023-02-06ice: remove unnecessary virtchnl_ether_addr struct useJacob Keller
2022-11-23ice: Fix configuring VIRTCHNL_OP_CONFIG_VSI_QUEUES with unbalanced queuesMarcin Szycik
2022-11-14ice: virtchnl rss hena supportMd Fahad Iqbal Polash
2022-10-27ice: Add support Flex RXDMichal Jaron
2022-08-17ice: Fix VF not able to send tagged traffic with no VLAN filtersSylwester Dziedziuch
2022-07-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-28ice: Fix promiscuous mode not turning offMichal Wilczynski
2022-07-28ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski
2022-07-26ice: Fix max VLANs available for VFPrzemyslaw Patynowski
2022-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-14ice: Fix queue config fail handlingPrzemyslaw Patynowski
2022-06-08ice: remove VLAN representor specific opsMichal Swiatkowski
2022-06-08ice: don't set VF VLAN caps in switchdevMichal Swiatkowski
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-06ice: clear stale Tx queue settings before configuringAnatolii Gerasymenko
2022-05-05ice: always check VF VSI pointer valuesJacob Keller
2022-05-05ice: introduce common helper for retrieving VSI by vsi_numMaciej Fijalkowski
2022-04-26ice: Protect vf_state check by cfg_lock in ice_vc_process_vf_msg()Ivan Vecera
2022-04-26ice: Fix incorrect locking in ice_vc_process_vf_msg()Ivan Vecera
2022-04-05ice: Do not skip not enabled queues in ice_vc_dis_qs_msgAnatolii Gerasymenko
2022-03-15ice: remove PF pointer from ice_check_vf_initJacob Keller
2022-03-15ice: introduce ice_virtchnl.c and ice_virtchnl.hJacob Keller