summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c
Commit message (Expand)AuthorAgeFilesLines
* ice: Trivial fixesTony Nguyen2020-02-121-2/+1
* ice: Make print statements more compactAnirudh Venkataramanan2020-02-121-41/+21
* ice: Use ice_pf_to_devAnirudh Venkataramanan2020-02-121-4/+4
* ice: Enable ip link show on the PF to display VF unicast MAC(s)Brett Creeley2020-01-031-100/+99
* ice: Fix VF link state when it's IFLA_VF_LINK_STATE_AUTOBrett Creeley2020-01-031-45/+11
* ice: Add ice_for_each_vf() macroBrett Creeley2020-01-031-11/+12
* ice: Fix VF spoofchkBrett Creeley2020-01-031-80/+127
* ice: implement VF stats NDOJesse Brandeburg2019-11-221-0/+45
* ice: add helpers for virtchnlJesse Brandeburg2019-11-221-71/+63
* ice: Add ice_pf_to_dev(pf) macroBrett Creeley2019-11-221-85/+106
* ice: Do not use devm* functions for local usesTony Nguyen2019-11-221-8/+7
* ice: Only disable VF state when freeing each VF resourcesAkeem G Abodunrin2019-11-221-4/+8
* ice: fix stack leakageJesse Brandeburg2019-11-221-2/+1
* ice: Don't modify stripping for add/del VLANs on VFBrett Creeley2019-11-221-8/+31
* ice: Disallow VF VLAN opcodes if VLAN offloads disabledBrett Creeley2019-11-221-0/+29
* ice: Change max MSI-x vector_id check in cfg_irq_mapBrett Creeley2019-11-081-3/+5
* ice: Check if VF is disabled for Opcode and other operationsAkeem G Abodunrin2019-11-081-12/+62
* ice: Fix return value when SR-IOV is not supportedAnirudh Venkataramanan2019-11-061-1/+1
* ice: Rename VF function ice_vc_dis_vf to match its behaviorBrett Creeley2019-11-061-7/+5
* ice: write register with correct offsetMitch Williams2019-11-061-1/+1
* ice: Introduce ice_base.cAnirudh Venkataramanan2019-11-041-0/+1
* ice: Enable DDP package downloadTony Nguyen2019-09-121-0/+6
* ice: Minor refactor in queue managementAnirudh Venkataramanan2019-09-051-6/+8
* ice: Report VF link status with opcode to get resourcesAkeem G Abodunrin2019-09-051-0/+1
* ice: report link down for VF when PF's queues are not enabledLukasz Czapnik2019-09-051-1/+4
* ice: Reliably reset VFsMitch Williams2019-09-051-6/+10
* ice: Only disable VLAN pruning for the VF when all VLANs are removedBrett Creeley2019-09-031-2/+3
* ice: Always notify FW of VF resetMitch Williams2019-09-031-9/+16
* ice: Fix VF configuration issues due to resetAkeem G Abodunrin2019-08-261-2/+9
* ice: add support for virtchnl_queue_select.[tx|rx]_queues bitmapPaul Greenwalt2019-08-261-68/+175
* ice: add validation in OP_CONFIG_VSI_QUEUES VF messageMichal Swiatkowski2019-08-261-7/+24
* ice: Fix issues updating VSI MAC filtersAkeem G Abodunrin2019-08-231-20/+22
* ice: Add input handlers for virtual channel handlersAmruth G.P2019-08-231-32/+32
* ice: silence some bogus error messagesMitch Williams2019-08-231-3/+3
* ice: reject VF attempts to enable head writebackJacob Keller2019-08-231-0/+1
* ice: improve print for VF's when adding/deleting MAC filtersBrett Creeley2019-08-201-2/+2
* ice: Change type for queue countsPawel Kaminski2019-08-201-12/+13
* ice: Reduce wait times during VF bringup/resetBrett Creeley2019-08-201-11/+15
* ice: update GLINT_DYN_CTL and GLINT_VECT2FUNC register accessPaul Greenwalt2019-08-201-10/+14
* ice: Restructure VFs initialization flowsAkeem G Abodunrin2019-08-201-22/+47
* ice: Remove flag to track VF interrupt statusAkeem G Abodunrin2019-07-311-11/+0
* ice: Update number of VF queue before setting VSI resourcesAkeem G Abodunrin2019-07-311-5/+5
* ice: Trivial cosmetic changesAnirudh Venkataramanan2019-05-301-5/+4
* ice: Recognize higher speedsAnirudh Venkataramanan2019-05-301-1/+1
* ice: Add support for virtchnl_vector_map.[rxq|txq]_mapAnirudh Venkataramanan2019-05-291-9/+34
* ice: Use GLINT_DYN_CTL to disable VF's interruptsBrett Creeley2019-05-291-28/+13
* ice: Refactor interrupt trackingBrett Creeley2019-05-291-17/+169
* ice: Gracefully handle reset failure in ice_alloc_vfs()Brett Creeley2019-05-231-2/+9
* ice: Remove braces for single statement blocksAnirudh Venkataramanan2019-05-231-2/+1
* ice: Cleanup an unnecessary variable initializationBruce Allan2019-05-231-3/+3
OpenPOWER on IntegriCloud