summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_sriov.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+14
2024-10-09ice: add E830 HW VF mailbox message limit supportPaul Greenwalt1-1/+2
2024-10-09ice: Fix increasing MSI-X on VFMarcin Szycik1-3/+8
2024-10-01ice: Fix improper handling of refcount in ice_sriov_set_msix_vec_count()Gui-Dong Han1-2/+6
2024-09-06ice: make representor code genericMichal Swiatkowski1-2/+2
2024-06-28ice: Add get/set hw address for VFs using devlink commandsKarthik Sundaravel1-9/+25
2024-05-06ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsiMateusz Polchlopek1-1/+1
2024-04-17ice: Add automatic VF reset on Tx MDD eventsMarcin Szycik1-6/+19
2024-04-12ice: store VF relative MSI-X index in q_vector->vf_reg_idxJacob Keller1-3/+4
2024-04-12ice: set vf->num_msix in ice_initialize_vf_entry()Jacob Keller1-5/+0
2024-03-25ice: remove eswitch changing queues algorithmMichal Swiatkowski1-3/+0
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+9
2024-03-04ice: remove vf->lan_vsi_num fieldJacob Keller1-1/+0
2024-03-01ice: reconfig host after changing MSI-X on VFMichal Swiatkowski1-2/+9
2024-01-02ice: replace ice_vf_recreate_vsi() with ice_vf_reconfig_vsi()Jacob Keller1-22/+2
2023-12-18ice: field get conversionJesse Brandeburg1-2/+1
2023-12-18ice: field prep conversionJesse Brandeburg1-24/+14
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+1
2023-12-05ice: change vfs.num_msix_per to vf->num_msixMichal Swiatkowski1-6/+1
2023-11-13ice: reserve number of CP queuesMichal Swiatkowski1-0/+3
2023-11-13ice: add VF representors one by oneMichal Swiatkowski1-8/+9
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