aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-23ice: silence some bogus error messagesMitch Williams1-3/+3
2019-08-23ice: reject VF attempts to enable head writebackJacob Keller1-0/+1
2019-08-20ice: improve print for VF's when adding/deleting MAC filtersBrett Creeley1-2/+2
2019-08-20ice: Change type for queue countsPawel Kaminski1-12/+13
2019-08-20ice: Reduce wait times during VF bringup/resetBrett Creeley1-11/+15
2019-08-20ice: update GLINT_DYN_CTL and GLINT_VECT2FUNC register accessPaul Greenwalt1-10/+14
2019-08-20ice: Restructure VFs initialization flowsAkeem G Abodunrin1-22/+47
2019-07-31ice: Remove flag to track VF interrupt statusAkeem G Abodunrin1-11/+0
2019-07-31ice: Update number of VF queue before setting VSI resourcesAkeem G Abodunrin1-5/+5
2019-05-30ice: Trivial cosmetic changesAnirudh Venkataramanan1-5/+4
2019-05-30ice: Recognize higher speedsAnirudh Venkataramanan1-1/+1
2019-05-29ice: Add support for virtchnl_vector_map.[rxq|txq]_mapAnirudh Venkataramanan1-9/+34
2019-05-29ice: Use GLINT_DYN_CTL to disable VF's interruptsBrett Creeley1-28/+13
2019-05-29ice: Refactor interrupt trackingBrett Creeley1-17/+169
2019-05-23ice: Gracefully handle reset failure in ice_alloc_vfs()Brett Creeley1-2/+9
2019-05-23ice: Remove braces for single statement blocksAnirudh Venkataramanan1-2/+1
2019-05-23ice: Cleanup an unnecessary variable initializationBruce Allan1-3/+3
2019-05-04ice: Add more validation in ice_vc_cfg_irq_map_msgMichal Swiatkowski1-14/+12
2019-05-04ice: Don't remove VLAN filters that were never programmedAkeem G Abodunrin1-1/+11
2019-05-02ice: Remove runtime change of PFINT_OICR_ENA registerMd Fahad Iqbal Polash1-12/+1
2019-05-02ice: Fix issue when adding more than allowed VLANsAkeem G Abodunrin1-1/+12
2019-05-02ice: Create framework for VSI queue contextAnirudh Venkataramanan1-2/+2
2019-04-18ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan1-27/+27
2019-04-18ice: Fix typos in code commentsAnirudh Venkataramanan1-1/+1