summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2017-08-25i40e: move check for avoiding VID=0 filters into i40e_vsi_add_vlanJacob Keller-10/+13
2017-08-25i40e/i40evf: use cmpxchg64 when updating private flags in ethtoolJacob Keller-28/+70
2017-08-25i40e: Detect ATR HW Evict NVM issue and disable the featureAnjali Singhai Jain-0/+8
2017-08-25i40e: remove workaround for Open Firmware MAC addressJacob Keller-61/+0
2017-08-25i40e: separate hw_features from runtime changing flagsJacob Keller-88/+85
2017-08-25i40e: Fix a bug with VMDq RSS queue allocationAnjali Singhai Jain-23/+23
2017-08-25i40evf: prevent VF close returning before state transitions to DOWNSudheer Mogilappagari-1/+24
2017-08-25i40e/i40evf: adjust packet size to account for double VLANsMitch Williams-3/+4
2017-08-24strparser: initialize all callbacksEric Biggers-14/+13
2017-08-24hv_netvsc: Fix rndis_filter_close error during netvsc_removeHaiyang Zhang-1/+6
2017-08-24Merge tag 'mlx5-updates-2017-08-24' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller-156/+900
2017-08-24hinic: uninitialized variable in hinic_api_cmd_init()Dan Carpenter-0/+1
2017-08-24net: mv643xx_eth: Be drop monitor friendlyFlorian Fainelli-2/+2
2017-08-24tg3: Be drop monitor friendlyFlorian Fainelli-4/+4
2017-08-24Merge branch 'ipv6-Route-ICMPv6-errors-with-the-flow-when-ECMP-in-use'David S. Miller-11/+60
2017-08-24ipv6: Use multipath hash from flow info if availableJakub Sitnicki-1/+7
2017-08-24ipv6: Fold rt6_info_hash_nhsfn() into its only callerJakub Sitnicki-11/+1
2017-08-24ipv6: Compute multipath hash for ICMP errors from offending packetJakub Sitnicki-0/+52
2017-08-24net: Extend struct flowi6 with multipath hashJakub Sitnicki-0/+1
2017-08-24devlink: Fix devlink_dpipe_table_register() stub signature.David S. Miller-2/+1
2017-08-24ipv6: Add sysctl for per namespace flow label reflectionJakub Sitnicki-0/+19
2017-08-24net/mlx5e: make mlx5e_profile constBhumika Goyal-1/+1
2017-08-24net/mlx4_core: make mlx4_profile constBhumika Goyal-2/+2
2017-08-24Merge branch 'xdp-more-work-on-xdp-tracepoints'David S. Miller-45/+49
2017-08-24xdp: get tracepoints xdp_exception and xdp_redirect in syncJesper Dangaard Brouer-6/+6
2017-08-24xdp: remove net_device names from xdp_redirect tracepointJesper Dangaard Brouer-15/+15
2017-08-24ixgbe: use return codes from ndo_xdp_xmit that are distinguishableJesper Dangaard Brouer-2/+2
2017-08-24xdp: make generic xdp redirect use tracepoint trace_xdp_redirectJesper Dangaard Brouer-15/+27
2017-08-24xdp: remove bpf_warn_invalid_xdp_redirectJesper Dangaard Brouer-8/+0
2017-08-24Merge branch 'mlxsw-ipv4-host-dpipe-table'David S. Miller-56/+636
2017-08-24mlxsw: spectrum_dpipe: Add support for controlling neighbor countersArkadi Sharshevsky-0/+49
2017-08-24mlxsw: spectrum_dpipe: Add support for IPv4 host table dumpArkadi Sharshevsky-0/+247
2017-08-24mlxsw: spectrum_router: Add support for setting counters on neighborsArkadi Sharshevsky-2/+71
2017-08-24mlxsw: reg: Make flow counter set type enum to be sharedArkadi Sharshevsky-12/+12
2017-08-24mlxsw: spectrum_dpipe: Add IPv4 host table initial supportArkadi Sharshevsky-0/+103
2017-08-24mlxsw: spectrum_dpipe: Fix label nameArkadi Sharshevsky-2/+2
2017-08-24mlxsw: spectrum_router: Add helpers for neighbor accessArkadi Sharshevsky-0/+49
2017-08-24devlink: Move dpipe entry clear function into devlinkArkadi Sharshevsky-22/+30
2017-08-24devlink: Add support for dynamic table sizeArkadi Sharshevsky-13/+19
2017-08-24mlxsw: spectrum_dpipe: Fix erif table op name spaceArkadi Sharshevsky-5/+5
2017-08-24devlink: Add IPv4 header for dpipeArkadi Sharshevsky-0/+23
2017-08-24devlink: Add Ethernet header for dpipeArkadi Sharshevsky-0/+26
2017-08-24net/mlx5: Add tracepointsMatan Barak-2/+558
2017-08-24net/mlx5: Add hash table for flow groups in flow tableMatan Barak-37/+152
2017-08-24net/mlx5: Add hash table to search FTEs in a flow-groupMatan Barak-71/+160
2017-08-24net/mlx5: Don't store reserved part in FTEs and FGsMatan Barak-12/+16
2017-08-24net/mlx5: Convert linear search for free index to idaMatan Barak-38/+20
2017-08-24net/mlx5e: Fix wrong code indentation in conditional statementGal Pressman-2/+2
2017-08-24net/mlx5: Remove a leftover unused variableGal Pressman-2/+0
2017-08-24net/mlx5: Add a blank line after declarations V2Saeed Mahameed-1/+1