summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-24strparser: initialize all callbacksEric Biggers
2017-08-24hv_netvsc: Fix rndis_filter_close error during netvsc_removeHaiyang Zhang
2017-08-24Merge tag 'mlx5-updates-2017-08-24' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2017-08-24hinic: uninitialized variable in hinic_api_cmd_init()Dan Carpenter
2017-08-24net: mv643xx_eth: Be drop monitor friendlyFlorian Fainelli
2017-08-24tg3: Be drop monitor friendlyFlorian Fainelli
2017-08-24Merge branch 'ipv6-Route-ICMPv6-errors-with-the-flow-when-ECMP-in-use'David S. Miller
2017-08-24ipv6: Use multipath hash from flow info if availableJakub Sitnicki
2017-08-24ipv6: Fold rt6_info_hash_nhsfn() into its only callerJakub Sitnicki
2017-08-24ipv6: Compute multipath hash for ICMP errors from offending packetJakub Sitnicki
2017-08-24net: Extend struct flowi6 with multipath hashJakub Sitnicki
2017-08-24devlink: Fix devlink_dpipe_table_register() stub signature.David S. Miller
2017-08-24ipv6: Add sysctl for per namespace flow label reflectionJakub Sitnicki
2017-08-24net/mlx5e: make mlx5e_profile constBhumika Goyal
2017-08-24net/mlx4_core: make mlx4_profile constBhumika Goyal
2017-08-24Merge branch 'xdp-more-work-on-xdp-tracepoints'David S. Miller
2017-08-24xdp: get tracepoints xdp_exception and xdp_redirect in syncJesper Dangaard Brouer
2017-08-24xdp: remove net_device names from xdp_redirect tracepointJesper Dangaard Brouer
2017-08-24ixgbe: use return codes from ndo_xdp_xmit that are distinguishableJesper Dangaard Brouer
2017-08-24xdp: make generic xdp redirect use tracepoint trace_xdp_redirectJesper Dangaard Brouer
2017-08-24xdp: remove bpf_warn_invalid_xdp_redirectJesper Dangaard Brouer
2017-08-24Merge branch 'mlxsw-ipv4-host-dpipe-table'David S. Miller
2017-08-24mlxsw: spectrum_dpipe: Add support for controlling neighbor countersArkadi Sharshevsky
2017-08-24mlxsw: spectrum_dpipe: Add support for IPv4 host table dumpArkadi Sharshevsky
2017-08-24mlxsw: spectrum_router: Add support for setting counters on neighborsArkadi Sharshevsky
2017-08-24mlxsw: reg: Make flow counter set type enum to be sharedArkadi Sharshevsky
2017-08-24mlxsw: spectrum_dpipe: Add IPv4 host table initial supportArkadi Sharshevsky
2017-08-24mlxsw: spectrum_dpipe: Fix label nameArkadi Sharshevsky
2017-08-24mlxsw: spectrum_router: Add helpers for neighbor accessArkadi Sharshevsky
2017-08-24devlink: Move dpipe entry clear function into devlinkArkadi Sharshevsky
2017-08-24devlink: Add support for dynamic table sizeArkadi Sharshevsky
2017-08-24mlxsw: spectrum_dpipe: Fix erif table op name spaceArkadi Sharshevsky
2017-08-24devlink: Add IPv4 header for dpipeArkadi Sharshevsky
2017-08-24devlink: Add Ethernet header for dpipeArkadi Sharshevsky
2017-08-24net/mlx5: Add tracepointsMatan Barak
2017-08-24net/mlx5: Add hash table for flow groups in flow tableMatan Barak
2017-08-24net/mlx5: Add hash table to search FTEs in a flow-groupMatan Barak
2017-08-24net/mlx5: Don't store reserved part in FTEs and FGsMatan Barak
2017-08-24net/mlx5: Convert linear search for free index to idaMatan Barak
2017-08-24net/mlx5e: Fix wrong code indentation in conditional statementGal Pressman
2017-08-24net/mlx5: Remove a leftover unused variableGal Pressman
2017-08-24net/mlx5: Add a blank line after declarations V2Saeed Mahameed
2017-08-23bpf: netdev is never null in __dev_map_flushDaniel Borkmann
2017-08-23bpf, doc: Add arm32 as arch supporting eBPF JITShubham Bansal
2017-08-23Merge branch 'bpf-verifier-fixes'David S. Miller
2017-08-23bpf/verifier: document liveness analysisEdward Cree
2017-08-23bpf/verifier: remove varlen_map_value_access flagEdward Cree
2017-08-23selftests/bpf: add a test for a pruning bug in the verifierAlexei Starovoitov
2017-08-23bpf/verifier: when pruning a branch, ignore its write marksEdward Cree
2017-08-23selftests/bpf: add a test for a bug in liveness-based pruningEdward Cree