summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_sriov.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-20ice: manage VFs MSI-X using resource trackingMichal Swiatkowski1-19/+151
2023-10-20ice: set MSI-X vector count on VFMichal Swiatkowski1-0/+69
2023-10-20ice: add bitmap to track VF MSI-X usageMichal Swiatkowski1-0/+9
2023-10-20ice: implement num_msix field per VFMichal Swiatkowski1-4/+9
2023-10-20ice: store VF's pci_dev ptr in ice_vfPrzemek Kitszel1-24/+26
2023-08-21Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros1-4/+4
2023-06-22ice: clean up freeing SR-IOV VFsPrzemek Kitszel1-3/+2
2023-05-19Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-4/+0
2023-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2023-05-17ice: Remove LAG+SRIOV mutual exclusionDave Ertman1-4/+0
2023-05-16ice: Fix ice VF reset during iavf initializationDawid Wesierski1-4/+4
2023-05-16ice: add dynamic interrupt allocationPiotr Raczynski1-2/+3
2023-05-16ice: track interrupt vectors with xarrayPiotr Raczynski1-2/+2
2023-05-16ice: add individual interrupt allocationPiotr Raczynski1-1/+1
2023-05-16ice: remove redundant SRIOV codePiotr Raczynski1-36/+0
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2023-03-21ice: check if VF exists before mode checkMichal Swiatkowski1-4/+4
2023-03-13ice: move ice_is_malicious_vf() to ice_virtchnl.cJacob Keller1-45/+0
2023-03-13ice: print message if ice_mbx_vf_state_handler returns an errorJacob Keller1-1/+2
2023-03-13ice: pass mbxdata to ice_is_malicious_vf()Jacob Keller1-11/+3
2023-03-13ice: remove unnecessary &array[0] and just use arrayJacob Keller1-1/+1
2023-03-13ice: always report VF overflowing mailbox even without PF VSIJacob Keller1-4/+4
2023-03-13ice: initialize mailbox snapshot earlier in PF initJacob Keller1-2/+0
2023-03-13ice: merge ice_mbx_report_malvf with ice_mbx_vf_state_handlerJacob Keller1-22/+12
2023-03-13ice: remove ice_mbx_deinit_snapshotJacob Keller1-4/+1
2023-03-13ice: move VF overflow message count into struct ice_mbx_vf_infoJacob Keller1-6/+3
2023-03-13ice: track malicious VFs in new ice_mbx_vf_info structureJacob Keller1-4/+3
2023-03-13ice: convert ice_mbx_clear_malvf to void and use WARNJacob Keller1-4/+2
2023-02-06ice: remove unnecessary virtchnl_ether_addr struct useJacob Keller1-8/+8
2023-02-06ice: introduce .irq_close VF operationJacob Keller1-0/+1
2023-02-06ice: introduce clear_reset_state operationJacob Keller1-0/+16
2023-02-06ice: convert vf_ops .vsi_rebuild to .create_vsiJacob Keller1-13/+9
2023-02-06ice: introduce ice_vf_init_host_cfg functionJacob Keller1-34/+2
2023-02-06ice: add a function to initialize vf entryJacob Keller1-14/+2
2023-02-06ice: Pull common tasks into ice_vf_post_vsi_rebuildJacob Keller1-2/+0
2023-02-06ice: move ice_vf_vsi_release into ice_vf_lib.cJacob Keller1-15/+0
2023-02-06ice: refactor VSI setup to use parameter structureJacob Keller1-2/+7
2022-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-40/+0
2022-07-26ice: Fix VSIs unable to share unicast MACAnirudh Venkataramanan1-40/+0
2022-06-11ethernet: Remove vf rate limit check for driversBin Chen1-10/+0
2022-05-05ice: always check VF VSI pointer valuesJacob Keller1-3/+29
2022-04-26ice: fix use-after-free when deinitializing mailbox snapshotJacob Keller1-1/+1
2022-03-15ice: introduce ice_virtchnl.c and ice_virtchnl.hJacob Keller1-3771/+0
2022-03-15ice: cleanup long lines in ice_sriov.cJacob Keller1-12/+27
2022-03-15ice: introduce ICE_VF_RESET_LOCK flagJacob Keller1-9/+3
2022-03-15ice: introduce ICE_VF_RESET_NOTIFY flagJacob Keller1-39/+5
2022-03-15ice: convert ice_reset_vf to take flagsJacob Keller1-3/+3
2022-03-15ice: move reset functionality into ice_vf_lib.cJacob Keller1-475/+0
2022-03-15ice: fix a long line warning in ice_reset_vfJacob Keller1-1/+2
2022-03-15ice: introduce VF operations structure for reset flowsJacob Keller1-136/+182