aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
AgeCommit message (Expand)Author
2017-04-19i40e: reset all VFs in parallel when rebuilding PFJacob Keller
2017-04-19i40e: split some code in i40e_reset_vf into helpersJacob Keller
2017-04-06i40e/i40evf: Add capability exchange for outer checksumPreethi Banala
2017-03-27i40e: Fixed race conditions in VF resetRobert Konklewski
2017-03-15i40e: Allow untrusted VFs to have more filtersMitch Williams
2017-03-15i40e: fix RSS queues only operating on PF0Lihong Yang
2017-03-15i40e: KISS the client interfaceMitch Williams
2017-02-27scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada
2017-02-02i40e: when adding or removing MAC filters, correctly handle VLANsJacob Keller
2017-02-02i40e: avoid O(n^2) loop when deleting all filtersJacob Keller
2017-02-02i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlanJacob Keller
2017-02-02i40e: fold the i40e_is_vsi_in_vlan check into i40e_put_mac_in_vlanJacob Keller
2016-12-06i40e: use (add|rm)_vlan_all_mac helper functions when changing PVIDJacob Keller
2016-12-06i40e: Add support for 25G devicesCarolyn Wyborny
2016-12-02i40e: set broadcast promiscuous mode for each active VLANJacob Keller
2016-12-02i40e: remove error_param_int label from i40e_vc_config_promiscuous_mode_msgJacob Keller
2016-10-31i40e: removed unreachable codeFilip Sadowski
2016-10-31i40e: clear mac filter count on resetMitch Williams
2016-10-31i40e: store MAC/VLAN filters in a hash with the MAC Address as keyJacob Keller
2016-10-31i40e: drop is_vf and is_netdev fields in struct i40e_mac_filterJacob Keller
2016-10-31i40e: Add missing \n to end of dev_err messageColin Ian King
2016-09-24Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh
2016-09-22i40e: Fix to check for NULLCarolyn Wyborny
2016-09-22i40e: return correct opcode to VFMitch Williams
2016-08-18i40e: Expose 'trust' flag to userspace via ndo_get_vf_config.Sridhar Samudrala
2016-08-18i40e: fix memory leakMitch Williams
2016-08-18i40e: Don't notify client of VF reset during VF creationAvinash Dayanand
2016-08-18i40e/i40evf: Reset VLAN filter count when resettingCatherine Sullivan
2016-06-27i40e: write HENA for VFsMitch Williams
2016-05-14i40e: don't add broadcast filter for VFsMitch Williams
2016-05-13i40e: lie to the VFMitch Williams
2016-05-13i40e: Add vf-true-promisc-support priv flagAnjali Singhai Jain
2016-05-05i40e: fix misleading indentationArnd Bergmann
2016-05-05i40evf: Drop packet split receive routineJesse Brandeburg
2016-05-01i40e: Use consistent type for vf_idJesse Brandeburg
2016-05-01i40e: Fix uninitialized variableCatherine Sullivan
2016-05-01i40e: Limit the number of MAC and VLAN addresses that can be added for VFsAnjali Singhai Jain
2016-05-01i40e: Change the default for VFs to be not privilegedAnjali Singhai Jain
2016-04-27i40evf: Add driver support for promiscuous modeAnjali Singhai Jain
2016-04-27i40e: Add VF promiscuous mode driver supportAnjali Singhai Jain
2016-04-26i40e: Add support for configuring VF RSSMitch Williams
2016-04-06i40e: Restrict VF poll mode to only single function mode devicesShannon Nelson
2016-04-06i40e: Patch to support trusted VFAnjali Singhai Jain
2016-04-06i40e: Move HW flushAkeem G Abodunrin
2016-04-05i40e: Lower some message levelsMitch Williams
2016-04-05i40e: Make VF resets more reliableMitch Williams
2016-04-05i40e: Remove unused variableMitch Williams
2016-04-05i40e: Change comment to reflect correct function nameMitch Williams
2016-04-05i40e: Added code to prevent double resetsMitch Williams