summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c
Commit message (Expand)AuthorAgeFilesLines
* ice: remove repeated wordsBruce Allan2020-10-091-1/+1
* ice: Misc minor fixesTony Nguyen2020-08-011-2/+2
* ice: Allow 2 queue pairs per VF on SR-IOV initializationBrett Creeley2020-08-011-0/+2
* ice: restore VF MSI-X state during PCI resetNick Nunley2020-07-291-0/+30
* ice: Add advanced power mgmt for WoLAkeem G Abodunrin2020-07-231-25/+0
* ice: Allow VF to request reset as soon as it's initializedBrett Creeley2020-05-311-1/+1
* ice: Reset VF for all port VLAN changes from hostBrett Creeley2020-05-311-37/+5
* ice: allow host to clear administratively set VF MACBrett Creeley2020-05-311-8/+14
* ice: Refactor VF VSI release and setup functionsBrett Creeley2020-05-281-31/+55
* ice: Refactor VF resetBrett Creeley2020-05-281-179/+125
* ice: remove VM/VF disable command on CORER/GLOBR resetPaul Greenwalt2020-05-281-11/+0
* ice: Add functions to rebuild host VLAN/MAC config for a VFBrett Creeley2020-05-281-32/+89
* ice: Add function to set trust mode bit on resetBrett Creeley2020-05-281-4/+13
* ice: Renaming and simplification in VF init pathBrett Creeley2020-05-281-29/+54
* ice: Separate VF VSI initialization/creation from reset flowBrett Creeley2020-05-281-4/+106
* ice: Add helper function for clearing VPGEN_VFRTRIGBrett Creeley2020-05-281-11/+20
* ice: Simplify ice_sriov_configureBrett Creeley2020-05-281-24/+48
* ice: Refactor ice_ena_vf_mappings to split MSIX and queue mappingsBrett Creeley2020-05-281-32/+59
* ice: set VF default LAN addressPaul Greenwalt2020-05-271-3/+5
* ice: cleanup unsigned loopsJesse Brandeburg2020-05-221-2/+2
* ice: Check if unicast MAC exists before setting VF MACBrett Creeley2020-05-221-0/+43
* ice: Fix Tx timeout when link is toggled on a VF's interfaceBrett Creeley2020-05-221-0/+48
* ice: print Rx MDD auto reset message before VF resetPaul Greenwalt2020-05-221-6/+19
* ice: refactor filter functionsMichal Swiatkowski2020-05-211-19/+15
* ice: cleanup vf_id signednessJesse Brandeburg2020-05-211-8/+9
* ice: Provide more meaningful error messageLihong Yang2020-05-211-12/+16
* ice: Add VF promiscuous supportBrett Creeley2020-05-211-2/+204
* ice: Use EOPNOTSUPP instead of ENOTSUPPAnirudh Venkataramanan2020-03-101-1/+1
* ice: Fix removing driver while bare-metal VFs pass trafficBrett Creeley2020-03-101-6/+13
* ice: Improve clarity of prints and variablesBrett Creeley2020-03-101-31/+35
* ice: allow bigger VFsMitch Williams2020-03-101-143/+136
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-211-60/+74
|\
| * ice: Wait for VF to be reset/ready before configurationBrett Creeley2020-02-191-60/+74
* | ice: add backslash-n to stringsJesse Brandeburg2020-02-191-1/+1
* | ice: update malicious driver detection event handlingPaul Greenwalt2020-02-191-1/+55
* | ice: Fix virtchnl_queue_select bitmap validationBrett Creeley2020-02-151-8/+18
* | ice: Fix and refactor Rx queue disable for VFsBrett Creeley2020-02-151-9/+27
* | ice: Handle LAN overflow event for VF queuesBrett Creeley2020-02-151-0/+66
* | ice: Add support to enable/disable all Rx queues before waitingBrett Creeley2020-02-151-3/+4
* | ice: Only allow tagged bcast/mcast traffic for VF in port VLANBrett Creeley2020-02-151-18/+31
* | ice: Fix Port VLAN priority bitsBrett Creeley2020-02-151-14/+13
* | ice: Add helper to determine if VF link is upBrett Creeley2020-02-151-17/+25
* | ice: Refactor port vlan configuration for the VFBrett Creeley2020-02-151-50/+36
* | ice: Add initial support for QinQBrett Creeley2020-02-151-7/+7
|/
* ice: Trivial fixesTony Nguyen2020-02-121-2/+1
* ice: Make print statements more compactAnirudh Venkataramanan2020-02-121-41/+21
* ice: Use ice_pf_to_devAnirudh Venkataramanan2020-02-121-4/+4
* ice: Enable ip link show on the PF to display VF unicast MAC(s)Brett Creeley2020-01-031-100/+99
* ice: Fix VF link state when it's IFLA_VF_LINK_STATE_AUTOBrett Creeley2020-01-031-45/+11
* ice: Add ice_for_each_vf() macroBrett Creeley2020-01-031-11/+12