summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-26i40e: Detect ATR HW Evict NVM issue and disable the featureAnjali Singhai Jain1-0/+8
2017-08-26i40e: remove workaround for Open Firmware MAC addressJacob Keller2-61/+0
2017-08-26i40e: separate hw_features from runtime changing flagsJacob Keller6-81/+84
2017-08-26i40e: Fix a bug with VMDq RSS queue allocationAnjali Singhai Jain1-23/+23
2017-08-26i40e/i40evf: adjust packet size to account for double VLANsMitch Williams2-2/+2
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-3/+5
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko1-1/+1
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-1/+0
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko1-3/+3
2017-08-02i40e: Initialize 64-bit statistics TX ring seqcountFlorian Fainelli1-0/+2
2017-07-26i40e: handle setting administratively set MAC address back to zeroStefan Assmann1-2/+10
2017-07-26i40e: report BPF prog id during XDP_QUERY_PROGDaniel Borkmann1-0/+1
2017-07-26i40e: display correct UDP tunnel type nameJacob Keller1-8/+20
2017-07-26i40e/i40evf: remove mismatched type warningsJesse Brandeburg3-7/+7
2017-07-26i40e/i40evf: make IPv6 ATR code clearerJesse Brandeburg1-3/+9
2017-07-26i40e: fix odd formatting and indentJesse Brandeburg1-10/+8
2017-07-26i40e: fix up 32 bit timespec referencesJesse Brandeburg1-3/+2
2017-07-26i40e: Handle admin Q timeout when releasing NVMPaul M Stillwell Jr1-2/+19
2017-07-26i40e: remove WQ_UNBOUND and the task limit of our workqueueJacob Keller1-5/+7
2017-07-26i40e: Fix for trace found with S4 stateCarolyn Wyborny1-1/+13
2017-07-26i40e: fix incorrect variable assignmentGustavo A R Silva1-1/+1
2017-06-21i40e: don't hold RTNL lock for the entire resetJacob Keller1-20/+7
2017-06-21i40e: Handle PE_CRITERR properly with IWARP enabledCatherine Sullivan1-2/+2
2017-06-21i40e: clear only cause_ena bitShannon Nelson1-2/+12
2017-06-21i40e: fix disabling overflow promiscuous modeAlan Brady1-3/+2
2017-06-21i40e: Add support for OEM firmware versionFilip Sadowski2-14/+81