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