aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-13i40e/i40evf: don't trust VF to reset itselfAlan Brady1-2/+7
2017-10-13i40e: Refactor VF BW rate limitingAmritha Nambiar1-43/+2
2017-10-13i40e: Add macro for PF reset bitAmritha Nambiar1-3/+2
2017-10-09i40e: use a local variable instead of calculating multiple timesLihong Yang1-13/+7
2017-10-09i40e: add check for return from find_first_bit callLihong Yang1-0/+4
2017-10-09i40e: reduce lrxqthresh from 2 to 1Jacob Keller1-1/+1
2017-10-09i40e/i40evf: always set the CLEARPBA flag when re-enabling interruptsJacob Keller1-1/+1
2017-10-09i40e: use the safe hash table iterator when deleting mac filtersLihong Yang1-1/+2
2017-10-02i40e: fix client notify of VF resetAlan Brady1-2/+2
2017-10-02i40e: fix handling of vf_states variableAlan Brady1-1/+4
2017-10-02i40e: ensure reset occurs when disabling VFJacob Keller1-9/+33
2017-10-02i40e: make use of i40e_vc_disable_vfJacob Keller1-2/+1
2017-10-02i40e: drop i40e_pf *pf from i40e_vc_disable_vf()Jacob Keller1-4/+3
2017-10-02i40e: don't hold spinlock while resetting VFJacob Keller1-4/+32
2017-10-02i40e: Fix a potential NULL pointer dereferenceChristophe JAILLET1-0/+3
2017-10-02i40e: remove logically dead codeLihong Yang1-2/+0
2017-09-29i40e: Enable VF to negotiate number of allocated queuesAlan Brady1-0/+75
2017-08-27i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura1-0/+60
2017-08-27i40e: Use correct flag to enable egress traffic for unicast promiscAkeem G Abodunrin1-1/+1
2017-08-25i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_resourceStefan Assmann1-11/+11
2017-08-25i40e: separate hw_features from runtime changing flagsJacob Keller1-4/+4
2017-07-26i40e: handle setting administratively set MAC address back to zeroStefan Assmann1-2/+10
2017-07-26i40e: fix odd formatting and indentJesse Brandeburg1-10/+8
2017-07-26i40e: fix incorrect variable assignmentGustavo A R Silva1-1/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-06-14i40e: Fix a sleep-in-atomic bugJia-Ju Bai1-0/+2
2017-06-01i40e/virtchnl: move function to virtchnlJesse Brandeburg1-149/+1
2017-06-01virtchnl: finish conversion to virtchnl interfaceJesse Brandeburg1-8/+10
2017-06-01i40evf/virtchnl: whitespace cleanupsJesse Brandeburg1-8/+4
2017-06-01i40e/virtchnl: refactor code for validate checksJesse Brandeburg1-16/+20
2017-06-01virtchnl: convert to new macrosJesse Brandeburg1-3/+3
2017-06-01virtchnl: move some code to core driverJesse Brandeburg1-12/+18
2017-06-01virtchnl: rename i40e to generic virtchnlJesse Brandeburg1-185/+185
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller1-9/+9
2017-04-30i40e: remove unnecessary msleep() delay in i40e_free_vfsJacob Keller1-2/+0
2017-04-30i40e: amortize wait time when disabling lots of VFsJacob Keller1-2/+14
2017-04-30i40e: make use of i40e_reset_all_vfs when initializing new VFsJacob Keller1-3/+7
2017-04-30i40e: properly spell I40E_VF_STATE_* flagsJacob Keller1-49/+49
2017-04-19i40e: reset all VFs in parallel when rebuilding PFJacob Keller1-0/+100
2017-04-19i40e: split some code in i40e_reset_vf into helpersJacob Keller1-37/+72
2017-04-06i40e/i40evf: Add capability exchange for outer checksumPreethi Banala1-0/+7
2017-03-27i40e: Fixed race conditions in VF resetRobert Konklewski1-8/+35
2017-03-15i40e: Allow untrusted VFs to have more filtersMitch Williams1-1/+1
2017-03-15i40e: fix RSS queues only operating on PF0Lihong Yang1-4/+2
2017-03-15i40e: KISS the client interfaceMitch Williams1-1/+1
2017-02-27scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada1-3/+1
2017-02-02i40e: when adding or removing MAC filters, correctly handle VLANsJacob Keller1-7/+4
2017-02-02i40e: avoid O(n^2) loop when deleting all filtersJacob Keller1-1/+1
2017-02-02i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlanJacob Keller1-2/+2
2017-02-02i40e: fold the i40e_is_vsi_in_vlan check into i40e_put_mac_in_vlanJacob Keller1-6/+2