aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-14ice: rename ice_virtchnl_pf.c to ice_sriov.cJacob Keller1-437/+0
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+0
2022-03-08ice: stop disabling VFs due to PF error responsesJacob Keller1-3/+0
2022-03-03ice: convert VF storage to hash table with krefs and RCUJacob Keller1-7/+38
2022-03-03ice: introduce VF accessor functionsJacob Keller1-0/+25
2022-03-03ice: factor VF variables to separate structureJacob Keller1-2/+13
2022-03-03ice: convert ice_for_each_vf to include VF entry iteratorJacob Keller1-2/+14
2022-02-09ice: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2Brett Creeley1-0/+8
2022-02-09ice: Add outer_vlan_ops and VSI specific VLAN ops implementationsBrett Creeley1-0/+6
2022-02-09ice: Use the proto argument for VLAN opsBrett Creeley1-1/+1
2022-02-09ice: Refactor vf->port_vlan_info to use ice_vlanBrett Creeley1-1/+2
2021-12-14ice: refactor PTYPE validatingJeff Guo1-0/+2
2021-11-03ice: Fix race conditions between virtchnl handling and VF ndo opsBrett Creeley1-0/+5
2021-10-19ice: Add support for VF rate limitingBrett Creeley1-1/+14
2021-10-07ice: add port representor ethtool ops and statsWojciech Drewek1-0/+14
2021-10-07ice: allow process VF opcodes in different waysMichal Swiatkowski1-0/+32
2021-10-07ice: introduce VF port representorMichal Swiatkowski1-0/+4
2021-10-07ice: Move devlink port to PF/VF structWojciech Drewek1-0/+9
2021-06-07ice: use static inline for dummy functionsJesse Brandeburg1-10/+12
2021-06-07ice: Save VF's MAC across rebootBrett Creeley1-0/+1
2021-06-07ice: Manage VF's MAC address for both legacy and new casesBrett Creeley1-1/+7
2021-04-22ice: Allow ignoring opcodes on specific VFMichal Swiatkowski1-0/+1
2021-04-22ice: warn about potentially malicious VFsVignesh Sridhar1-0/+12
2021-03-22ice: Enable FDIR Configure for AVFQi Zhang1-0/+6
2021-03-22ice: Add support for per VF ctrl VSI enablingQi Zhang1-0/+2
2020-08-01ice: Allow 2 queue pairs per VF on SR-IOV initializationBrett Creeley1-0/+1
2020-07-29ice: restore VF MSI-X state during PCI resetNick Nunley1-0/+2
2020-05-31ice: support adding 16 unicast/multicast filter on untrusted VFPaul Greenwalt1-1/+4
2020-05-22ice: print Rx MDD auto reset message before VF resetPaul Greenwalt1-0/+2
2020-05-21ice: cleanup vf_id signednessJesse Brandeburg1-1/+1
2020-05-21ice: Add VF promiscuous supportBrett Creeley1-0/+6
2020-03-10ice: allow bigger VFsMitch Williams1-9/+6
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-02-19ice: update malicious driver detection event handlingPaul Greenwalt1-2/+18
2020-02-19ice: Wait for VF to be reset/ready before configurationBrett Creeley1-1/+2
2020-02-15ice: Fix and refactor Rx queue disable for VFsBrett Creeley1-1/+0
2020-02-15ice: Handle LAN overflow event for VF queuesBrett Creeley1-0/+4
2020-02-15ice: Fix Port VLAN priority bitsBrett Creeley1-5/+0
2020-02-15ice: Refactor port vlan configuration for the VFBrett Creeley1-1/+1
2020-01-03ice: Add ice_for_each_vf() macroBrett Creeley1-0/+3
2020-01-03ice: Fix VF spoofchkBrett Creeley1-1/+0
2019-11-22ice: implement VF stats NDOJesse Brandeburg1-0/+11
2019-11-08ice: Check if VF is disabled for Opcode and other operationsAkeem G Abodunrin1-0/+1
2019-08-26ice: add support for virtchnl_queue_select.[tx|rx]_queues bitmapPaul Greenwalt1-3/+9
2019-08-26ice: Don't clog kernel debug log with VF MDD events errorsAkeem G Abodunrin1-1/+1
2019-08-20ice: Move VF resources definition to SR-IOV specific fileAkeem G Abodunrin1-0/+13
2019-08-20ice: Reduce wait times during VF bringup/resetBrett Creeley1-0/+4
2019-08-20ice: update GLINT_DYN_CTL and GLINT_VECT2FUNC register accessPaul Greenwalt1-1/+2
2019-07-31ice: Remove flag to track VF interrupt statusAkeem G Abodunrin1-5/+0
2019-05-29ice: Refactor interrupt trackingBrett Creeley1-0/+8