summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c
AgeCommit message (Expand)Author
2020-02-19ice: Wait for VF to be reset/ready before configurationBrett Creeley
2020-02-12ice: Trivial fixesTony Nguyen
2020-02-12ice: Make print statements more compactAnirudh Venkataramanan
2020-02-12ice: Use ice_pf_to_devAnirudh Venkataramanan
2020-01-03ice: Enable ip link show on the PF to display VF unicast MAC(s)Brett Creeley
2020-01-03ice: Fix VF link state when it's IFLA_VF_LINK_STATE_AUTOBrett Creeley
2020-01-03ice: Add ice_for_each_vf() macroBrett Creeley
2020-01-03ice: Fix VF spoofchkBrett Creeley
2019-11-22ice: implement VF stats NDOJesse Brandeburg
2019-11-22ice: add helpers for virtchnlJesse Brandeburg
2019-11-22ice: Add ice_pf_to_dev(pf) macroBrett Creeley
2019-11-22ice: Do not use devm* functions for local usesTony Nguyen
2019-11-22ice: Only disable VF state when freeing each VF resourcesAkeem G Abodunrin
2019-11-22ice: fix stack leakageJesse Brandeburg
2019-11-22ice: Don't modify stripping for add/del VLANs on VFBrett Creeley
2019-11-22ice: Disallow VF VLAN opcodes if VLAN offloads disabledBrett Creeley
2019-11-08ice: Change max MSI-x vector_id check in cfg_irq_mapBrett Creeley
2019-11-08ice: Check if VF is disabled for Opcode and other operationsAkeem G Abodunrin
2019-11-06ice: Fix return value when SR-IOV is not supportedAnirudh Venkataramanan
2019-11-06ice: Rename VF function ice_vc_dis_vf to match its behaviorBrett Creeley
2019-11-06ice: write register with correct offsetMitch Williams
2019-11-04ice: Introduce ice_base.cAnirudh Venkataramanan
2019-09-12ice: Enable DDP package downloadTony Nguyen
2019-09-05ice: Minor refactor in queue managementAnirudh Venkataramanan
2019-09-05ice: Report VF link status with opcode to get resourcesAkeem G Abodunrin
2019-09-05ice: report link down for VF when PF's queues are not enabledLukasz Czapnik
2019-09-05ice: Reliably reset VFsMitch Williams
2019-09-03ice: Only disable VLAN pruning for the VF when all VLANs are removedBrett Creeley
2019-09-03ice: Always notify FW of VF resetMitch Williams
2019-08-26ice: Fix VF configuration issues due to resetAkeem G Abodunrin
2019-08-26ice: add support for virtchnl_queue_select.[tx|rx]_queues bitmapPaul Greenwalt
2019-08-26ice: add validation in OP_CONFIG_VSI_QUEUES VF messageMichal Swiatkowski
2019-08-23ice: Fix issues updating VSI MAC filtersAkeem G Abodunrin
2019-08-23ice: Add input handlers for virtual channel handlersAmruth G.P
2019-08-23ice: silence some bogus error messagesMitch Williams
2019-08-23ice: reject VF attempts to enable head writebackJacob Keller
2019-08-20ice: improve print for VF's when adding/deleting MAC filtersBrett Creeley
2019-08-20ice: Change type for queue countsPawel Kaminski
2019-08-20ice: Reduce wait times during VF bringup/resetBrett Creeley
2019-08-20ice: update GLINT_DYN_CTL and GLINT_VECT2FUNC register accessPaul Greenwalt
2019-08-20ice: Restructure VFs initialization flowsAkeem G Abodunrin
2019-07-31ice: Remove flag to track VF interrupt statusAkeem G Abodunrin
2019-07-31ice: Update number of VF queue before setting VSI resourcesAkeem G Abodunrin
2019-05-30ice: Trivial cosmetic changesAnirudh Venkataramanan
2019-05-30ice: Recognize higher speedsAnirudh Venkataramanan
2019-05-29ice: Add support for virtchnl_vector_map.[rxq|txq]_mapAnirudh Venkataramanan
2019-05-29ice: Use GLINT_DYN_CTL to disable VF's interruptsBrett Creeley
2019-05-29ice: Refactor interrupt trackingBrett Creeley
2019-05-23ice: Gracefully handle reset failure in ice_alloc_vfs()Brett Creeley
2019-05-23ice: Remove braces for single statement blocksAnirudh Venkataramanan