summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-13ice: Do not skip not enabled queues in ice_vc_dis_qs_msgAnatolii Gerasymenko1-2/+2
2022-03-16ice: stop disabling VFs due to PF error responsesJacob Keller1-18/+0
2022-03-08ice: fix concurrent reset and removal of VFsJacob Keller1-10/+25
2022-03-08ice: Fix race conditions between virtchnl handling and VF ndo opsBrett Creeley1-0/+25
2021-11-18ice: Fix not stopping Tx queues for VFsBrett Creeley1-4/+2
2021-11-18ice: Fix replacing VF hardware MAC to existing MAC filterSylwester Dziedziuch1-5/+9
2021-06-10ice: handle the VF VSI rebuild failureHaiyue Wang1-1/+6
2021-06-10ice: Fix VFR issues for AVF drivers that expect ATQLEN clearedBrett Creeley1-5/+7
2021-03-04ice: Account for port VLAN in VF max packet size calculationBrett Creeley1-1/+32
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-24ice: 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-29ice: Refactor VF VSI release and setup functionsBrett Creeley1-31/+55
2020-05-29ice: Refactor VF resetBrett Creeley1-179/+125
2020-05-29ice: remove VM/VF disable command on CORER/GLOBR resetPaul Greenwalt1-11/+0
2020-05-29ice: Add functions to rebuild host VLAN/MAC config for a VFBrett Creeley1-32/+89
2020-05-29ice: Add function to set trust mode bit on resetBrett Creeley1-4/+13
2020-05-29ice: Renaming and simplification in VF init pathBrett Creeley1-29/+54
2020-05-29ice: Separate VF VSI initialization/creation from reset flowBrett Creeley1-4/+106
2020-05-29ice: Add helper function for clearing VPGEN_VFRTRIGBrett Creeley1-11/+20
2020-05-29ice: Simplify ice_sriov_configureBrett Creeley1-24/+48
2020-05-29ice: Refactor ice_ena_vf_mappings to split MSIX and queue mappingsBrett Creeley1-32/+59
2020-05-28ice: set VF default LAN addressPaul Greenwalt1-3/+5
2020-05-23ice: cleanup unsigned loopsJesse Brandeburg1-2/+2
2020-05-23ice: Check if unicast MAC exists before setting VF MACBrett Creeley1-0/+43
2020-05-23ice: Fix Tx timeout when link is toggled on a VF's interfaceBrett Creeley1-0/+48
2020-05-23ice: print Rx MDD auto reset message before VF resetPaul Greenwalt1-6/+19
2020-05-22ice: refactor filter functionsMichal Swiatkowski1-19/+15
2020-05-22ice: cleanup vf_id signednessJesse Brandeburg1-8/+9
2020-05-22ice: Provide more meaningful error messageLihong Yang1-12/+16
2020-05-22ice: Add VF promiscuous supportBrett Creeley1-2/+204
2020-03-10ice: Use EOPNOTSUPP instead of ENOTSUPPAnirudh Venkataramanan1-1/+1
2020-03-10ice: Fix removing driver while bare-metal VFs pass trafficBrett Creeley1-6/+13
2020-03-10ice: Improve clarity of prints and variablesBrett Creeley1-31/+35
2020-03-10ice: allow bigger VFsMitch Williams1-143/+136
2020-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-60/+74
2020-02-20ice: add backslash-n to stringsJesse Brandeburg1-1/+1
2020-02-19ice: update malicious driver detection event handlingPaul Greenwalt1-1/+55
2020-02-19ice: Wait for VF to be reset/ready before configurationBrett Creeley1-60/+74
2020-02-16ice: Fix virtchnl_queue_select bitmap validationBrett Creeley1-8/+18
2020-02-16ice: Fix and refactor Rx queue disable for VFsBrett Creeley1-9/+27
2020-02-16ice: Handle LAN overflow event for VF queuesBrett Creeley1-0/+66
2020-02-16ice: Add support to enable/disable all Rx queues before waitingBrett Creeley1-3/+4
2020-02-16ice: Only allow tagged bcast/mcast traffic for VF in port VLANBrett Creeley1-18/+31
2020-02-16ice: Fix Port VLAN priority bitsBrett Creeley1-14/+13