summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2017-10-02i40e: Stop dropping 802.1ad tags - eth proto 0x88a8Scott Peterson5-2/+40
2017-10-02i40e: fix client notify of VF resetAlan Brady1-2/+2
2017-10-02i40e: fix handling of vf_states variableAlan Brady2-2/+4
2017-10-02i40e: ensure reset occurs when disabling VFJacob Keller2-11/+35
2017-10-02i40e: make use of i40e_vc_disable_vfJacob Keller1-2/+1
2017-10-02i40e: drop i40e_pf *pf from i40e_vc_disable_vf()Jacob Keller1-4/+3
2017-10-02i40e: don't hold spinlock while resetting VFJacob Keller1-4/+32
2017-10-02i40e: use admin queue for setting LEDs behaviorMariusz Stachura2-24/+97
2017-10-02i40e: Add support for 'ethtool -m'Filip Sadowski5-0/+263
2017-10-02i40e: Fix reporting of supported link modesFilip Sadowski2-3/+28
2017-10-02i40e: Fix a potential NULL pointer dereferenceChristophe JAILLET1-0/+3
2017-10-02i40e: remove logically dead codeLihong Yang1-2/+0
2017-10-02i40e: limit lan queue count in large CPU count machineShannon Nelson1-4/+7
2017-09-29i40e: refactor FW version checkingMitch Williams3-4/+14
2017-09-29i40e: Enable VF to negotiate number of allocated queuesAlan Brady3-0/+77
2017-09-29i40e: shutdown all IRQs and disable MSI-X when suspendedJacob Keller1-1/+67
2017-09-29i40e: prevent service task from running while we're suspendedJacob Keller1-0/+8
2017-09-29i40e: don't clear suspended state until we finish resumingJacob Keller1-6/+13
2017-09-29i40e: use newer generic PM support instead of legacy PM callbacksJacob Keller1-37/+17
2017-09-29i40e: use separate state bit for miscellaneous IRQ setupJacob Keller2-25/+15
2017-09-29i40e: fix for flow director counters not wrapping as expectedMariusz Stachura1-12/+23
2017-09-29i40e: relax warning message in case of version mismatchMariusz Stachura1-2/+1
2017-09-29i40e: simplify member variable accessesSudheer Mogilappagari1-10/+11
2017-09-29i40e: Fix link down message when interface is brought upSudheer Mogilappagari1-2/+1
2017-09-29i40e: Fix unqualified module message while bringing link upSudheer Mogilappagari1-9/+0
2017-09-29i40e/i40evf: rename bytes_per_int to bytes_per_usecJacob Keller1-6/+6
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann1-0/+1
2017-09-05Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2-40/+61
2017-09-05i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aqJacob Keller1-0/+1
2017-09-05i40e: avoid NVM acquire deadlock during NVM updateAnjali Singhai Jain2-40/+60
2017-08-27i40e/i40evf: avoid dynamic ITR updates when polling or low packet rateJacob Keller2-5/+18
2017-08-27i40e/i40evf: remove ULTRA latency modeJacob Keller2-18/+0
2017-08-27i40e: invert logic for checking incorrect cpu vs irq affinityJacob Keller1-16/+15
2017-08-27i40e: initialize our affinity_mask based on cpu_possible_maskJacob Keller1-5/+7
2017-08-27i40e: move enabling icr0 into i40e_update_enable_itrJacob Keller1-2/+6
2017-08-27i40e: remove workaround for resetting XPSJacob Keller1-12/+5
2017-08-27i40e: Fix for unused value issue found by static analysisCarolyn Wyborny1-1/+3
2017-08-27i40e: 25G FEC status improvementsMariusz Stachura1-2/+16
2017-08-27i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura1-0/+60
2017-08-27i40e: force VMDQ device name truncationJacob Keller1-2/+7
2017-08-27i40e: Use correct flag to enable egress traffic for unicast promiscAkeem G Abodunrin1-1/+1
2017-08-27i40e: prevent snprintf format specifier truncationJacob Keller1-2/+2
2017-08-27i40e: Store the requested FEC informationMariusz Stachura2-0/+5
2017-08-27i40e: Update state variable for adminq subtaskSudheer Mogilappagari1-2/+8
2017-08-25i40e: synchronize nvmupdate command and adminq subtaskSudheer Mogilappagari1-0/+6
2017-08-25i40e: prevent changing ITR if adaptive-rx/tx enabledAlan Brady1-22/+43
2017-08-25i40e: use cpumask_copy instead of direct assignmentJacob Keller1-1/+1
2017-08-25i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_re...Stefan Assmann1-11/+11
2017-08-25i40e: move check for avoiding VID=0 filters into i40e_vsi_add_vlanJacob Keller1-10/+13
2017-08-25i40e/i40evf: use cmpxchg64 when updating private flags in ethtoolJacob Keller1-18/+39