summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i40e: use (add|rm)_vlan_all_mac helper functions when changing PVIDJacob Keller2016-12-061-15/+28
* i40e: Add support for 25G devicesCarolyn Wyborny2016-12-061-0/+3
* i40e: set broadcast promiscuous mode for each active VLANJacob Keller2016-12-021-0/+7
* i40e: remove error_param_int label from i40e_vc_config_promiscuous_mode_msgJacob Keller2016-12-021-3/+4
* i40e: removed unreachable codeFilip Sadowski2016-10-311-21/+8
* i40e: clear mac filter count on resetMitch Williams2016-10-311-0/+1
* i40e: store MAC/VLAN filters in a hash with the MAC Address as keyJacob Keller2016-10-311-18/+20
* i40e: drop is_vf and is_netdev fields in struct i40e_mac_filterJacob Keller2016-10-311-11/+8
* i40e: Add missing \n to end of dev_err messageColin Ian King2016-10-311-1/+1
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-09-241-3/+12
|\
| * i40e: Fix to check for NULLCarolyn Wyborny2016-09-221-1/+10
| * i40e: return correct opcode to VFMitch Williams2016-09-221-2/+2
* | net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh2016-09-241-2/+9
|/
* i40e: Expose 'trust' flag to userspace via ndo_get_vf_config.Sridhar Samudrala2016-08-181-0/+1
* i40e: fix memory leakMitch Williams2016-08-181-0/+1
* i40e: Don't notify client of VF reset during VF creationAvinash Dayanand2016-08-181-2/+5
* i40e/i40evf: Reset VLAN filter count when resettingCatherine Sullivan2016-08-181-0/+1
* i40e: write HENA for VFsMitch Williams2016-06-271-0/+6
* i40e: don't add broadcast filter for VFsMitch Williams2016-05-141-8/+0
* i40e: lie to the VFMitch Williams2016-05-131-3/+7
* i40e: Add vf-true-promisc-support priv flagAnjali Singhai Jain2016-05-131-1/+2
* i40e: fix misleading indentationArnd Bergmann2016-05-051-1/+2
* i40evf: Drop packet split receive routineJesse Brandeburg2016-05-051-1/+1
* i40e: Use consistent type for vf_idJesse Brandeburg2016-05-011-6/+7
* i40e: Fix uninitialized variableCatherine Sullivan2016-05-011-5/+1
* i40e: Limit the number of MAC and VLAN addresses that can be added for VFsAnjali Singhai Jain2016-05-011-2/+23
* i40e: Change the default for VFs to be not privilegedAnjali Singhai Jain2016-05-011-10/+10
* i40evf: Add driver support for promiscuous modeAnjali Singhai Jain2016-04-271-7/+7
* i40e: Add VF promiscuous mode driver supportAnjali Singhai Jain2016-04-271-6/+147
* i40e: Add support for configuring VF RSSMitch Williams2016-04-261-5/+188
* i40e: Restrict VF poll mode to only single function mode devicesShannon Nelson2016-04-061-1/+9
* i40e: Patch to support trusted VFAnjali Singhai Jain2016-04-061-0/+42
* i40e: Move HW flushAkeem G Abodunrin2016-04-061-0/+1
* i40e: Lower some message levelsMitch Williams2016-04-051-5/+5
* i40e: Make VF resets more reliableMitch Williams2016-04-051-8/+6
* i40e: Remove unused variableMitch Williams2016-04-051-7/+6
* i40e: Change comment to reflect correct function nameMitch Williams2016-04-051-1/+1
* i40e: Added code to prevent double resetsMitch Williams2016-04-051-4/+7
OpenPOWER on IntegriCloud