Linux/linux c3bfc5ddrivers/net/ethernet/cadence macb_main.c, drivers/net/ethernet/emulex/benet Kconfig

Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net

Pull networking fixes from David Miller:

 1) Fix several scatter gather list issues in kTLS code, from Jakub
    Kicinski.

 2) macb driver device remove has to kill the hresp_err_tasklet. From
    Chuhong Yuan.

 3) Several memory leak and reference count bug fixes in tipc, from Tung
    Nguyen.

 4) Fix mlx5 build error w/o ipv6, from Yue Haibing.

 5) Fix jumbo frame and other regressions in r8169, from Heiner
    Kallweit.

 6) Undo some BUG_ON()'s and replace them with WARN_ON_ONCE and proper
    error propagation/handling. From Paolo Abeni.

* git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (24 commits)
  openvswitch: remove another BUG_ON()
  openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()
  net: phy: realtek: fix using paged operations with RTL8105e / RTL8208
  r8169: fix resume on cable plug-in
  r8169: fix jumbo configuration for RTL8168evl
  net: emulex: benet: indent a Kconfig depends continuation line
  selftests: forwarding: fix race between packet receive and tc check
  net: sched: fix `tc -s class show` no bstats on class with nolock subqueues
  net: ethernet: ti: ale: ensure vlan/mdb deleted when no members
  net/mlx5e: Fix build error without IPV6
  selftests: pmtu: use -oneline for ip route list cache
  tipc: fix duplicate SYN messages under link congestion
  tipc: fix wrong timeout input for tipc_wait_for_cond()
  tipc: fix wrong socket reference counter after tipc_sk_timeout() returns
  tipc: fix potential memory leak in __tipc_sendmsg()
  net: macb: add missed tasklet_kill
  selftests: bpf: correct perror strings
  selftests: bpf: test_sockmap: handle file creation failures gracefully
  net/tls: use sg_next() to walk sg entries
  net/tls: remove the dead inplace_crypto code
  ...
DeltaFile
+38-36drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c
+60-0tools/testing/selftests/net/tls.c
+28-19tools/testing/selftests/bpf/test_sockmap.c
+31-8tools/testing/selftests/net/forwarding/tc_common.sh
+19-13net/tls/tls_sw.c
+14-14include/linux/skmsg.h
+15-9net/tipc/socket.c
+2-11net/tls/tls_main.c
+9-3drivers/net/ethernet/ti/cpsw_ale.c
+9-2net/openvswitch/datapath.c
+9-0drivers/net/phy/realtek.c
+4-4net/core/filter.c
+2-3tools/testing/selftests/net/pmtu.sh
+2-2net/sched/sch_mqprio.c
+2-1net/sched/sch_mq.c
+2-1drivers/net/ethernet/realtek/r8169_main.c
+1-2include/net/tls.h
+1-1tools/testing/selftests/bpf/xdping.c
+1-1net/sched/sch_multiq.c
+1-1drivers/net/ethernet/emulex/benet/Kconfig
+1-1net/sched/sch_prio.c
+1-1net/ipv4/tcp_bpf.c
+1-1net/core/skmsg.c
+1-0drivers/net/ethernet/cadence/macb_main.c
+254-13424 files

UnifiedSplitRaw