summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c
Commit message (Expand)AuthorAgeFilesLines
* ice: Trivial cosmetic changesAnirudh Venkataramanan2019-05-301-5/+4Star
* ice: Recognize higher speedsAnirudh Venkataramanan2019-05-301-1/+1
* ice: Add support for virtchnl_vector_map.[rxq|txq]_mapAnirudh Venkataramanan2019-05-301-9/+34
* ice: Use GLINT_DYN_CTL to disable VF's interruptsBrett Creeley2019-05-301-28/+13Star
* 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/+1Star
* ice: Cleanup an unnecessary variable initializationBruce Allan2019-05-231-3/+3
* ice: Add more validation in ice_vc_cfg_irq_map_msgMichal Swiatkowski2019-05-041-14/+12Star
* ice: Don't remove VLAN filters that were never programmedAkeem G Abodunrin2019-05-041-1/+11
* ice: Remove runtime change of PFINT_OICR_ENA registerMd Fahad Iqbal Polash2019-05-021-12/+1Star
* ice: Fix issue when adding more than allowed VLANsAkeem G Abodunrin2019-05-021-1/+12
* ice: Create framework for VSI queue contextAnirudh Venkataramanan2019-05-021-2/+2
* ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan2019-04-181-27/+27
* ice: Fix typos in code commentsAnirudh Venkataramanan2019-04-181-1/+1
* ice: Fix issue with VF attempt to delete default MAC addressAkeem G Abodunrin2019-03-261-8/+7Star
* ice: enable VF admin queue interruptsMitch Williams2019-03-261-0/+4
* ice: use virt channel status codesMitch Williams2019-03-261-119/+154
* ice: Remove unnecessary newlines from log messagesJeremiah Kyle2019-03-261-2/+2
* ice: change VF VSI tc info along with num_queuesPreethi Banala2019-03-251-0/+3
* ice: Restore VLAN switch rule if port VLAN existed beforeMichal Swiatkowski2019-03-251-1/+3
* ice: Get VF VSI instances directly via PFAkeem G Abodunrin2019-03-221-8/+27
* ice: Don't let VF know that it is untrustedAkeem G Abodunrin2019-03-221-4/+8
* ice: Add support for PF/VF promiscuous modeAkeem G Abodunrin2019-03-221-14/+111
* ice: fix some function prototype and signature style issuesBruce Allan2019-03-221-4/+5
* ice: Fix issue reconfiguring VF queuesAkeem G Abodunrin2019-03-221-9/+49
* ice: Reset all VFs with VFLR during SR-IOV init flowAkeem G Abodunrin2019-03-201-1/+1
* ice: use ice_for_each_vsi macro when possibleBrett Creeley2019-03-201-1/+1
* ice: Fix issue with VF reset and multiple VFs support on PFsAkeem G Abodunrin2019-03-201-7/+13
* ice: Fix broadcast traffic in port VLAN modeMichal Swiatkowski2019-03-201-32/+44
* ice: use absolute vector ID for VFsMitch Williams2019-02-251-2/+4
* ice: clear VF ARQLEN register on resetMitch Williams2019-02-251-0/+5
* ice: fix stack hogs from struct ice_vsi_ctx structuresBruce Allan2019-02-251-22/+37
* ice: Rework queue management code for reuseAnirudh Venkataramanan2019-01-151-10/+14
* ice: Cosmetic formatting changesAnirudh Venkataramanan2018-11-201-9/+7Star
* ice: Call pci_disable_sriov before stopping queues for VFBrett Creeley2018-11-131-9/+9
* ice: Fix flags for port VLANMd Fahad Iqbal Polash2018-11-061-1/+1
* ice: Remove duplicate addition of VLANs in replay pathAnirudh Venkataramanan2018-11-061-2/+0Star
* ice: Allocate VF interrupts and set queue mapAnirudh Venkataramanan2018-10-241-4/+11
* ice: Add more flexibility on how we assign an ITR indexBrett Creeley2018-10-031-8/+12
* ice: Notify VF of link status changeAnirudh Venkataramanan2018-10-031-0/+12
* ice: Implement virtchnl commands for AVF supportAnirudh Venkataramanan2018-10-031-0/+1204
* ice: Add handlers for VF netdevice operationsAnirudh Venkataramanan2018-10-031-0/+438
* ice: Add support for VF reset eventsAnirudh Venkataramanan2018-10-031-0/+163
* ice: Add handler to configure SR-IOVAnirudh Venkataramanan2018-10-031-0/+847