summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2020-08-26i40e: Fix crash during removing i40e driverGrzegorz Szczurek1-0/+3
2020-08-26i40e: Set RX_ONLY mode for unicast promiscuous on VLANPrzemyslaw Patynowski2-9/+28
2019-12-17i40e: don't restart nway if autoneg not supportedMitch Williams1-5/+5
2019-11-24i40e: Use proper enum in i40e_ndo_set_vf_link_stateNathan Chancellor1-1/+1
2019-11-20i40e: Prevent deleting MAC address from VF when set by PFPatryk Małek1-0/+10
2019-11-20i40e: hold the rtnl lock on clearing interrupt schemePatryk Małek1-0/+8
2019-11-20i40e: use correct length for strncpyMitch Williams1-1/+2
2019-05-31i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley1-0/+8
2019-05-31i40e: Able to add up to 16 MAC filters on an untrusted VFAdam Ludkiewicz1-2/+4
2019-02-12i40e: define proper net_device::neigh_priv_lenKonstantin Khorenko1-0/+3
2019-01-13i40e: fix mac filter delete when setting mac addressStefan Assmann1-7/+7
2018-11-27i40e: restore NETIF_F_GSO_IPXIP[46] to netdev featuresJacob Keller1-0/+2
2018-08-03i40e: free the skb after clearing the bitlockJacob Keller1-1/+6
2018-05-30i40e: Add delay after EMP reset for firmware to recoverFilip Sadowski1-0/+11
2018-04-29i40e: Fix attach VF to VM issuePaweł Jabłoński1-0/+11
2018-04-26i40e: fix reported mask for ntuple filtersJacob Keller1-4/+4
2018-04-26i40e: program fragmented IPv4 filter input setJacob Keller2-0/+13
2018-03-03i40e: don't remove netdev->dev_addr when syncing uc listJacob Keller1-1/+16
2018-03-03i40e/i40evf: Account for frags split over multiple descriptors in check linea...Alexander Duyck1-3/+23
2017-12-25i40e: fix client notify of VF resetAlan Brady1-2/+2
2017-12-25i40e/i40evf: spread CPU affinity hints across online CPUs onlyJacob Keller1-5/+11
2017-12-25i40e: use the safe hash table iterator when deleting mac filtersLihong Yang1-1/+2
2017-11-30i40e: Use smp_rmb rather than read_barrier_dependsBrian King2-2/+2
2017-10-26i40e: Add programming descriptors to cleaned_countAlexander Duyck1-0/+1
2017-10-26i40e: Fix incorrect use of tx_itr_setting when checking for Rx ITR setupAlexander Duyck1-1/+1
2017-10-10i40e: Fix memory leak related filter programming statusAlexander Duyck1-27/+36
2017-10-10i40e: Fix comment about locking for __i40e_read_nvm_word()Stefano Brivio1-1/+1
2017-09-06Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2-40/+61
2017-09-06i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aqJacob Keller1-0/+1
2017-09-06i40e: avoid NVM acquire deadlock during NVM updateAnjali Singhai Jain2-40/+60
2017-08-28i40e/i40evf: avoid dynamic ITR updates when polling or low packet rateJacob Keller2-5/+18
2017-08-28i40e/i40evf: remove ULTRA latency modeJacob Keller2-18/+0
2017-08-28i40e: invert logic for checking incorrect cpu vs irq affinityJacob Keller1-16/+15
2017-08-28i40e: initialize our affinity_mask based on cpu_possible_maskJacob Keller1-5/+7
2017-08-28i40e: move enabling icr0 into i40e_update_enable_itrJacob Keller1-2/+6
2017-08-28i40e: remove workaround for resetting XPSJacob Keller1-12/+5
2017-08-28i40e: Fix for unused value issue found by static analysisCarolyn Wyborny1-1/+3
2017-08-28i40e: 25G FEC status improvementsMariusz Stachura1-2/+16
2017-08-28i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura1-0/+60
2017-08-28i40e: force VMDQ device name truncationJacob Keller1-2/+7
2017-08-28i40e: Use correct flag to enable egress traffic for unicast promiscAkeem G Abodunrin1-1/+1
2017-08-28i40e: prevent snprintf format specifier truncationJacob Keller1-2/+2
2017-08-28i40e: Store the requested FEC informationMariusz Stachura2-0/+5
2017-08-28i40e: Update state variable for adminq subtaskSudheer Mogilappagari1-2/+8
2017-08-26i40e: synchronize nvmupdate command and adminq subtaskSudheer Mogilappagari1-0/+6
2017-08-26i40e: prevent changing ITR if adaptive-rx/tx enabledAlan Brady1-22/+43
2017-08-26i40e: use cpumask_copy instead of direct assignmentJacob Keller1-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: move check for avoiding VID=0 filters into i40e_vsi_add_vlanJacob Keller1-10/+13
2017-08-26i40e/i40evf: use cmpxchg64 when updating private flags in ethtoolJacob Keller1-18/+39