summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ice: Support RSS configure removal for AVFQi Zhang2021-04-221-2/+14
* ice: Enable RSS configure for AVFQi Zhang2021-04-221-0/+453
* ice: Add helper function to get the VF's VSIBrett Creeley2021-04-221-43/+39
* ice: remove redundant assignment to pointer vsiColin Ian King2021-04-221-1/+0
* ice: Advertise virtchnl UDP segmentation offload capabilityBrett Creeley2021-04-221-0/+3
* ice: Allow ignoring opcodes on specific VFMichal Swiatkowski2021-04-221-0/+18
* ice: warn about potentially malicious VFsVignesh Sridhar2021-04-221-1/+93
* ice: reduce scope of variablePaul M Stillwell Jr2021-04-151-1/+2
* ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan2021-04-151-11/+11
* ice: Refactor ice_set/get_rss into LUT and key specific functionsBrett Creeley2021-03-311-2/+2
* ice: Fix prototype warningsTony Nguyen2021-03-231-2/+2
* ice: Enable FDIR Configure for AVFQi Zhang2021-03-221-2/+15
* ice: Add support for per VF ctrl VSI enablingQi Zhang2021-03-221-0/+61
* ice: Account for port VLAN in VF max packet size calculationBrett Creeley2021-02-221-1/+32
* ice: Set trusted VF as default VSI when setting allmulti onBrett Creeley2021-02-221-1/+1
* ice: create scheduler aggregator node config and move VSIsKiran Patil2021-02-091-0/+36
* ice: Add initial support framework for LAGDave Ertman2021-02-091-0/+4
* ice: log message when trusted VF goes in/out of promisc modeBrett Creeley2021-02-091-13/+19
* 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-291-31/+55
* ice: Refactor VF resetBrett Creeley2020-05-291-179/+125
* ice: remove VM/VF disable command on CORER/GLOBR resetPaul Greenwalt2020-05-291-11/+0
* ice: Add functions to rebuild host VLAN/MAC config for a VFBrett Creeley2020-05-291-32/+89
* ice: Add function to set trust mode bit on resetBrett Creeley2020-05-291-4/+13
* ice: Renaming and simplification in VF init pathBrett Creeley2020-05-291-29/+54
* ice: Separate VF VSI initialization/creation from reset flowBrett Creeley2020-05-291-4/+106
* ice: Add helper function for clearing VPGEN_VFRTRIGBrett Creeley2020-05-291-11/+20
* ice: Simplify ice_sriov_configureBrett Creeley2020-05-291-24/+48
* ice: Refactor ice_ena_vf_mappings to split MSIX and queue mappingsBrett Creeley2020-05-291-32/+59
* ice: set VF default LAN addressPaul Greenwalt2020-05-281-3/+5
* ice: cleanup unsigned loopsJesse Brandeburg2020-05-231-2/+2
* ice: Check if unicast MAC exists before setting VF MACBrett Creeley2020-05-231-0/+43
* ice: Fix Tx timeout when link is toggled on a VF's interfaceBrett Creeley2020-05-231-0/+48
* ice: print Rx MDD auto reset message before VF resetPaul Greenwalt2020-05-231-6/+19
* ice: refactor filter functionsMichal Swiatkowski2020-05-221-19/+15
* ice: cleanup vf_id signednessJesse Brandeburg2020-05-221-8/+9
* ice: Provide more meaningful error messageLihong Yang2020-05-221-12/+16
* ice: Add VF promiscuous supportBrett Creeley2020-05-221-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
|\