This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from a215ce8f0e00 Merge tag 'iommu-fix-v5.0-rc8' of git://git.kernel.org/pub [...] new 4b6d196c9cec crypto: arm64/chacha - fix chacha_4block_xor_neon() for bi [...] new f86d17e9efe0 crypto: arm64/chacha - fix hchacha_block_neon() for big endian new fa3294c58c58 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...] new 8f67c90ee914 net/sched: act_ipt: fix refcount leak when replace fails new 6191da98062d net/sched: act_skbedit: fix refcount leak when replace fails new cffde20164d2 net: dsa: lantiq: Add GPHY firmware files new 71828b224069 tun: fix blocking read new 9919a363a5cb net: dsa: fix a leaked reference by adding missing of_node_put new a3df633a3c92 net: sched: act_tunnel_key: fix NULL pointer dereference d [...] new ff7b11aa481f net: socket: set sock->sk to NULL after calling proto_ops: [...] new ecef67cb10db tun: remove unnecessary memory barrier new 9ef6b42ad6fd net: Add __icmp_send helper. new 3da1ed7ac398 net: avoid use IPCB in cipso_v4_error new b6e9e5df4ecf ipv4: Return error for RTA_VIA attribute new e3818541b49f ipv6: Return error for RTA_VIA attribute new be48220edd48 mpls: Return error for RTA_GATEWAY attribute new d8e96745a97f Merge branch 'net-fail-route' new bf48648d650d hv_netvsc: Fix IP header checksum for coalesced packets new bfd07f3dd4f1 tipc: fix race condition causing hung sendto new 2b3c68853860 bnxt_en: Drop oversize TX packets to prevent errors. new f4d7b3e23d25 net: dev: Use unsigned integer as an argument to left-shift new 287beb284f14 enc28j60: Correct description of debug module parameter new 232ba3a51cc2 net: phy: Micrel KSZ8061: link failure after cable connect new 58bdd544e293 net: nfc: Fix NULL dereference on nfc_llcp_build_tlv fails new 72a7d452b0f0 net: phy: dp83867: add soft reset delay new 651eb32e569e selftests: pmtu: disable DAD in all namespaces new b3cc4f8a8a41 selftests: pmtu: add explicit tests for PMTU exceptions cleanup new e27775a4bec5 Merge branch 'pmtu-selftest-fixes' new a1fd1ad2552f ipv4: Pass original device to ip_rcv_finish_core new 5578de4834fe netlabel: fix out-of-bounds memory accesses new 5845f706388a net: netem: fix skb length BUG_ON in __skb_to_sgvec new ac5105052dc8 sctp: chunk.c: correct format string for size_t in printk new 99e87f56b48f xen-netback: fix occasional leak of grant ref mappings und [...] new a2288d4e3559 xen-netback: don't populate the hash cache on XenBus disconnect new 6e46e2d821bb net: dsa: mv88e6xxx: Fix u64 statistics new d235c48b40d3 net: dsa: mv88e6xxx: power serdes on/off for 10G interface [...] new ada641ff6ed3 selftests: fixes for UDP GRO new 15f3ddf53d4d net: aquantia: regression on cpus with high cores: set mod [...] new d25ed413d5e5 net: phy: phylink: fix uninitialized variable in phylink_g [...] new 90490ef72699 lan743x: Fix TX Stall Issue new 5e1a99eae849 ipv4: Add ICMPv6 support when parse route ipproto new ed8fe20205ac net: dsa: mv88e6xxx: prevent interrupt storm caused by mv8 [...] new 781e62823cb8 bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map [...] new 352d20d61141 bpf: drop refcount if bpf_map_new_fd() fails in map_create() new d1a2930d8a99 MIPS: eBPF: Fix icache flush end address new 3612af783cf5 bpf: fix sanitation rewrite in case of non-pointers new f08d6114b7a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf new cf1c9ccba730 geneve: correctly handle ipv6.disable module parameter new a6da21bb0eae net: dsa: mv88e6xxx: Fix statistics on mv88e6161 new 07f12b26e21a net: sit: fix memory leak in sit_init_net() new c93d9218ea56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
The 51 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/arm64/crypto/chacha-neon-core.S | 20 ++++- arch/mips/net/ebpf_jit.c | 2 +- drivers/net/dsa/lantiq_gswip.c | 6 ++ drivers/net/dsa/mv88e6xxx/chip.c | 14 +++- drivers/net/dsa/mv88e6xxx/port.c | 8 +- drivers/net/dsa/mv88e6xxx/port.h | 1 + .../ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c | 3 + .../ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c | 9 ++ .../ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.h | 4 + .../aquantia/atlantic/hw_atl/hw_atl_llh_internal.h | 13 +++ drivers/net/ethernet/broadcom/bnxt/bnxt.c | 6 ++ drivers/net/ethernet/microchip/enc28j60.c | 2 +- drivers/net/ethernet/microchip/lan743x_main.c | 16 +++- drivers/net/geneve.c | 11 ++- drivers/net/hyperv/netvsc_drv.c | 22 ++++- drivers/net/phy/dp83867.c | 3 + drivers/net/phy/micrel.c | 13 ++- drivers/net/phy/phylink.c | 4 + drivers/net/tun.c | 4 +- drivers/net/xen-netback/hash.c | 2 + drivers/net/xen-netback/interface.c | 7 ++ drivers/net/xen-netback/netback.c | 10 +-- include/linux/netdevice.h | 2 +- include/net/icmp.h | 9 +- include/net/ip.h | 4 +- kernel/bpf/syscall.c | 6 +- kernel/bpf/verifier.c | 3 +- net/dsa/dsa2.c | 16 ++-- net/dsa/port.c | 1 + net/ipv4/cipso_ipv4.c | 20 ++++- net/ipv4/fib_frontend.c | 4 + net/ipv4/icmp.c | 7 +- net/ipv4/ip_input.c | 9 +- net/ipv4/ip_options.c | 22 +++-- net/ipv4/netlink.c | 17 +++- net/ipv4/route.c | 2 +- net/ipv6/route.c | 7 +- net/ipv6/sit.c | 1 + net/mpls/af_mpls.c | 3 + net/netlabel/netlabel_kapi.c | 3 +- net/nfc/llcp_commands.c | 20 +++++ net/nfc/llcp_core.c | 24 +++++- net/sched/act_ipt.c | 3 +- net/sched/act_skbedit.c | 3 +- net/sched/act_tunnel_key.c | 3 +- net/sched/sch_netem.c | 10 ++- net/sctp/chunk.c | 2 +- net/socket.c | 1 + net/tipc/socket.c | 6 +- tools/testing/selftests/net/pmtu.sh | 96 ++++++++++++++++++---- tools/testing/selftests/net/udpgro.sh | 8 +- tools/testing/selftests/net/udpgso_bench_rx.c | 42 +++++++--- 52 files changed, 426 insertions(+), 108 deletions(-)