Linux/linux 40e196aDocumentation/networking msg_zerocopy.rst, arch/mips/net ebpf_jit.c

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

Pull networking fixes from David Miller:

 1) Fix suspend and resume in mt76x0u USB driver, from Stanislaw
    Gruszka.

 2) Missing memory barriers in xsk, from Magnus Karlsson.

 3) rhashtable fixes in mac80211 from Herbert Xu.

 4) 32-bit MIPS eBPF JIT fixes from Paul Burton.

 5) Fix for_each_netdev_feature() on big endian, from Hauke Mehrtens.

 6) GSO validation fixes from Willem de Bruijn.

 7) Endianness fix for dwmac4 timestamp handling, from Alexandre Torgue.

 8) More strict checks in tcp_v4_err(), from Eric Dumazet.

 9) af_alg_release should NULL out the sk after the sock_put(), from Mao
    Wenan.

10) Missing unlock in mac80211 mesh error path, from Wei Yongjun.

11) Missing device put in hns driver, from Salil Mehta.

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (44 commits)
  sky2: Increase D3 delay again
  vhost: correctly check the return value of translate_desc() in log_used()
  net: netcp: Fix ethss driver probe issue
  net: hns: Fixes the missing put_device in positive leg for roce reset
  net: stmmac: Fix a race in EEE enable callback
  qed: Fix iWARP syn packet mac address validation.
  qed: Fix iWARP buffer size provided for syn packet processing.
  r8152: Add support for MAC address pass through on RTL8153-BD
  mac80211: mesh: fix missing unlock on error in table_path_del()
  net/mlx4_en: fix spelling mistake: "quiting" -> "quitting"
  net: crypto set sk to NULL when af_alg_release.
  net: Do not allocate page fragments that are not skb aligned
  mm: Use fixed constant in page_frag_alloc instead of size + 1
  tcp: tcp_v4_err() should be more careful
  tcp: clear icsk_backoff in tcp_write_queue_purge()
  net: mv643xx_eth: disable clk on error path in mv643xx_eth_shared_probe()
  qmi_wwan: apply SET_DTR quirk to Sierra WP7607
  net: stmmac: handle endianness in dwmac4_get_timestamp
  doc: Mention MSG_ZEROCOPY implementation for UDP
  mlxsw: __mlxsw_sp_port_headroom_set(): Fix a use of local variable
  ...
DeltaFile
+47-110net/mac80211/mesh_pathtbl.c
+71-19drivers/net/dsa/b53/b53_common.c
+30-18drivers/net/wireless/mediatek/mt76/mt76x0/usb.c
+20-14net/ipv6/ip6_gre.c
+12-12arch/mips/net/ebpf_jit.c
+22-2include/linux/netdev_features.h
+12-10drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c
+15-6drivers/net/ethernet/qlogic/qed/qed_iwarp.c
+7-5drivers/net/ethernet/mellanox/mlxsw/spectrum.c
+4-8net/core/filter.c
+7-4kernel/bpf/verifier.c
+6-5net/xdp/xdp_umem.c
+6-4drivers/net/dsa/bcm_sf2.c
+9-0include/linux/virtio_net.h
+6-3drivers/net/ethernet/stmicro/stmmac/dwmac4_descs.c
+4-4mm/page_alloc.c
+7-1kernel/bpf/stackmap.c
+7-1include/linux/skbuff.h
+6-1drivers/net/ethernet/marvell/mv643xx_eth.c
+5-1net/mac80211/cfg.c
+6-0net/mac80211/mesh.h
+3-2drivers/net/usb/r8152.c
+4-1drivers/net/phy/xilinx_gmii2rgmii.c
+4-1net/ipv4/tcp_ipv4.c
+4-0net/xdp/xsk.c
+3-1crypto/af_alg.c
+4-0drivers/net/ethernet/broadcom/bcmsysport.c
+2-2drivers/net/usb/qmi_wwan.c
+2-2net/core/dev.c
+4-0net/core/skbuff.c
+3-0drivers/net/dsa/b53/b53_priv.h
+3-0drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c
+2-1net/netfilter/ipvs/ip_vs_ctl.c
+3-0net/netfilter/nf_tables_api.c
+1-1drivers/net/ethernet/marvell/sky2.c
+1-1drivers/vhost/vhost.c
+1-1net/ipv4/tcp.c
+1-1drivers/net/ethernet/ti/netcp_core.c
+1-1drivers/net/ethernet/mellanox/mlx4/en_netdev.c
+1-1Documentation/networking/msg_zerocopy.rst
+0-1drivers/net/ethernet/qlogic/qed/qed_iwarp.h
+356-24541 files

UnifiedSplitRaw