aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_vf_lib.c
Commit message (Expand)AuthorAgeFilesLines
* ice: breakout common LAG code into helpersDave Ertman2025-07-181-16/+3
* ice: save RSS hash configuration for migrationJacob Keller2025-07-101-0/+3
* ice: receive LLDP on trusted VFsMateusz Pacuszka2025-04-111-0/+26
* ice: Fix deinitializing VF in error pathMarcin Szycik2025-02-261-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-101-1/+8
|\
| * ice: Fix increasing MSI-X on VFMarcin Szycik2024-10-081-1/+1
| * ice: clear port vlan config during resetMichal Swiatkowski2024-09-301-0/+7
* | ice: add E830 HW VF mailbox message limit supportPaul Greenwalt2024-10-081-3/+23
|/
* ice: make representor code genericMichal Swiatkowski2024-09-061-2/+2
* ice: update representor when VSI is readyMichal Swiatkowski2024-06-211-1/+1
* ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsiMateusz Polchlopek2024-05-061-5/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-8/+8
|\
| * ice: fix LAG and VF lock dependency in ice_reset_vf()Jacob Keller2024-04-251-8/+8
* | ice: set vf->num_msix in ice_initialize_vf_entry()Jacob Keller2024-04-121-1/+4
|/
* ice: remove vf->lan_vsi_num fieldJacob Keller2024-03-041-9/+1
* ice: replace ice_vf_recreate_vsi() with ice_vf_reconfig_vsi()Jacob Keller2024-01-021-10/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-011-0/+20
|\
| * ice: Fix VF Reset paths when interface in a failed over aggregateDave Ertman2023-11-301-0/+20
* | ice: adjust switchdev rebuild pathMichal Swiatkowski2023-11-131-4/+3
* | ice: make representor code genericMichal Swiatkowski2023-11-131-1/+1
* | ice: remove VF pointer reference in eswitch codeMichal Swiatkowski2023-11-131-1/+1
|/
* ice: store VF's pci_dev ptr in ice_vfPrzemek Kitszel2023-10-201-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-26/+8
|\
| * ice: Fix NULL pointer deref during VF resetPetr Oros2023-08-211-7/+8
| * Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros2023-08-211-19/+0
* | ice: Utilize assign_bit() helperTony Nguyen2023-08-171-4/+1
* | ice: refactor ice_vf_lib to make functions staticJan Sokolowski2023-08-171-234/+234
|/
* ice: use src VSI instead of src MAC in slow-pathMichal Swiatkowski2023-05-191-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-181-0/+19
|\
| * ice: Fix ice VF reset during iavf initializationDawid Wesierski2023-05-161-0/+19
* | ice: refactor VF control VSI interrupt handlingPiotr Raczynski2023-05-161-0/+32
|/
* ice: move VF overflow message count into struct ice_mbx_vf_infoJacob Keller2023-03-131-5/+2
* ice: track malicious VFs in new ice_mbx_vf_info structureJacob Keller2023-03-131-4/+6
* ice: convert ice_mbx_clear_malvf to void and use WARNJacob Keller2023-03-131-8/+4
* ice: remove unnecessary virtchnl_ether_addr struct useJacob Keller2023-02-061-4/+4
* ice: introduce .irq_close VF operationJacob Keller2023-02-061-0/+4
* ice: introduce clear_reset_state operationJacob Keller2023-02-061-1/+11
* ice: convert vf_ops .vsi_rebuild to .create_vsiJacob Keller2023-02-061-1/+30
* ice: introduce ice_vf_init_host_cfg functionJacob Keller2023-02-061-0/+54
* ice: add a function to initialize vf entryJacob Keller2023-02-061-0/+26
* ice: Pull common tasks into ice_vf_post_vsi_rebuildJacob Keller2023-02-061-2/+17
* ice: move ice_vf_vsi_release into ice_vf_lib.cJacob Keller2023-02-061-0/+18
* ice: refactor VSI setup to use parameter structureJacob Keller2023-02-061-2/+7
* ice: split ice_vsi_setup into smaller functionsMichal Swiatkowski2023-02-031-1/+1
* ice: virtchnl rss hena supportMd Fahad Iqbal Polash2022-11-141-0/+24
* ice: Fix spurious interrupt during removal of trusted VFNorbert Zulinski2022-11-091-1/+4
* ice: Fix VF not able to send tagged traffic with no VLAN filtersSylwester Dziedziuch2022-08-171-4/+7
* ice: Fix call trace with null VSI during VF resetMichal Jaron2022-08-111-1/+3
* ice: Fix promiscuous mode not turning offMichal Wilczynski2022-07-281-11/+68
* ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski2022-07-281-5/+5