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