This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 0778a9f2dd92 Merge branch 'for-4.19-fixes' of git://git.kernel.org/pub/ [...] new 7e823644b605 udp: Unbreak modules that rely on external __skb_recv_udp( [...] new 6d4c407744dd net: sched: cls_u32: fix hnode refcounting new a21048c8ec7c net/smc: use __aligned_u64 for 64-bit smc_diag fields new d4f0006a08f5 net/smc: retain old name for diag_mode field new e2a322a0c8ce Merge branch 'net-smc-userspace-breakage-fixes' new d79c3888bde6 net: ena: fix warning in rmmod caused by double iounmap new d7703ddbd7c9 net: ena: fix rare bug when failed restart/resume is follo [...] new 78a55d05def9 net: ena: fix NULL dereference due to untimely napi initia [...] new 248ab77342d0 net: ena: fix auto casting to boolean new 4cf34c0cf60e Merge branch 'ena-fixes' new f355cfcdb251 devlink: Fix param set handling for string type new 1276534c988b devlink: Fix param cmode driverinit for string type new bde74ad10eb5 devlink: Add helper function for safely copy string param new 8b79f410438f Merge branch 'devlink-param-type-string-fixes' new 52b5d6f5dcf0 net: make skb_partial_csum_set() more robust against overflows new 9a4890bd6d63 rds: RDS (tcp) hangs on sendto() to unresponding address new 5e33a23ba4b5 rxrpc: Fix some missed refs to init_net new 2cfa2271604b rxrpc: Fix the data_ready handler new 5271953cad31 rxrpc: Use the UDP encap_rcv hook new bfd2821117a7 rxrpc: Don't need to take the RCU read lock in the packet [...] new c479d5f2c2e1 rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_ [...] new dfe995224693 rxrpc: Carry call state out of locked section in rxrpc_rot [...] new 298bc15b2079 rxrpc: Only take the rwind and mtu values from latest ACK new 647530924f47 rxrpc: Fix connection-level abort handling new 4e2abd3c0518 rxrpc: Fix the rxrpc_tx_packet trace line new c1e15b4944c9 rxrpc: Fix the packet reception routine new 49b538e79b59 Merge tag 'rxrpc-fixes-20181008' of git://git.kernel.org/p [...] new 7abab7b9b498 net/ipv6: stop leaking percpu memory in fib6 info new af7d6cce5369 net: ipv4: update fnhe_pmtu when first hop's MTU changes new 28d35bcdd392 net: ipv4: don't let PMTU updates increase route MTU new 28b6bfebdd2f Merge branch 'net-ipv4-fixes-for-PMTU-when-link-MTU-changes' new 047491ea334a tipc: set link tolerance correctly in broadcast link new e7eb05823806 tipc: queue socket protocol error messages into socket rec [...] new 4f7617705bff qmi_wwan: Added support for Gemalto's Cinterion ALASxx WWA [...] new 3c718e677c2b selftests: rtnetlink.sh explicitly requires bash. new 12a2ea962c06 selftests: udpgso_bench.sh explicitly requires bash new 26b1f4cb9150 Merge branch 'net-explicitly-requires-bash-when-needed' new a1f8dd34e64a tipc: eliminate possible recursive locking detected by LOCKDEP new 26450608348e net/mlx4_core: Fix warnings during boot on driverinit para [...] new 2a1e89df7850 net: socionext: clear rx irq correctly new 511cfd580f23 r8169: set RX_MULTI_EN bit in RxConfig for 8168F-family chips new 052858663db3 net: phy: sfp: remove sfp_mutex's definition new bf3b452b7af7 net: dsa: bcm_sf2: Fix unbind ordering new 54baca096386 net: dsa: bcm_sf2: Call setup during switch resume new 6b9bab550cac Merge branch 'net-dsa-bcm_sf2-Couple-of-fixes' new 90ad18418c2d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
The 46 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: drivers/net/dsa/bcm_sf2.c | 14 +- drivers/net/ethernet/amazon/ena/ena_eth_com.c | 8 +- drivers/net/ethernet/amazon/ena/ena_netdev.c | 22 ++- drivers/net/ethernet/mellanox/mlx4/main.c | 43 ++--- drivers/net/ethernet/realtek/r8169.c | 4 +- drivers/net/ethernet/socionext/netsec.c | 5 +- drivers/net/phy/sfp.c | 2 - drivers/net/usb/qmi_wwan.c | 1 + include/linux/netdevice.h | 7 + include/net/devlink.h | 12 +- include/net/ip_fib.h | 1 + include/trace/events/rxrpc.h | 1 + include/uapi/linux/smc_diag.h | 25 +-- include/uapi/linux/udp.h | 1 + net/core/dev.c | 28 ++- net/core/devlink.c | 43 ++++- net/core/skbuff.c | 12 +- net/ipv4/fib_frontend.c | 12 +- net/ipv4/fib_semantics.c | 50 +++++ net/ipv4/route.c | 7 +- net/ipv4/udp.c | 2 +- net/ipv6/ip6_fib.c | 2 + net/rds/send.c | 13 +- net/rxrpc/ar-internal.h | 23 ++- net/rxrpc/call_accept.c | 27 ++- net/rxrpc/call_object.c | 5 +- net/rxrpc/conn_client.c | 10 +- net/rxrpc/conn_event.c | 26 +-- net/rxrpc/input.c | 253 ++++++++++++++------------ net/rxrpc/local_object.c | 30 ++- net/rxrpc/peer_event.c | 5 + net/rxrpc/peer_object.c | 29 +-- net/sched/cls_u32.c | 10 +- net/tipc/link.c | 27 ++- net/tipc/socket.c | 14 +- tools/testing/selftests/net/rtnetlink.sh | 2 +- tools/testing/selftests/net/udpgso_bench.sh | 2 +- 37 files changed, 493 insertions(+), 285 deletions(-)