summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_vf_lib.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+8
2024-10-09ice: add E830 HW VF mailbox message limit supportPaul Greenwalt1-3/+23
2024-10-09ice: Fix increasing MSI-X on VFMarcin Szycik1-1/+1
2024-10-01ice: clear port vlan config during resetMichal Swiatkowski1-0/+7
2024-09-06ice: make representor code genericMichal Swiatkowski1-2/+2
2024-06-21ice: update representor when VSI is readyMichal Swiatkowski1-1/+1
2024-05-06ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsiMateusz Polchlopek1-5/+3
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+8
2024-04-25ice: fix LAG and VF lock dependency in ice_reset_vf()Jacob Keller1-8/+8
2024-04-12ice: set vf->num_msix in ice_initialize_vf_entry()Jacob Keller1-1/+4
2024-03-04ice: remove vf->lan_vsi_num fieldJacob Keller1-9/+1
2024-01-02ice: replace ice_vf_recreate_vsi() with ice_vf_reconfig_vsi()Jacob Keller1-10/+25
2023-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+20
2023-11-30ice: Fix VF Reset paths when interface in a failed over aggregateDave Ertman1-0/+20
2023-11-13ice: adjust switchdev rebuild pathMichal Swiatkowski1-4/+3
2023-11-13ice: make representor code genericMichal Swiatkowski1-1/+1
2023-11-13ice: remove VF pointer reference in eswitch codeMichal Swiatkowski1-1/+1
2023-10-20ice: store VF's pci_dev ptr in ice_vfPrzemek Kitszel1-0/+2
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-26/+8
2023-08-21ice: Fix NULL pointer deref during VF resetPetr Oros1-7/+8
2023-08-21Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros1-19/+0
2023-08-17ice: Utilize assign_bit() helperTony Nguyen1-4/+1
2023-08-17ice: refactor ice_vf_lib to make functions staticJan Sokolowski1-234/+234
2023-05-19ice: use src VSI instead of src MAC in slow-pathMichal Swiatkowski1-3/+0
2023-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+19
2023-05-16ice: Fix ice VF reset during iavf initializationDawid Wesierski1-0/+19
2023-05-16ice: refactor VF control VSI interrupt handlingPiotr Raczynski1-0/+32
2023-03-13ice: move VF overflow message count into struct ice_mbx_vf_infoJacob Keller1-5/+2
2023-03-13ice: track malicious VFs in new ice_mbx_vf_info structureJacob Keller1-4/+6
2023-03-13ice: convert ice_mbx_clear_malvf to void and use WARNJacob Keller1-8/+4
2023-02-06ice: remove unnecessary virtchnl_ether_addr struct useJacob Keller1-4/+4
2023-02-06ice: introduce .irq_close VF operationJacob Keller1-0/+4
2023-02-06ice: introduce clear_reset_state operationJacob Keller1-1/+11
2023-02-06ice: convert vf_ops .vsi_rebuild to .create_vsiJacob Keller1-1/+30
2023-02-06ice: introduce ice_vf_init_host_cfg functionJacob Keller1-0/+54
2023-02-06ice: add a function to initialize vf entryJacob Keller1-0/+26
2023-02-06ice: Pull common tasks into ice_vf_post_vsi_rebuildJacob Keller1-2/+17
2023-02-06ice: move ice_vf_vsi_release into ice_vf_lib.cJacob Keller1-0/+18
2023-02-06ice: refactor VSI setup to use parameter structureJacob Keller1-2/+7
2023-02-03ice: split ice_vsi_setup into smaller functionsMichal Swiatkowski1-1/+1
2022-11-14ice: virtchnl rss hena supportMd Fahad Iqbal Polash1-0/+24
2022-11-10ice: Fix spurious interrupt during removal of trusted VFNorbert Zulinski1-1/+4
2022-08-17ice: Fix VF not able to send tagged traffic with no VLAN filtersSylwester Dziedziuch1-4/+7
2022-08-11ice: Fix call trace with null VSI during VF resetMichal Jaron1-1/+3
2022-07-28ice: Fix promiscuous mode not turning offMichal Wilczynski1-11/+68
2022-07-28ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski1-5/+5
2022-06-14ice: Fix memory corruption in VF driverPrzemyslaw Patynowski1-0/+5
2022-05-05ice: add a function comment for ice_cfg_mac_antispoofJacob Keller1-0/+7
2022-05-05ice: fix wording in comment for ice_reset_vfJacob Keller1-2/+2
2022-05-05ice: remove return value comment for ice_reset_all_vfsJacob Keller1-2/+2