This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 249155c20f9b Merge branch 'parisc-5.2-4' of git://git.kernel.org/pub/sc [...] new 2e5db6eb3c23 be2net: fix link failure after ethtool offline test new aad1dcc4f011 ppp: mppe: Add softdep to arc4 new a1e5388b4d5f net: stmmac: fixed new system time seconds value calculation new d0bb82fd6018 net: stmmac: set IC bit when transmitting frames with HW t [...] new 8ac8a01092b2 sis900: fix TX completion new c492d4c74dd3 tipc: change to use register_pernet_device new 45d5cb137c36 net/sched: cbs: Fix error path of cbs_module_init new 9354544cbccf net/tls: fix page double free on TX cleanup new 55655e3d1197 net/packet: fix memory leak in packet_set_ring() new 2bf4ecbcc7d8 net: macb: do not copy the mac address if NULL new 4f07b80c9733 tipc: check msg->req data len in tipc_nl_compat_bearer_disable new 904d88d743b0 qmi_wwan: Fix out-of-bounds read new 38c73529de13 ipv4: Use return value of inet_iif() for __raw_v4_lookup i [...] new b8e8a86337c2 net/ipv6: Fix misuse of proc_dointvec "skip_notify_on_dev_down" new 30d8177e8ac7 bonding: Always enable vlan tx offload new 4480879251fb net/smc: hold conns_lock before calling smc_lgr_register_conn() new 8c33bf1b0a96 net/smc: Fix error path in smc_init new 8a53058bd9ba Merge branch 'smc-fixes' new ee4297420d56 team: Always enable vlan tx offload new 5b18f1289808 ipv4: reset rt_iif for recirculated mcast/bcast out pkts new 48dd73d08d4d net: aquantia: fix vlans not working over bridged network new 22e72b5e049b net: dsa: microchip: Use gpiod_set_value_cansleep() new 9b1c1ef13b35 ipv6: constify rt6_nexthop() new 2c6b55f45d53 ipv6: fix neighbour resolution with raw socket new 13696531dc90 Merge branch 'ipv6-fix-neighbour-resolution-with-raw-socket' new 25bff6d5478b sctp: change to hold sk after auth shkey is created successfully new 89ed5b519004 af_packet: Block execution of tasks waiting for transmit t [...] new c84afab02c31 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
The 28 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/bonding/bond_main.c | 2 +- drivers/net/dsa/microchip/ksz_common.c | 6 ++-- .../net/ethernet/aquantia/atlantic/aq_filters.c | 10 +++++-- drivers/net/ethernet/aquantia/atlantic/aq_nic.c | 1 + drivers/net/ethernet/aquantia/atlantic/aq_nic.h | 1 + .../ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c | 19 +++++++++---- drivers/net/ethernet/cadence/macb_main.c | 2 +- drivers/net/ethernet/emulex/benet/be_ethtool.c | 28 ++++++++++++++---- drivers/net/ethernet/sis/sis900.c | 16 +++++------ .../net/ethernet/stmicro/stmmac/stmmac_hwtstamp.c | 2 +- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 22 +++++++++------ drivers/net/ppp/ppp_mppe.c | 1 + drivers/net/team/team.c | 2 +- drivers/net/usb/qmi_wwan.c | 2 +- drivers/net/vrf.c | 2 +- include/net/ip6_route.h | 4 +-- include/net/route.h | 1 + include/net/tls.h | 15 ---------- net/bluetooth/6lowpan.c | 4 +-- net/ipv4/ip_output.c | 12 ++++++++ net/ipv4/raw.c | 2 +- net/ipv4/route.c | 33 ++++++++++++++++++++++ net/ipv6/ip6_output.c | 2 +- net/ipv6/route.c | 5 ++-- net/netfilter/nf_flow_table_ip.c | 2 +- net/packet/af_packet.c | 23 ++++++++++++--- net/packet/internal.h | 1 + net/sched/sch_cbs.c | 9 ++++-- net/sctp/endpointola.c | 8 +++--- net/smc/af_smc.c | 5 +++- net/smc/smc_core.c | 3 ++ net/tipc/core.c | 12 ++++---- net/tipc/netlink_compat.c | 18 ++++++++++-- net/tls/tls_main.c | 3 +- 34 files changed, 194 insertions(+), 84 deletions(-)