summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-22ice: Check if unicast MAC exists before setting VF MACBrett Creeley1-0/+43
2020-05-22ice: Fix Tx timeout when link is toggled on a VF's interfaceBrett Creeley1-0/+48
2020-05-22ice: print Rx MDD auto reset message before VF resetPaul Greenwalt1-6/+19
2020-05-21ice: refactor filter functionsMichal Swiatkowski1-19/+15
2020-05-21ice: cleanup vf_id signednessJesse Brandeburg1-8/+9
2020-05-21ice: Provide more meaningful error messageLihong Yang1-12/+16
2020-05-21ice: 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-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-60/+74
2020-02-19ice: 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-15ice: Fix virtchnl_queue_select bitmap validationBrett Creeley1-8/+18
2020-02-15ice: Fix and refactor Rx queue disable for VFsBrett Creeley1-9/+27
2020-02-15ice: Handle LAN overflow event for VF queuesBrett Creeley1-0/+66
2020-02-15ice: Add support to enable/disable all Rx queues before waitingBrett Creeley1-3/+4
2020-02-15ice: Only allow tagged bcast/mcast traffic for VF in port VLANBrett Creeley1-18/+31
2020-02-15ice: Fix Port VLAN priority bitsBrett Creeley1-14/+13
2020-02-15ice: Add helper to determine if VF link is upBrett Creeley1-17/+25
2020-02-15ice: Refactor port vlan configuration for the VFBrett Creeley1-50/+36
2020-02-15ice: Add initial support for QinQBrett Creeley1-7/+7
2020-02-12ice: Trivial fixesTony Nguyen1-2/+1
2020-02-12ice: Make print statements more compactAnirudh Venkataramanan1-41/+21
2020-02-12ice: Use ice_pf_to_devAnirudh Venkataramanan1-4/+4
2020-01-03ice: Enable ip link show on the PF to display VF unicast MAC(s)Brett Creeley1-100/+99
2020-01-03ice: Fix VF link state when it's IFLA_VF_LINK_STATE_AUTOBrett Creeley1-45/+11
2020-01-03ice: Add ice_for_each_vf() macroBrett Creeley1-11/+12