This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 121bddf39a8e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new cf18cecca911 bnx2x: Check if transceiver implements DDM before access new d0f84d0856c1 tipc: fix issues with early FAILOVER_MSG from peer new d0bae4a0e3d8 net: remove duplicate fetch in sock_getsockopt new 72b319dc08b4 tun: wake up waitqueues after IFF_UP is set new 5684abf7020d ip_tunnel: allow not to count pkts on tstats by setting sk [...] new 6f6a8622057c ip6_tunnel: allow not to count pkts on tstats by passing d [...] new c3bcde026684 tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skb new 55458d2f4074 Merge branch 'net-fix-quite-a-few-dst_cache-crashes-report [...] new 9476274093a0 net: lio_core: fix potential sign-extension overflow on la [...] new 177b8007463c net: netem: fix backlog accounting for corrupted GSO frames new 3e14c383de34 net: netem: fix use after free and double free with packet [...] new e11e1007a177 Merge branch 'net-netem-fix-issues-with-corrupting-GSO-frames' new 76e21533a48b net/udp_gso: Allow TX timestamp with UDP GSO new cb359b604167 hvsock: fix epollout hang from race condition new 5142967ab524 netfilter: nf_tables: fix module autoload with inet family new a0d56cb911ca netfilter: ipv6: nf_defrag: fix leakage of unqueued fragments new 8a3dca632538 netfilter: ipv6: nf_defrag: accept duplicate fragments again new d470e720ef27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf new 48620e341659 net: dsa: mv88e6xxx: fix shift of FID bits in mv88e6185_g1 [...] new fdbf6326912d net/af_iucv: remove GFP_DMA restriction for HiperTransport new 238965b71b96 net/af_iucv: build proper skbs for HiperTransport new 06996c1d4088 net/af_iucv: always register net_device notifier new 99838e602bc8 Merge branch 'af_iucv-fixes' new bf6de2315362 net: hns3: Fix inconsistent indenting new c7036d97acd2 ipv6: Default fib6_type to RTN_UNICAST when not set new 8110a7a7d295 net: mvpp2: debugfs: Add pmap to fs dump new 85f9aa7565bd inet: clear num_timeout reqsk_alloc() new b6653b3629e5 tcp: refine memory limit test in tcp_fragment() new c356dc4b540e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
The 29 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/mv88e6xxx/global1_vtu.c | 2 +- .../net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c | 3 +- drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 1 + drivers/net/ethernet/cavium/liquidio/lio_core.c | 2 +- drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 2 +- drivers/net/ethernet/marvell/mvpp2/mvpp2_debugfs.c | 3 ++ drivers/net/tun.c | 19 ++++----- include/net/ip6_tunnel.h | 9 ++-- include/net/request_sock.h | 3 ++ net/core/sock.c | 3 -- net/ipv4/inet_connection_sock.c | 4 -- net/ipv4/ip_tunnel_core.c | 9 ++-- net/ipv4/tcp_fastopen.c | 4 -- net/ipv4/tcp_output.c | 3 +- net/ipv4/udp_offload.c | 5 +++ net/ipv6/netfilter/nf_conntrack_reasm.c | 22 +++++----- net/ipv6/route.c | 2 +- net/iucv/af_iucv.c | 49 ++++++++++++++++------ net/netfilter/nft_masq.c | 3 +- net/netfilter/nft_redir.c | 3 +- net/sched/sch_netem.c | 26 ++++++------ net/tipc/link.c | 1 - net/tipc/node.c | 10 +++-- net/tipc/udp_media.c | 8 ++-- net/vmw_vsock/hyperv_transport.c | 39 ++++------------- 25 files changed, 123 insertions(+), 112 deletions(-)