aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-27nfp: bpf: allow source ptr type be map ptr in memcpy optimizationJiong Wang1-2/+3
2018-06-27Merge branch 'Multipath-tests-for-tunnel-devices'David S. Miller4-48/+427
2018-06-27selftests: forwarding: README: Require diagramsPetr Machata1-0/+2
2018-06-27selftests: forwarding: Test multipath tunnelingPetr Machata1-0/+354
2018-06-27selftests: forwarding: lib: Extract interface-init functionsPetr Machata1-7/+25
2018-06-27selftests: forwarding: tc_rule_stats_get: Parameterize directionPetr Machata1-2/+3
2018-06-27selftests: forwarding: multipath_eval(): Improve stylePetr Machata1-35/+39
2018-06-27selftests: forwarding: Move multipath_eval() to lib.shPetr Machata2-39/+39
2018-06-27net/tls: Remove VLA usage on nonceKees Cook1-2/+8
2018-06-26selftests: forwarding: mirror_gre_vlan_bridge_1q: Unset rp_filterPetr Machata1-0/+9
2018-06-26mdio-mux-gpio: Remove VLA usageKees Cook1-8/+14
2018-06-26Merge branch 'net-sched-support-replay-of-filter-offload-when-binding-to-block'David S. Miller23-46/+342
2018-06-26net: sched: call reoffload op on block callback regJohn Hurley3-12/+52
2018-06-26net: sched: cls_bpf: implement offload tcf_proto_opJohn Hurley1-0/+39
2018-06-26net: sched: cls_u32: implement offload tcf_proto_opJohn Hurley1-0/+111
2018-06-26net: sched: cls_matchall: implement offload tcf_proto_opJohn Hurley1-0/+32
2018-06-26net: sched: cls_flower: implement offload tcf_proto_opJohn Hurley2-0/+59
2018-06-26net: sched: add tcf_proto_op to offload a ruleJohn Hurley2-3/+6
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley17-31/+43
2018-06-26Merge branch 'sh_eth-RPADIR-related-clean-ups'David S. Miller2-10/+2
2018-06-26sh_eth: remove sh_eth_cpu_data::rpadir_valueSergei Shtylyov2-8/+1
2018-06-26sh_eth: fix *enum* RPADIR_BITSergei Shtylyov1-2/+1
2018-06-26r8169: reject unsupported WoL optionsHeiner Kallweit1-1/+4
2018-06-26selftests: net: Test headroom handling of ip6_gre devicesPetr Machata1-0/+65
2018-06-26Merge branch 'l2tp-trivial-cleanups'David S. Miller4-32/+5
2018-06-26l2tp: make l2tp_xmit_core() return voidGuillaume Nault1-4/+2
2018-06-26l2tp: avoid duplicate l2tp_pernet() callsGuillaume Nault1-2/+1
2018-06-26l2tp: don't export l2tp_tunnel_closeall()Guillaume Nault2-3/+1
2018-06-26l2tp: don't export l2tp_session_queue_purge()Guillaume Nault2-3/+1
2018-06-26l2tp: remove l2tp_tunnel_priv()Guillaume Nault1-7/+0
2018-06-26l2tp: remove .show from struct l2tp_tunnelGuillaume Nault2-6/+0
2018-06-26l2tp: remove pppol2tp_session_close()Guillaume Nault1-7/+0
2018-06-26Merge branch 'DPAA-PTP-clock-and-timestamping'David S. Miller26-115/+361
2018-06-26dpaa_eth: add the get_ts_info interface for ethtoolYangbo Lu1-0/+39
2018-06-26dpaa_eth: add support for hardware timestampingYangbo Lu2-5/+86
2018-06-26fsl/fman: define frame description command UPDYangbo Lu1-0/+1
2018-06-26fsl/fman_port: support getting timestampYangbo Lu2-0/+14
2018-06-26fsl/fman: add set_tstamp interfaceYangbo Lu8-0/+60
2018-06-26arm64: dts: fsl: move ptp timer out of fmanYangbo Lu1-6/+8
2018-06-26powerpc/mpc85xx: move ptp timer out of fman in dtsYangbo Lu5-30/+40
2018-06-26dt-binding: ptp_qoriq: add DPAA FMan supportYangbo Lu2-27/+13
2018-06-26ptp: support DPAA FMan 1588 timer in ptp_qoriqYangbo Lu3-46/+98
2018-06-26fsl/fman: share the event interruptYangbo Lu1-1/+2
2018-06-26Merge branch 'mlxsw-Support-bridge-router-interfaces-with-non-default-VLAN'David S. Miller5-14/+323
2018-06-26selftests: forwarding: Test routed bridge interfacePetr Machata2-0/+245
2018-06-26mlxsw: spectrum_switchdev: Ban PVID change if bridge has a RIFPetr Machata1-2/+45
2018-06-26mlxsw: spectrum_router: Add mlxsw_sp_rif_fid()Petr Machata2-0/+6
2018-06-26mlxsw: spectrum_router: Publish mlxsw_sp_rif_find_by_dev()Petr Machata2-5/+3
2018-06-26mlxsw: spectrum_router: Allocate FID according to PVIDPetr Machata1-1/+14
2018-06-26mlxsw: spectrum_router: Propagate extack to .fid_get()Petr Machata1-6/+10