summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c
AgeCommit message (Expand)Author
2020-07-23ice: Add advanced power mgmt for WoLAkeem G Abodunrin
2020-05-31ice: Allow VF to request reset as soon as it's initializedBrett Creeley
2020-05-31ice: Reset VF for all port VLAN changes from hostBrett Creeley
2020-05-31ice: allow host to clear administratively set VF MACBrett Creeley
2020-05-28ice: Refactor VF VSI release and setup functionsBrett Creeley
2020-05-28ice: Refactor VF resetBrett Creeley
2020-05-28ice: remove VM/VF disable command on CORER/GLOBR resetPaul Greenwalt
2020-05-28ice: Add functions to rebuild host VLAN/MAC config for a VFBrett Creeley
2020-05-28ice: Add function to set trust mode bit on resetBrett Creeley
2020-05-28ice: Renaming and simplification in VF init pathBrett Creeley
2020-05-28ice: Separate VF VSI initialization/creation from reset flowBrett Creeley
2020-05-28ice: Add helper function for clearing VPGEN_VFRTRIGBrett Creeley
2020-05-28ice: Simplify ice_sriov_configureBrett Creeley
2020-05-28ice: Refactor ice_ena_vf_mappings to split MSIX and queue mappingsBrett Creeley
2020-05-27ice: set VF default LAN addressPaul Greenwalt
2020-05-22ice: cleanup unsigned loopsJesse Brandeburg
2020-05-22ice: Check if unicast MAC exists before setting VF MACBrett Creeley
2020-05-22ice: Fix Tx timeout when link is toggled on a VF's interfaceBrett Creeley
2020-05-22ice: print Rx MDD auto reset message before VF resetPaul Greenwalt
2020-05-21ice: refactor filter functionsMichal Swiatkowski
2020-05-21ice: cleanup vf_id signednessJesse Brandeburg
2020-05-21ice: Provide more meaningful error messageLihong Yang
2020-05-21ice: Add VF promiscuous supportBrett Creeley
2020-03-10ice: Use EOPNOTSUPP instead of ENOTSUPPAnirudh Venkataramanan
2020-03-10ice: Fix removing driver while bare-metal VFs pass trafficBrett Creeley
2020-03-10ice: Improve clarity of prints and variablesBrett Creeley
2020-03-10ice: allow bigger VFsMitch Williams
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-19ice: add backslash-n to stringsJesse Brandeburg
2020-02-19ice: update malicious driver detection event handlingPaul Greenwalt
2020-02-19ice: Wait for VF to be reset/ready before configurationBrett Creeley
2020-02-15ice: Fix virtchnl_queue_select bitmap validationBrett Creeley
2020-02-15ice: Fix and refactor Rx queue disable for VFsBrett Creeley
2020-02-15ice: Handle LAN overflow event for VF queuesBrett Creeley
2020-02-15ice: Add support to enable/disable all Rx queues before waitingBrett Creeley
2020-02-15ice: Only allow tagged bcast/mcast traffic for VF in port VLANBrett Creeley
2020-02-15ice: Fix Port VLAN priority bitsBrett Creeley
2020-02-15ice: Add helper to determine if VF link is upBrett Creeley
2020-02-15ice: Refactor port vlan configuration for the VFBrett Creeley
2020-02-15ice: Add initial support for QinQBrett Creeley
2020-02-12ice: Trivial fixesTony Nguyen
2020-02-12ice: Make print statements more compactAnirudh Venkataramanan
2020-02-12ice: Use ice_pf_to_devAnirudh Venkataramanan
2020-01-03ice: Enable ip link show on the PF to display VF unicast MAC(s)Brett Creeley
2020-01-03ice: Fix VF link state when it's IFLA_VF_LINK_STATE_AUTOBrett Creeley
2020-01-03ice: Add ice_for_each_vf() macroBrett Creeley
2020-01-03ice: Fix VF spoofchkBrett Creeley
2019-11-22ice: implement VF stats NDOJesse Brandeburg
2019-11-22ice: add helpers for virtchnlJesse Brandeburg
2019-11-22ice: Add ice_pf_to_dev(pf) macroBrett Creeley