summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_sriov.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ice: Add get/set hw address for VFs using devlink commandsKarthik Sundaravel2024-06-281-9/+25
* ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsiMateusz Polchlopek2024-05-061-1/+1
* ice: Add automatic VF reset on Tx MDD eventsMarcin Szycik2024-04-171-6/+19
* ice: store VF relative MSI-X index in q_vector->vf_reg_idxJacob Keller2024-04-121-3/+4
* ice: set vf->num_msix in ice_initialize_vf_entry()Jacob Keller2024-04-121-5/+0
* ice: remove eswitch changing queues algorithmMichal Swiatkowski2024-03-251-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-2/+9
|\
| * ice: reconfig host after changing MSI-X on VFMichal Swiatkowski2024-03-011-2/+9
* | ice: remove vf->lan_vsi_num fieldJacob Keller2024-03-041-1/+0
|/
* ice: replace ice_vf_recreate_vsi() with ice_vf_reconfig_vsi()Jacob Keller2024-01-021-22/+2
* ice: field get conversionJesse Brandeburg2023-12-181-2/+1
* ice: field prep conversionJesse Brandeburg2023-12-181-24/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-081-6/+1
|\
| * ice: change vfs.num_msix_per to vf->num_msixMichal Swiatkowski2023-12-051-6/+1
* | ice: reserve number of CP queuesMichal Swiatkowski2023-11-131-0/+3
* | ice: add VF representors one by oneMichal Swiatkowski2023-11-131-8/+9
|/
* ice: manage VFs MSI-X using resource trackingMichal Swiatkowski2023-10-201-19/+151
* ice: set MSI-X vector count on VFMichal Swiatkowski2023-10-201-0/+69
* ice: add bitmap to track VF MSI-X usageMichal Swiatkowski2023-10-201-0/+9
* ice: implement num_msix field per VFMichal Swiatkowski2023-10-201-4/+9
* ice: store VF's pci_dev ptr in ice_vfPrzemek Kitszel2023-10-201-24/+26
* Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros2023-08-211-4/+4
* ice: clean up freeing SR-IOV VFsPrzemek Kitszel2023-06-221-3/+2
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-05-191-4/+0
|\
| * ice: Remove LAG+SRIOV mutual exclusionDave Ertman2023-05-171-4/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-181-4/+4
|\ \ | |/ |/|
| * ice: Fix ice VF reset during iavf initializationDawid Wesierski2023-05-161-4/+4
* | ice: add dynamic interrupt allocationPiotr Raczynski2023-05-161-2/+3
* | ice: track interrupt vectors with xarrayPiotr Raczynski2023-05-161-2/+2
* | ice: add individual interrupt allocationPiotr Raczynski2023-05-161-1/+1
* | ice: remove redundant SRIOV codePiotr Raczynski2023-05-161-36/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-241-4/+4
|\
| * ice: check if VF exists before mode checkMichal Swiatkowski2023-03-211-4/+4
* | ice: move ice_is_malicious_vf() to ice_virtchnl.cJacob Keller2023-03-131-45/+0
* | ice: print message if ice_mbx_vf_state_handler returns an errorJacob Keller2023-03-131-1/+2
* | ice: pass mbxdata to ice_is_malicious_vf()Jacob Keller2023-03-131-11/+3
* | ice: remove unnecessary &array[0] and just use arrayJacob Keller2023-03-131-1/+1
* | ice: always report VF overflowing mailbox even without PF VSIJacob Keller2023-03-131-4/+4
* | ice: initialize mailbox snapshot earlier in PF initJacob Keller2023-03-131-2/+0
* | ice: merge ice_mbx_report_malvf with ice_mbx_vf_state_handlerJacob Keller2023-03-131-22/+12
* | ice: remove ice_mbx_deinit_snapshotJacob Keller2023-03-131-4/+1
* | ice: move VF overflow message count into struct ice_mbx_vf_infoJacob Keller2023-03-131-6/+3
* | ice: track malicious VFs in new ice_mbx_vf_info structureJacob Keller2023-03-131-4/+3
* | ice: convert ice_mbx_clear_malvf to void and use WARNJacob Keller2023-03-131-4/+2
|/
* ice: remove unnecessary virtchnl_ether_addr struct useJacob Keller2023-02-061-8/+8
* ice: introduce .irq_close VF operationJacob Keller2023-02-061-0/+1
* ice: introduce clear_reset_state operationJacob Keller2023-02-061-0/+16
* ice: convert vf_ops .vsi_rebuild to .create_vsiJacob Keller2023-02-061-13/+9
* ice: introduce ice_vf_init_host_cfg functionJacob Keller2023-02-061-34/+2
* ice: add a function to initialize vf entryJacob Keller2023-02-061-14/+2