aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-10ice: Use EOPNOTSUPP instead of ENOTSUPPAnirudh Venkataramanan1-1/+1
2020-03-10ice: Fix removing driver while bare-metal VFs pass trafficBrett Creeley1-6/+13
2020-03-10ice: Improve clarity of prints and variablesBrett Creeley1-31/+35
2020-03-10ice: allow bigger VFsMitch Williams1-143/+136
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-60/+74
2020-02-19ice: add backslash-n to stringsJesse Brandeburg1-1/+1
2020-02-19ice: update malicious driver detection event handlingPaul Greenwalt1-1/+55
2020-02-19ice: Wait for VF to be reset/ready before configurationBrett Creeley1-60/+74
2020-02-15ice: Fix virtchnl_queue_select bitmap validationBrett Creeley1-8/+18
2020-02-15ice: Fix and refactor Rx queue disable for VFsBrett Creeley1-9/+27
2020-02-15ice: Handle LAN overflow event for VF queuesBrett Creeley1-0/+66
2020-02-15ice: Add support to enable/disable all Rx queues before waitingBrett Creeley1-3/+4
2020-02-15ice: Only allow tagged bcast/mcast traffic for VF in port VLANBrett Creeley1-18/+31
2020-02-15ice: Fix Port VLAN priority bitsBrett Creeley1-14/+13
2020-02-15ice: Add helper to determine if VF link is upBrett Creeley1-17/+25
2020-02-15ice: Refactor port vlan configuration for the VFBrett Creeley1-50/+36
2020-02-15ice: Add initial support for QinQBrett Creeley1-7/+7
2020-02-12ice: Trivial fixesTony Nguyen1-2/+1
2020-02-12ice: Make print statements more compactAnirudh Venkataramanan1-41/+21
2020-02-12ice: Use ice_pf_to_devAnirudh Venkataramanan1-4/+4
2020-01-03ice: Enable ip link show on the PF to display VF unicast MAC(s)Brett Creeley1-100/+99
2020-01-03ice: Fix VF link state when it's IFLA_VF_LINK_STATE_AUTOBrett Creeley1-45/+11
2020-01-03ice: Add ice_for_each_vf() macroBrett Creeley1-11/+12
2020-01-03ice: Fix VF spoofchkBrett Creeley1-80/+127
2019-11-22ice: implement VF stats NDOJesse Brandeburg1-0/+45
2019-11-22ice: add helpers for virtchnlJesse Brandeburg1-71/+63
2019-11-22ice: Add ice_pf_to_dev(pf) macroBrett Creeley1-85/+106
2019-11-22ice: Do not use devm* functions for local usesTony Nguyen1-8/+7
2019-11-22ice: Only disable VF state when freeing each VF resourcesAkeem G Abodunrin1-4/+8
2019-11-22ice: fix stack leakageJesse Brandeburg1-2/+1
2019-11-22ice: Don't modify stripping for add/del VLANs on VFBrett Creeley1-8/+31
2019-11-22ice: Disallow VF VLAN opcodes if VLAN offloads disabledBrett Creeley1-0/+29
2019-11-08ice: Change max MSI-x vector_id check in cfg_irq_mapBrett Creeley1-3/+5
2019-11-08ice: Check if VF is disabled for Opcode and other operationsAkeem G Abodunrin1-12/+62
2019-11-06ice: Fix return value when SR-IOV is not supportedAnirudh Venkataramanan1-1/+1
2019-11-06ice: Rename VF function ice_vc_dis_vf to match its behaviorBrett Creeley1-7/+5
2019-11-06ice: write register with correct offsetMitch Williams1-1/+1
2019-11-04ice: Introduce ice_base.cAnirudh Venkataramanan1-0/+1
2019-09-12ice: Enable DDP package downloadTony Nguyen1-0/+6
2019-09-05ice: Minor refactor in queue managementAnirudh Venkataramanan1-6/+8
2019-09-05ice: Report VF link status with opcode to get resourcesAkeem G Abodunrin1-0/+1
2019-09-05ice: report link down for VF when PF's queues are not enabledLukasz Czapnik1-1/+4
2019-09-05ice: Reliably reset VFsMitch Williams1-6/+10
2019-09-03ice: Only disable VLAN pruning for the VF when all VLANs are removedBrett Creeley1-2/+3
2019-09-03ice: Always notify FW of VF resetMitch Williams1-9/+16
2019-08-26ice: Fix VF configuration issues due to resetAkeem G Abodunrin1-2/+9
2019-08-26ice: add support for virtchnl_queue_select.[tx|rx]_queues bitmapPaul Greenwalt1-68/+175
2019-08-26ice: add validation in OP_CONFIG_VSI_QUEUES VF messageMichal Swiatkowski1-7/+24
2019-08-23ice: Fix issues updating VSI MAC filtersAkeem G Abodunrin1-20/+22
2019-08-23ice: Add input handlers for virtual channel handlersAmruth G.P1-32/+32