summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_vf_lib.h
AgeCommit message (Expand)Author
2024-03-04ice: remove vf->lan_vsi_num fieldJacob Keller
2024-01-02ice: replace ice_vf_recreate_vsi() with ice_vf_reconfig_vsi()Jacob Keller
2023-11-13ice: make representor code genericMichal Swiatkowski
2023-10-20ice: implement num_msix field per VFMichal Swiatkowski
2023-10-20ice: store VF's pci_dev ptr in ice_vfPrzemek Kitszel
2023-09-13ice: Check CRC strip requirement for VLAN stripHaiyue Wang
2023-08-21Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-16ice: Fix ice VF reset during iavf initializationDawid Wesierski
2023-05-16ice: refactor VF control VSI interrupt handlingPiotr Raczynski
2023-03-13ice: track malicious VFs in new ice_mbx_vf_info structureJacob Keller
2023-02-06ice: remove unnecessary virtchnl_ether_addr struct useJacob Keller
2023-02-06ice: introduce .irq_close VF operationJacob Keller
2023-02-06ice: introduce clear_reset_state operationJacob Keller
2023-02-06ice: convert vf_ops .vsi_rebuild to .create_vsiJacob Keller
2022-07-28ice: Fix promiscuous mode not turning offMichal Wilczynski
2022-07-28ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski
2022-05-05ice: remove period on argument description in ice_for_each_vfJacob Keller
2022-03-15ice: introduce ICE_VF_RESET_LOCK flagJacob Keller
2022-03-15ice: introduce ICE_VF_RESET_NOTIFY flagJacob Keller
2022-03-15ice: convert ice_reset_vf to take flagsJacob Keller
2022-03-15ice: convert ice_reset_vf to standard error codesJacob Keller
2022-03-15ice: make ice_reset_all_vfs voidJacob Keller
2022-03-15ice: drop is_vflr parameter from ice_reset_all_vfsJacob Keller
2022-03-15ice: move reset functionality into ice_vf_lib.cJacob Keller
2022-03-15ice: introduce VF operations structure for reset flowsJacob Keller
2022-03-15ice: introduce ice_vf_lib.c, ice_vf_lib.h, and ice_vf_lib_private.hJacob Keller