summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c
AgeCommit message (Expand)Author
2021-06-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2021-06-07ice: Refactor VIRTCHNL_OP_CONFIG_VSI_QUEUES handlingBrett Creeley
2021-06-07ice: Save VF's MAC across rebootBrett Creeley
2021-06-07ice: Manage VF's MAC address for both legacy and new casesBrett Creeley
2021-06-04ice: handle the VF VSI rebuild failureHaiyue Wang
2021-06-04ice: Fix VFR issues for AVF drivers that expect ATQLEN clearedBrett Creeley
2021-04-22ice: Support RSS configure removal for AVFQi Zhang
2021-04-22ice: Enable RSS configure for AVFQi Zhang
2021-04-22ice: Add helper function to get the VF's VSIBrett Creeley
2021-04-22ice: remove redundant assignment to pointer vsiColin Ian King
2021-04-22ice: Advertise virtchnl UDP segmentation offload capabilityBrett Creeley
2021-04-22ice: Allow ignoring opcodes on specific VFMichal Swiatkowski
2021-04-22ice: warn about potentially malicious VFsVignesh Sridhar
2021-04-14ice: reduce scope of variablePaul M Stillwell Jr
2021-04-14ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan
2021-03-31ice: Refactor ice_set/get_rss into LUT and key specific functionsBrett Creeley
2021-03-23ice: Fix prototype warningsTony Nguyen
2021-03-22ice: Enable FDIR Configure for AVFQi Zhang
2021-03-22ice: Add support for per VF ctrl VSI enablingQi Zhang
2021-02-22ice: Account for port VLAN in VF max packet size calculationBrett Creeley
2021-02-22ice: Set trusted VF as default VSI when setting allmulti onBrett Creeley
2021-02-08ice: create scheduler aggregator node config and move VSIsKiran Patil
2021-02-08ice: Add initial support framework for LAGDave Ertman
2021-02-08ice: log message when trusted VF goes in/out of promisc modeBrett Creeley
2020-10-09ice: remove repeated wordsBruce Allan
2020-08-01ice: Misc minor fixesTony Nguyen
2020-08-01ice: Allow 2 queue pairs per VF on SR-IOV initializationBrett Creeley
2020-07-29ice: restore VF MSI-X state during PCI resetNick Nunley
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