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