Linux/linux cd8deadDocumentation/devicetree/bindings/net ethernet.txt macb.txt, Documentation/networking decnet.txt ip-sysctl.txt

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

Pull networking fixes from David Miller:
 "Just the usual assortment of small'ish fixes:

   1) Conntrack timeout is sometimes not initialized properly, from
      Alexander Potapenko.

   2) Add a reasonable range limit to tcp_min_rtt_wlen to avoid
      undefined behavior. From ZhangXiaoxu.

   3) des1 field of descriptor in stmmac driver is initialized with the
      wrong variable. From Yue Haibing.

   4) Increase mlxsw pci sw reset timeout a little bit more, from Ido
      Schimmel.

   5) Match IOT2000 stmmac devices more accurately, from Su Bao Cheng.

   6) Fallback refcount fix in TLS code, from Jakub Kicinski.

   7) Fix max MTU check when using XDP in mlx5, from Maxim Mikityanskiy.

   8) Fix recursive locking in team driver, from Hangbin Liu.

   9) Fix tls_set_device_offload_Rx() deadlock, from Jakub Kicinski.

  10) Don't use napi_alloc_frag() outside of softiq context of socionext
      driver, from Ilias Apalodimas.

  11) MAC address increment overflow in ncsi, from Tao Ren.

  12) Fix a regression in 8K/1M pool switching of RDS, from Zhu Yanjun.

  13) ipv4_link_failure has to validate the headers that are actually
      there because RAW sockets can pass in arbitrary garbage, from Eric
      Dumazet"

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (43 commits)
  ipv4: add sanity checks in ipv4_link_failure()
  net/rose: fix unbound loop in rose_loopback_timer()
  rxrpc: fix race condition in rxrpc_input_packet()
  net: rds: exchange of 8K and 1M pool
  net: vrf: Fix operation not supported when set vrf mac
  net/ncsi: handle overflow when incrementing mac address
  net: socionext: replace napi_alloc_frag with the netdev variant on init
  net: atheros: fix spelling mistake "underun" -> "underrun"
  spi: ST ST95HF NFC: declare missing of table
  spi: Micrel eth switch: declare missing of table
  net: stmmac: move stmmac_check_ether_addr() to driver probe
  netfilter: fix nf_l4proto_log_invalid to log invalid packets
  netfilter: never get/set skb->tstamp
  netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ON
  Documentation: decnet: remove reference to CONFIG_DECNET_ROUTE_FWMARK
  dt-bindings: add an explanation for internal phy-mode
  net/tls: don't leak IV and record seq when offload fails
  net/tls: avoid potential deadlock in tls_set_device_offload_rx()
  selftests/net: correct the return value for run_afpackettests
  team: fix possible recursive locking when add slaves
  ...
DeltaFile
+283-0tools/testing/selftests/netfilter/conntrack_icmp_related.sh
+74-23net/netfilter/nf_conntrack_proto_icmp.c
+6-46net/netfilter/nf_conntrack_proto_icmpv6.c
+38-5net/netfilter/nf_conntrack_core.c
+27-9tools/testing/selftests/netfilter/nft_nat.sh
+24-10net/ipv4/route.c
+29-5net/netfilter/nf_conntrack_netlink.c
+16-11net/rose/rose_loopback.c
+22-2drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c
+14-9net/netfilter/xt_time.c
+10-3net/tls/tls_device_fallback.c
+12-0include/linux/etherdevice.h
+8-4net/rxrpc/input.c
+7-4drivers/net/ethernet/socionext/netsec.c
+11-0net/rds/ib_fmr.c
+8-3net/netfilter/nf_nat_core.c
+9-0drivers/net/phy/spi_ks8995.c
+6-2drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
+7-0drivers/net/team/team.c
+7-0drivers/nfc/st95hf/core.c
+5-1net/ncsi/ncsi-rsp.c
+3-3drivers/net/ethernet/mellanox/mlxsw/spectrum.c
+6-0include/net/netfilter/nf_conntrack_l4proto.h
+1-4net/tls/tls_main.c
+3-2drivers/net/ethernet/mellanox/mlx5/core/en_main.c
+5-0tools/testing/selftests/net/run_afpackettests
+2-3Documentation/devicetree/bindings/net/ethernet.txt
+4-1net/ipv4/sysctl_net_ipv4.c
+2-2drivers/net/ethernet/atheros/atlx/atl1.c
+2-2drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
+4-0Documentation/devicetree/bindings/net/macb.txt
+2-2drivers/net/ethernet/netronome/nfp/abm/cls.c
+0-4drivers/net/ethernet/mellanox/mlx5/core/port.c
+2-2net/tls/tls_device.c
+1-2drivers/net/ethernet/mellanox/mlx5/core/en/xdp.h
+2-1net/bridge/netfilter/ebtables.c
+0-3net/rds/ib_rdma.c
+2-1net/rxrpc/local_object.c
+3-0net/tls/tls_sw.c
+1-1net/netfilter/nf_conntrack_proto.c
+2-0include/net/netfilter/nf_conntrack.h
+1-1drivers/net/ethernet/atheros/atlx/atl2.h
+1-1drivers/net/ethernet/atheros/atlx/atl2.c
+1-1net/netfilter/nf_tables_api.c
+1-1net/netfilter/nfnetlink_log.c
+1-1net/netfilter/nfnetlink_queue.c
+1-1drivers/net/ethernet/atheros/atlx/atl1.h
+1-1drivers/net/ethernet/mellanox/mlxsw/pci_hw.h
+1-1tools/testing/selftests/netfilter/Makefile
+1-1drivers/atm/firestream.c
+1-1net/netfilter/ipvs/ip_vs_core.c
+1-1net/ipv6/addrlabel.c
+1-1drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c
+2-0Documentation/devicetree/bindings/net/davinci_emac.txt
+0-2Documentation/networking/decnet.txt
+1-1drivers/net/ethernet/stmicro/stmmac/norm_desc.c
+2-0drivers/net/vrf.c
+1-1tools/testing/selftests/net/run_netsocktests
+1-0Documentation/networking/ip-sysctl.txt
+0-1drivers/of/of_net.c
+1-0drivers/s390/net/ctcm_main.c
+690-18761 files

UnifiedSplitRaw