aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-07ice: enable/disable switchdev when managing VFsGrzegorz Nitka1-0/+17
2021-10-07ice: allow process VF opcodes in different waysMichal Swiatkowski1-32/+175
2021-10-07ice: introduce VF port representorMichal Swiatkowski1-1/+1
2021-10-07ice: Move devlink port to PF/VF structWojciech Drewek1-1/+1
2021-08-09ice: Stop processing VF messages during teardownAnirudh Venkataramanan1-0/+7
2021-06-25ice: remove unnecessary VSI assignmentTony Nguyen1-1/+0
2021-06-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller1-50/+176
2021-06-07ice: Refactor VIRTCHNL_OP_CONFIG_VSI_QUEUES handlingBrett Creeley1-23/+28
2021-06-07ice: Save VF's MAC across rebootBrett Creeley1-17/+30
2021-06-07ice: Manage VF's MAC address for both legacy and new casesBrett Creeley1-26/+134
2021-06-04ice: handle the VF VSI rebuild failureHaiyue Wang1-1/+6
2021-06-04ice: Fix VFR issues for AVF drivers that expect ATQLEN clearedBrett Creeley1-5/+7
2021-04-22ice: Support RSS configure removal for AVFQi Zhang1-2/+14
2021-04-22ice: Enable RSS configure for AVFQi Zhang1-0/+453
2021-04-22ice: Add helper function to get the VF's VSIBrett Creeley1-43/+39
2021-04-22ice: remove redundant assignment to pointer vsiColin Ian King1-1/+0
2021-04-22ice: Advertise virtchnl UDP segmentation offload capabilityBrett Creeley1-0/+3
2021-04-22ice: Allow ignoring opcodes on specific VFMichal Swiatkowski1-0/+18
2021-04-22ice: warn about potentially malicious VFsVignesh Sridhar1-1/+93
2021-04-14ice: reduce scope of variablePaul M Stillwell Jr1-1/+2
2021-04-14ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan1-11/+11
2021-03-31ice: Refactor ice_set/get_rss into LUT and key specific functionsBrett Creeley1-2/+2
2021-03-23ice: Fix prototype warningsTony Nguyen1-2/+2
2021-03-22ice: Enable FDIR Configure for AVFQi Zhang1-2/+15
2021-03-22ice: Add support for per VF ctrl VSI enablingQi Zhang1-0/+61
2021-02-22ice: Account for port VLAN in VF max packet size calculationBrett Creeley1-1/+32
2021-02-22ice: Set trusted VF as default VSI when setting allmulti onBrett Creeley1-1/+1
2021-02-08ice: create scheduler aggregator node config and move VSIsKiran Patil1-0/+36
2021-02-08ice: Add initial support framework for LAGDave Ertman1-0/+4
2021-02-08ice: log message when trusted VF goes in/out of promisc modeBrett Creeley1-13/+19
2020-10-09ice: remove repeated wordsBruce Allan1-1/+1
2020-08-01ice: Misc minor fixesTony Nguyen1-2/+2
2020-08-01ice: Allow 2 queue pairs per VF on SR-IOV initializationBrett Creeley1-0/+2
2020-07-29ice: restore VF MSI-X state during PCI resetNick Nunley1-0/+30
2020-07-23ice: Add advanced power mgmt for WoLAkeem G Abodunrin1-25/+0
2020-05-31ice: Allow VF to request reset as soon as it's initializedBrett Creeley1-1/+1
2020-05-31ice: Reset VF for all port VLAN changes from hostBrett Creeley1-37/+5
2020-05-31ice: allow host to clear administratively set VF MACBrett Creeley1-8/+14
2020-05-28ice: Refactor VF VSI release and setup functionsBrett Creeley1-31/+55
2020-05-28ice: Refactor VF resetBrett Creeley1-179/+125
2020-05-28ice: remove VM/VF disable command on CORER/GLOBR resetPaul Greenwalt1-11/+0
2020-05-28ice: Add functions to rebuild host VLAN/MAC config for a VFBrett Creeley1-32/+89
2020-05-28ice: Add function to set trust mode bit on resetBrett Creeley1-4/+13
2020-05-28ice: Renaming and simplification in VF init pathBrett Creeley1-29/+54
2020-05-28ice: Separate VF VSI initialization/creation from reset flowBrett Creeley1-4/+106
2020-05-28ice: Add helper function for clearing VPGEN_VFRTRIGBrett Creeley1-11/+20
2020-05-28ice: Simplify ice_sriov_configureBrett Creeley1-24/+48
2020-05-28ice: Refactor ice_ena_vf_mappings to split MSIX and queue mappingsBrett Creeley1-32/+59
2020-05-27ice: set VF default LAN addressPaul Greenwalt1-3/+5
2020-05-22ice: cleanup unsigned loopsJesse Brandeburg1-2/+2