summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.h
Commit message (Expand)AuthorAgeFilesLines
* ice: Allow 2 queue pairs per VF on SR-IOV initializationBrett Creeley2020-08-011-0/+1
* ice: restore VF MSI-X state during PCI resetNick Nunley2020-07-291-0/+2
* ice: support adding 16 unicast/multicast filter on untrusted VFPaul Greenwalt2020-05-311-1/+4
* ice: print Rx MDD auto reset message before VF resetPaul Greenwalt2020-05-221-0/+2
* ice: cleanup vf_id signednessJesse Brandeburg2020-05-211-1/+1
* ice: Add VF promiscuous supportBrett Creeley2020-05-211-0/+6
* ice: allow bigger VFsMitch Williams2020-03-101-9/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-211-1/+2
|\
| * ice: Wait for VF to be reset/ready before configurationBrett Creeley2020-02-191-1/+2
* | ice: update malicious driver detection event handlingPaul Greenwalt2020-02-191-2/+18
* | ice: Fix and refactor Rx queue disable for VFsBrett Creeley2020-02-151-1/+0
* | ice: Handle LAN overflow event for VF queuesBrett Creeley2020-02-151-0/+4
* | ice: Fix Port VLAN priority bitsBrett Creeley2020-02-151-5/+0
* | ice: Refactor port vlan configuration for the VFBrett Creeley2020-02-151-1/+1
|/
* ice: Add ice_for_each_vf() macroBrett Creeley2020-01-031-0/+3
* ice: Fix VF spoofchkBrett Creeley2020-01-031-1/+0
* ice: implement VF stats NDOJesse Brandeburg2019-11-221-0/+11
* ice: Check if VF is disabled for Opcode and other operationsAkeem G Abodunrin2019-11-081-0/+1
* ice: add support for virtchnl_queue_select.[tx|rx]_queues bitmapPaul Greenwalt2019-08-261-3/+9
* ice: Don't clog kernel debug log with VF MDD events errorsAkeem G Abodunrin2019-08-261-1/+1
* ice: Move VF resources definition to SR-IOV specific fileAkeem G Abodunrin2019-08-201-0/+13
* ice: Reduce wait times during VF bringup/resetBrett Creeley2019-08-201-0/+4
* ice: update GLINT_DYN_CTL and GLINT_VECT2FUNC register accessPaul Greenwalt2019-08-201-1/+2
* ice: Remove flag to track VF interrupt statusAkeem G Abodunrin2019-07-311-5/+0
* ice: Refactor interrupt trackingBrett Creeley2019-05-291-0/+8
* ice: Reorganize ice_vf structJesse Brandeburg2019-05-231-8/+13
* ice: Use bitfields when possibleJesse Brandeburg2019-05-231-5/+5
* ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan2019-04-181-4/+4
* ice: fix some function prototype and signature style issuesBruce Allan2019-03-221-4/+5
* ice: Fix issue reconfiguring VF queuesAkeem G Abodunrin2019-03-221-0/+1
* ice: Remove unused function prototypeAnirudh Venkataramanan2019-03-221-10/+0
* ice: Cosmetic formatting changesAnirudh Venkataramanan2018-11-201-1/+1
* ice: Extend malicious operations detection logicAnirudh Venkataramanan2018-10-031-2/+6
* ice: Notify VF of link status changeAnirudh Venkataramanan2018-10-031-0/+3
* ice: Implement virtchnl commands for AVF supportAnirudh Venkataramanan2018-10-031-0/+11
* ice: Add handlers for VF netdevice operationsAnirudh Venkataramanan2018-10-031-1/+78
* ice: Add support for VF reset eventsAnirudh Venkataramanan2018-10-031-0/+4
* ice: Add handler to configure SR-IOVAnirudh Venkataramanan2018-10-031-0/+74