summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-29ice: Remove boolean vlan_promisc flag from functionBrett Creeley1-3/+6
2021-10-28ice: send correct vc status in switchdevMichal Swiatkowski1-14/+49
2021-10-21ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil1-2/+2
2021-10-19ice: fix an error code in ice_ena_vfs()Dan Carpenter1-1/+2
2021-10-19ice: Forbid trusted VFs in switchdev modeWojciech Drewek1-5/+5
2021-10-19ice: Add support for VF rate limitingBrett Creeley1-2/+158
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski1-1/+1
2021-10-07ice: add port representor ethtool ops and statsWojciech Drewek1-2/+2
2021-10-07ice: rebuild switchdev when resetting all VFsGrzegorz Nitka1-0/+4
2021-10-07ice: enable/disable switchdev when managing VFsGrzegorz Nitka1-0/+17
2021-10-07ice: allow process VF opcodes in different waysMichal Swiatkowski1-32/+175
2021-10-07ice: introduce VF port representorMichal Swiatkowski1-1/+1
2021-10-07ice: Move devlink port to PF/VF structWojciech Drewek1-1/+1
2021-08-09ice: Stop processing VF messages during teardownAnirudh Venkataramanan1-0/+7
2021-06-25ice: remove unnecessary VSI assignmentTony Nguyen1-1/+0
2021-06-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller1-50/+176
2021-06-07ice: Refactor VIRTCHNL_OP_CONFIG_VSI_QUEUES handlingBrett Creeley1-23/+28
2021-06-07ice: Save VF's MAC across rebootBrett Creeley1-17/+30
2021-06-07ice: Manage VF's MAC address for both legacy and new casesBrett Creeley1-26/+134
2021-06-04ice: handle the VF VSI rebuild failureHaiyue Wang1-1/+6
2021-06-04ice: Fix VFR issues for AVF drivers that expect ATQLEN clearedBrett Creeley1-5/+7
2021-04-22ice: Support RSS configure removal for AVFQi Zhang1-2/+14
2021-04-22ice: Enable RSS configure for AVFQi Zhang1-0/+453
2021-04-22ice: Add helper function to get the VF's VSIBrett Creeley1-43/+39
2021-04-22ice: remove redundant assignment to pointer vsiColin Ian King1-1/+0
2021-04-22ice: Advertise virtchnl UDP segmentation offload capabilityBrett Creeley1-0/+3
2021-04-22ice: Allow ignoring opcodes on specific VFMichal Swiatkowski1-0/+18
2021-04-22ice: warn about potentially malicious VFsVignesh Sridhar1-1/+93
2021-04-15ice: reduce scope of variablePaul M Stillwell Jr1-1/+2
2021-04-15ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan1-11/+11
2021-04-01ice: Refactor ice_set/get_rss into LUT and key specific functionsBrett Creeley1-2/+2
2021-03-23ice: Fix prototype warningsTony Nguyen1-2/+2
2021-03-22ice: Enable FDIR Configure for AVFQi Zhang1-2/+15
2021-03-22ice: Add support for per VF ctrl VSI enablingQi Zhang1-0/+61
2021-02-22ice: Account for port VLAN in VF max packet size calculationBrett Creeley1-1/+32
2021-02-22ice: Set trusted VF as default VSI when setting allmulti onBrett Creeley1-1/+1
2021-02-09ice: create scheduler aggregator node config and move VSIsKiran Patil1-0/+36
2021-02-09ice: Add initial support framework for LAGDave Ertman1-0/+4
2021-02-09ice: log message when trusted VF goes in/out of promisc modeBrett Creeley1-13/+19
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-24ice: 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-29ice: Refactor VF VSI release and setup functionsBrett Creeley1-31/+55
2020-05-29ice: Refactor VF resetBrett Creeley1-179/+125
2020-05-29ice: remove VM/VF disable command on CORER/GLOBR resetPaul Greenwalt1-11/+0