summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
Commit message (Expand)AuthorAgeFilesLines
* i40e: Fix for unused value issue found by static analysisCarolyn Wyborny2017-08-281-1/+3
* i40e: 25G FEC status improvementsMariusz Stachura2017-08-281-2/+16
* i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura2017-08-281-0/+60
* i40e: force VMDQ device name truncationJacob Keller2017-08-281-2/+7
* i40e: Use correct flag to enable egress traffic for unicast promiscAkeem G Abodunrin2017-08-281-1/+1
* i40e: prevent snprintf format specifier truncationJacob Keller2017-08-281-2/+2
* i40e: Store the requested FEC informationMariusz Stachura2017-08-282-0/+5
* i40e: Update state variable for adminq subtaskSudheer Mogilappagari2017-08-281-2/+8
* i40e: synchronize nvmupdate command and adminq subtaskSudheer Mogilappagari2017-08-251-0/+6
* i40e: prevent changing ITR if adaptive-rx/tx enabledAlan Brady2017-08-251-22/+43
* i40e: use cpumask_copy instead of direct assignmentJacob Keller2017-08-251-1/+1
* i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_re...Stefan Assmann2017-08-251-11/+11
* i40e: move check for avoiding VID=0 filters into i40e_vsi_add_vlanJacob Keller2017-08-251-10/+13
* i40e/i40evf: use cmpxchg64 when updating private flags in ethtoolJacob Keller2017-08-251-18/+39
* i40e: Detect ATR HW Evict NVM issue and disable the featureAnjali Singhai Jain2017-08-251-0/+8
* i40e: remove workaround for Open Firmware MAC addressJacob Keller2017-08-252-61/+0Star
* i40e: separate hw_features from runtime changing flagsJacob Keller2017-08-256-81/+84
* i40e: Fix a bug with VMDq RSS queue allocationAnjali Singhai Jain2017-08-251-23/+23
* i40e/i40evf: adjust packet size to account for double VLANsMitch Williams2017-08-252-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-101-0/+2
|\
| * i40e: Initialize 64-bit statistics TX ring seqcountFlorian Fainelli2017-08-021-0/+2
* | net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-3/+5
* | net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko2017-08-071-1/+1
* | net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-1/+0Star
* | net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-3/+3
* | i40e: handle setting administratively set MAC address back to zeroStefan Assmann2017-07-261-2/+10
* | i40e: report BPF prog id during XDP_QUERY_PROGDaniel Borkmann2017-07-261-0/+1
* | i40e: display correct UDP tunnel type nameJacob Keller2017-07-261-8/+20
* | i40e/i40evf: remove mismatched type warningsJesse Brandeburg2017-07-263-7/+7
* | i40e/i40evf: make IPv6 ATR code clearerJesse Brandeburg2017-07-261-3/+9
* | i40e: fix odd formatting and indentJesse Brandeburg2017-07-261-10/+8Star
* | i40e: fix up 32 bit timespec referencesJesse Brandeburg2017-07-261-3/+2Star
* | i40e: Handle admin Q timeout when releasing NVMPaul M Stillwell Jr2017-07-261-2/+19
* | i40e: remove WQ_UNBOUND and the task limit of our workqueueJacob Keller2017-07-261-5/+7
* | i40e: Fix for trace found with S4 stateCarolyn Wyborny2017-07-261-1/+13
* | i40e: fix incorrect variable assignmentGustavo A R Silva2017-07-261-1/+1
|/
* i40e: don't hold RTNL lock for the entire resetJacob Keller2017-06-211-20/+7Star
* i40e: Handle PE_CRITERR properly with IWARP enabledCatherine Sullivan2017-06-211-2/+2
* i40e: clear only cause_ena bitShannon Nelson2017-06-211-2/+12
* i40e: fix disabling overflow promiscuous modeAlan Brady2017-06-211-3/+2Star
* i40e: Add support for OEM firmware versionFilip Sadowski2017-06-212-14/+81
* i40e: genericize the partition bandwidth controlShannon Nelson2017-06-212-28/+26Star
* i40e: Add message for unsupported MFP modeCarolyn Wyborny2017-06-211-0/+6
* i40e: Support firmware CEE DCB UP to TC map re-definitionGreg Bowers2017-06-211-4/+7
* i40e: Fix potential out of bound array accessSudheer Mogilappagari2017-06-211-1/+3
* i40e: comment that udp_port must be in host byte orderJacob Keller2017-06-211-1/+5
* i40e: use dev_dbg instead of dev_info when warning about missing routineJacob Keller2017-06-211-3/+3
* i40e/i40evf: update WOL and I40E_AQC_ADDR_VALID_MASK flagsAlice Michael2017-06-211-2/+2
* i40e: add support for XDP_TX actionBjörn Töpel2017-06-215-87/+384
* i40e: add XDP support for pass and drop actionsBjörn Töpel2017-06-214-31/+194