aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-26ice: Fix issue with VF attempt to delete default MAC addressAkeem G Abodunrin1-8/+7
2019-03-26ice: enable VF admin queue interruptsMitch Williams1-0/+4
2019-03-26ice: use virt channel status codesMitch Williams1-119/+154
2019-03-26ice: Remove unnecessary newlines from log messagesJeremiah Kyle1-2/+2
2019-03-25ice: change VF VSI tc info along with num_queuesPreethi Banala1-0/+3
2019-03-25ice: Restore VLAN switch rule if port VLAN existed beforeMichal Swiatkowski1-1/+3
2019-03-22ice: Get VF VSI instances directly via PFAkeem G Abodunrin1-8/+27
2019-03-22ice: Don't let VF know that it is untrustedAkeem G Abodunrin1-4/+8
2019-03-22ice: Add support for PF/VF promiscuous modeAkeem G Abodunrin1-14/+111
2019-03-22ice: fix some function prototype and signature style issuesBruce Allan1-4/+5
2019-03-22ice: Fix issue reconfiguring VF queuesAkeem G Abodunrin1-9/+49
2019-03-19ice: Reset all VFs with VFLR during SR-IOV init flowAkeem G Abodunrin1-1/+1
2019-03-19ice: use ice_for_each_vsi macro when possibleBrett Creeley1-1/+1
2019-03-19ice: Fix issue with VF reset and multiple VFs support on PFsAkeem G Abodunrin1-7/+13
2019-03-19ice: Fix broadcast traffic in port VLAN modeMichal Swiatkowski1-32/+44
2019-02-25ice: use absolute vector ID for VFsMitch Williams1-2/+4
2019-02-25ice: clear VF ARQLEN register on resetMitch Williams1-0/+5
2019-02-25ice: fix stack hogs from struct ice_vsi_ctx structuresBruce Allan1-22/+37
2019-01-15ice: Rework queue management code for reuseAnirudh Venkataramanan1-10/+14
2018-11-20ice: Cosmetic formatting changesAnirudh Venkataramanan1-9/+7
2018-11-13ice: Call pci_disable_sriov before stopping queues for VFBrett Creeley1-9/+9
2018-11-06ice: Fix flags for port VLANMd Fahad Iqbal Polash1-1/+1
2018-11-06ice: Remove duplicate addition of VLANs in replay pathAnirudh Venkataramanan1-2/+0
2018-10-24ice: Allocate VF interrupts and set queue mapAnirudh Venkataramanan1-4/+11
2018-10-03ice: Add more flexibility on how we assign an ITR indexBrett Creeley1-8/+12
2018-10-03ice: Notify VF of link status changeAnirudh Venkataramanan1-0/+12
2018-10-03ice: Implement virtchnl commands for AVF supportAnirudh Venkataramanan1-0/+1204
2018-10-03ice: Add handlers for VF netdevice operationsAnirudh Venkataramanan1-0/+438
2018-10-03ice: Add support for VF reset eventsAnirudh Venkataramanan1-0/+163
2018-10-03ice: Add handler to configure SR-IOVAnirudh Venkataramanan1-0/+847