aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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