summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_vf_lib.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-20ice: implement num_msix field per VFMichal Swiatkowski1-1/+3
2023-10-20ice: store VF's pci_dev ptr in ice_vfPrzemek Kitszel1-1/+1
2023-09-13ice: Check CRC strip requirement for VLAN stripHaiyue Wang1-0/+3
2023-08-21Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros1-1/+0
2023-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-05-16ice: Fix ice VF reset during iavf initializationDawid Wesierski1-0/+1
2023-05-16ice: refactor VF control VSI interrupt handlingPiotr Raczynski1-0/+7
2023-03-13ice: track malicious VFs in new ice_mbx_vf_info structureJacob Keller1-1/+1
2023-02-06ice: remove unnecessary virtchnl_ether_addr struct useJacob Keller1-2/+2
2023-02-06ice: introduce .irq_close VF operationJacob Keller1-0/+1
2023-02-06ice: introduce clear_reset_state operationJacob Keller1-2/+3
2023-02-06ice: convert vf_ops .vsi_rebuild to .create_vsiJacob Keller1-1/+1
2022-07-28ice: Fix promiscuous mode not turning offMichal Wilczynski1-0/+3
2022-07-28ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski1-2/+2
2022-05-05ice: remove period on argument description in ice_for_each_vfJacob Keller1-2/+2
2022-03-15ice: introduce ICE_VF_RESET_LOCK flagJacob Keller1-0/+1
2022-03-15ice: introduce ICE_VF_RESET_NOTIFY flagJacob Keller1-0/+1
2022-03-15ice: convert ice_reset_vf to take flagsJacob Keller1-2/+7
2022-03-15ice: convert ice_reset_vf to standard error codesJacob Keller1-3/+3
2022-03-15ice: make ice_reset_all_vfs voidJacob Keller1-3/+2
2022-03-15ice: drop is_vflr parameter from ice_reset_all_vfsJacob Keller1-2/+2
2022-03-15ice: move reset functionality into ice_vf_lib.cJacob Keller1-0/+12
2022-03-15ice: introduce VF operations structure for reset flowsJacob Keller1-0/+13
2022-03-15ice: introduce ice_vf_lib.c, ice_vf_lib.h, and ice_vf_lib_private.hJacob Keller1-0/+259