summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
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-284-0/+137
* i40e: force VMDQ device name truncationJacob Keller2017-08-281-2/+7
* i40evf: fix possible snprintf truncation of q_vector->nameJacob Keller2017-08-282-13/+10Star
* 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-282-4/+4
* i40e: Store the requested FEC informationMariusz Stachura2017-08-283-0/+6
* i40e: Update state variable for adminq subtaskSudheer Mogilappagari2017-08-281-2/+8
* net: mvpp2: fix the packet size configuration for 10GAntoine Ténart2017-08-261-2/+2
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-08-2613-249/+289
|\
| * 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-252-2/+2
| * i40evf: use netdev variable in reset taskAlan Brady2017-08-251-2/+2
| * i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_re...Stefan Assmann2017-08-254-23/+23
| * 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-252-28/+70
| * 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-259-88/+85Star
| * i40e: Fix a bug with VMDq RSS queue allocationAnjali Singhai Jain2017-08-251-23/+23
| * i40evf: prevent VF close returning before state transitions to DOWNSudheer Mogilappagari2017-08-253-1/+24
| * i40e/i40evf: adjust packet size to account for double VLANsMitch Williams2017-08-254-3/+4
* | nfp: add basic SR-IOV ndo functions to representorsSimon Horman2017-08-261-0/+6
* | nfp: add basic SR-IOV ndo functionsPablo Cascón2017-08-268-1/+372
* | hinic: skb_pad() frees on errorDan Carpenter2017-08-261-1/+2
|/
* Merge tag 'mlx5-updates-2017-08-24' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-08-259-153/+899
|\
| * net/mlx5: Add tracepointsMatan Barak2017-08-245-2/+558
| * net/mlx5: Add hash table for flow groups in flow tableMatan Barak2017-08-242-37/+152
| * net/mlx5: Add hash table to search FTEs in a flow-groupMatan Barak2017-08-242-71/+160
| * net/mlx5: Don't store reserved part in FTEs and FGsMatan Barak2017-08-243-11/+15
| * net/mlx5: Convert linear search for free index to idaMatan Barak2017-08-242-38/+20Star
| * net/mlx5e: Fix wrong code indentation in conditional statementGal Pressman2017-08-241-2/+2
| * net/mlx5: Add a blank line after declarations V2Saeed Mahameed2017-08-241-1/+1
* | hinic: uninitialized variable in hinic_api_cmd_init()Dan Carpenter2017-08-251-0/+1
* | net: mv643xx_eth: Be drop monitor friendlyFlorian Fainelli2017-08-251-2/+2
* | tg3: Be drop monitor friendlyFlorian Fainelli2017-08-251-4/+4
* | net/mlx5e: make mlx5e_profile constBhumika Goyal2017-08-241-1/+1
* | net/mlx4_core: make mlx4_profile constBhumika Goyal2017-08-241-2/+2
* | ixgbe: use return codes from ndo_xdp_xmit that are distinguishableJesper Dangaard Brouer2017-08-241-2/+2
* | mlxsw: spectrum_dpipe: Add support for controlling neighbor countersArkadi Sharshevsky2017-08-243-0/+49
* | mlxsw: spectrum_dpipe: Add support for IPv4 host table dumpArkadi Sharshevsky2017-08-241-0/+247
* | mlxsw: spectrum_router: Add support for setting counters on neighborsArkadi Sharshevsky2017-08-244-2/+71
* | mlxsw: reg: Make flow counter set type enum to be sharedArkadi Sharshevsky2017-08-242-12/+12
* | mlxsw: spectrum_dpipe: Add IPv4 host table initial supportArkadi Sharshevsky2017-08-242-0/+103
* | mlxsw: spectrum_dpipe: Fix label nameArkadi Sharshevsky2017-08-241-2/+2
* | mlxsw: spectrum_router: Add helpers for neighbor accessArkadi Sharshevsky2017-08-242-0/+49
* | devlink: Move dpipe entry clear function into devlinkArkadi Sharshevsky2017-08-241-22/+2Star
* | devlink: Add support for dynamic table sizeArkadi Sharshevsky2017-08-241-4/+9