summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-06ice: improve switchdev's slow-pathWojciech Drewek1-0/+11
2021-12-14ice: Propagate error codesTony Nguyen1-3/+1
2021-12-14ice: Remove excess error variablesTony Nguyen1-26/+18
2021-12-14ice: Cleanup after ice_status removalTony Nguyen1-17/+14
2021-12-14ice: Remove enum ice_statusTony Nguyen1-12/+12
2021-12-14ice: Use int for ice_statusTony Nguyen1-14/+14
2021-12-14ice: Remove string printing for ice_statusTony Nguyen1-24/+24
2021-12-14ice: Refactor promiscuous functionsBrett Creeley1-84/+55
2021-12-14ice: refactor PTYPE validatingJeff Guo1-101/+106
2021-12-08ice: rearm other interrupt cause register after enabling VFsPaul Greenwalt1-0/+4
2021-12-08ice: fix FDIR init missing when reset VFYahui Cao1-0/+2
2021-11-03ice: Fix race conditions between virtchnl handling and VF ndo opsBrett Creeley1-0/+25
2021-11-03ice: Fix not stopping Tx queues for VFsBrett Creeley1-4/+2
2021-11-03ice: Fix replacing VF hardware MAC to existing MAC filterSylwester Dziedziuch1-5/+9
2021-11-03ice: Remove toggling of antispoof for VF trusted promiscuous modeBrett Creeley1-18/+0
2021-11-03ice: Fix VF true promiscuous modeBrett Creeley1-39/+39
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