summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_sriov.c
AgeCommit message (Expand)Author
2024-03-01ice: reconfig host after changing MSI-X on VFMichal Swiatkowski
2024-01-02ice: replace ice_vf_recreate_vsi() with ice_vf_reconfig_vsi()Jacob Keller
2023-12-18ice: field get conversionJesse Brandeburg
2023-12-18ice: field prep conversionJesse Brandeburg
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-05ice: change vfs.num_msix_per to vf->num_msixMichal Swiatkowski
2023-11-13ice: reserve number of CP queuesMichal Swiatkowski
2023-11-13ice: add VF representors one by oneMichal Swiatkowski
2023-10-20ice: manage VFs MSI-X using resource trackingMichal Swiatkowski
2023-10-20ice: set MSI-X vector count on VFMichal Swiatkowski
2023-10-20ice: add bitmap to track VF MSI-X usageMichal 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-08-21Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros
2023-06-22ice: clean up freeing SR-IOV VFsPrzemek Kitszel
2023-05-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-17ice: Remove LAG+SRIOV mutual exclusionDave Ertman
2023-05-16ice: Fix ice VF reset during iavf initializationDawid Wesierski
2023-05-16ice: add dynamic interrupt allocationPiotr Raczynski
2023-05-16ice: track interrupt vectors with xarrayPiotr Raczynski
2023-05-16ice: add individual interrupt allocationPiotr Raczynski
2023-05-16ice: remove redundant SRIOV codePiotr Raczynski
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-21ice: check if VF exists before mode checkMichal Swiatkowski
2023-03-13ice: move ice_is_malicious_vf() to ice_virtchnl.cJacob Keller
2023-03-13ice: print message if ice_mbx_vf_state_handler returns an errorJacob Keller
2023-03-13ice: pass mbxdata to ice_is_malicious_vf()Jacob Keller
2023-03-13ice: remove unnecessary &array[0] and just use arrayJacob Keller
2023-03-13ice: always report VF overflowing mailbox even without PF VSIJacob Keller
2023-03-13ice: initialize mailbox snapshot earlier in PF initJacob Keller
2023-03-13ice: merge ice_mbx_report_malvf with ice_mbx_vf_state_handlerJacob Keller
2023-03-13ice: remove ice_mbx_deinit_snapshotJacob Keller
2023-03-13ice: move VF overflow message count into struct ice_mbx_vf_infoJacob Keller
2023-03-13ice: track malicious VFs in new ice_mbx_vf_info structureJacob Keller
2023-03-13ice: convert ice_mbx_clear_malvf to void and use WARNJacob 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
2023-02-06ice: introduce ice_vf_init_host_cfg functionJacob Keller
2023-02-06ice: add a function to initialize vf entryJacob Keller
2023-02-06ice: Pull common tasks into ice_vf_post_vsi_rebuildJacob Keller
2023-02-06ice: move ice_vf_vsi_release into ice_vf_lib.cJacob Keller
2023-02-06ice: refactor VSI setup to use parameter structureJacob Keller
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-26ice: Fix VSIs unable to share unicast MACAnirudh Venkataramanan
2022-06-10ethernet: Remove vf rate limit check for driversBin Chen
2022-05-05ice: always check VF VSI pointer valuesJacob Keller
2022-04-26ice: fix use-after-free when deinitializing mailbox snapshotJacob Keller