summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-28i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura1-0/+60
2017-08-28i40e: Use correct flag to enable egress traffic for unicast promiscAkeem G Abodunrin1-1/+1
2017-08-26i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_re...Stefan Assmann1-11/+11
2017-08-26i40e: 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-15i40e: Fix a sleep-in-atomic bugJia-Ju Bai1-0/+2
2017-06-02i40e/virtchnl: move function to virtchnlJesse Brandeburg1-149/+1
2017-06-02virtchnl: finish conversion to virtchnl interfaceJesse Brandeburg1-8/+10
2017-06-02i40evf/virtchnl: whitespace cleanupsJesse Brandeburg1-8/+4
2017-06-02i40e/virtchnl: refactor code for validate checksJesse Brandeburg1-16/+20
2017-06-02virtchnl: convert to new macrosJesse Brandeburg1-3/+3
2017-06-02virtchnl: move some code to core driverJesse Brandeburg1-12/+18
2017-06-02virtchnl: 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-20i40e: reset all VFs in parallel when rebuilding PFJacob Keller1-0/+100
2017-04-20i40e: split some code in i40e_reset_vf into helpersJacob Keller1-37/+72
2017-04-07i40e/i40evf: Add capability exchange for outer checksumPreethi Banala1-0/+7
2017-03-28i40e: 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-28scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada1-3/+1
2017-02-03i40e: when adding or removing MAC filters, correctly handle VLANsJacob Keller1-7/+4
2017-02-03i40e: avoid O(n^2) loop when deleting all filtersJacob Keller1-1/+1
2017-02-03i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlanJacob Keller1-2/+2
2017-02-03i40e: fold the i40e_is_vsi_in_vlan check into i40e_put_mac_in_vlanJacob Keller1-6/+2
2016-12-07i40e: use (add|rm)_vlan_all_mac helper functions when changing PVIDJacob Keller1-15/+28
2016-12-07i40e: Add support for 25G devicesCarolyn Wyborny1-0/+3
2016-12-03i40e: set broadcast promiscuous mode for each active VLANJacob Keller1-0/+7
2016-12-03i40e: remove error_param_int label from i40e_vc_config_promiscuous_mode_msgJacob Keller1-3/+4
2016-11-01i40e: removed unreachable codeFilip Sadowski1-21/+8
2016-11-01i40e: clear mac filter count on resetMitch Williams1-0/+1
2016-11-01i40e: store MAC/VLAN filters in a hash with the MAC Address as keyJacob Keller1-18/+20
2016-11-01i40e: drop is_vf and is_netdev fields in struct i40e_mac_filterJacob Keller1-11/+8
2016-11-01i40e: Add missing \n to end of dev_err messageColin Ian King1-1/+1
2016-09-24Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller1-3/+12
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh1-2/+9
2016-09-23i40e: Fix to check for NULLCarolyn Wyborny1-1/+10
2016-09-23i40e: return correct opcode to VFMitch Williams1-2/+2
2016-08-18i40e: Expose 'trust' flag to userspace via ndo_get_vf_config.Sridhar Samudrala1-0/+1
2016-08-18i40e: fix memory leakMitch Williams1-0/+1
2016-08-18i40e: Don't notify client of VF reset during VF creationAvinash Dayanand1-2/+5
2016-08-18i40e/i40evf: Reset VLAN filter count when resettingCatherine Sullivan1-0/+1