summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c
Commit message (Expand)AuthorAgeFilesLines
* ice: rename ice_virtchnl_pf.c to ice_sriov.cJacob Keller2022-03-141-6613/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-101-18/+0
|\
| * ice: stop disabling VFs due to PF error responsesJacob Keller2022-03-081-18/+0
* | ice: convert VF storage to hash table with krefs and RCUJacob Keller2022-03-031-108/+268
* | ice: introduce VF accessor functionsJacob Keller2022-03-031-47/+84
* | ice: factor VF variables to separate structureJacob Keller2022-03-031-46/+48
* | ice: convert ice_for_each_vf to include VF entry iteratorJacob Keller2022-03-031-70/+73
* | ice: use ice_for_each_vf for iteration during removalJacob Keller2022-03-031-5/+4
* | ice: remove checks in ice_vc_send_msg_to_vfJacob Keller2022-03-031-8/+3
* | ice: move VFLR acknowledge during ice_free_vfsJacob Keller2022-03-031-19/+8
* | ice: move clear_malvf call in ice_free_vfsJacob Keller2022-03-031-7/+6
* | ice: pass num_vfs to ice_set_per_vf_res()Jacob Keller2022-03-031-61/+26
* | ice: store VF pointer instead of VF IDJacob Keller2022-03-031-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-241-17/+25
|\|
| * ice: fix concurrent reset and removal of VFsJacob Keller2022-02-181-17/+25
* | ice: Add ability for PF admin to enable VF VLAN pruningBrett Creeley2022-02-091-0/+14
* | ice: Add support for 802.1ad port VLANs VFBrett Creeley2022-02-091-7/+44
* | ice: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2Brett Creeley2022-02-091-43/+1089
* | ice: Add outer_vlan_ops and VSI specific VLAN ops implementationsBrett Creeley2022-02-091-34/+67
* | ice: Use the proto argument for VLAN opsBrett Creeley2022-02-091-5/+5
* | ice: Refactor vf->port_vlan_info to use ice_vlanBrett Creeley2022-02-091-34/+42
* | ice: Introduce ice_vlan structBrett Creeley2022-02-091-7/+12
* | ice: Add new VSI VLAN opsBrett Creeley2022-02-091-97/+14
* | ice: Add helper function for adding VLAN 0Brett Creeley2022-02-091-1/+1
* | ice: Refactor spoofcheck configuration functionsBrett Creeley2022-02-091-31/+128
|/
* ice: improve switchdev's slow-pathWojciech Drewek2022-01-061-0/+11
* ice: Propagate error codesTony Nguyen2021-12-141-3/+1
* ice: Remove excess error variablesTony Nguyen2021-12-141-26/+18
* ice: Cleanup after ice_status removalTony Nguyen2021-12-141-17/+14
* ice: Remove enum ice_statusTony Nguyen2021-12-141-12/+12
* ice: Use int for ice_statusTony Nguyen2021-12-141-14/+14
* ice: Remove string printing for ice_statusTony Nguyen2021-12-141-24/+24
* ice: Refactor promiscuous functionsBrett Creeley2021-12-141-84/+55
* ice: refactor PTYPE validatingJeff Guo2021-12-141-101/+106
* ice: rearm other interrupt cause register after enabling VFsPaul Greenwalt2021-12-071-0/+4
* ice: fix FDIR init missing when reset VFYahui Cao2021-12-071-0/+2
* ice: Fix race conditions between virtchnl handling and VF ndo opsBrett Creeley2021-11-031-0/+25
* ice: Fix not stopping Tx queues for VFsBrett Creeley2021-11-031-4/+2
* ice: Fix replacing VF hardware MAC to existing MAC filterSylwester Dziedziuch2021-11-031-5/+9
* ice: Remove toggling of antispoof for VF trusted promiscuous modeBrett Creeley2021-11-031-18/+0
* ice: Fix VF true promiscuous modeBrett Creeley2021-11-031-39/+39
* ice: Remove boolean vlan_promisc flag from functionBrett Creeley2021-10-291-3/+6
* ice: send correct vc status in switchdevMichal Swiatkowski2021-10-281-14/+49
* ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil2021-10-201-2/+2
* ice: fix an error code in ice_ena_vfs()Dan Carpenter2021-10-191-1/+2
* ice: Forbid trusted VFs in switchdev modeWojciech Drewek2021-10-191-5/+5
* ice: Add support for VF rate limitingBrett Creeley2021-10-191-2/+158
* ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski2021-10-151-1/+1
* ice: add port representor ethtool ops and statsWojciech Drewek2021-10-071-2/+2
* ice: rebuild switchdev when resetting all VFsGrzegorz Nitka2021-10-071-0/+4