This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b5372fe5dc84 exec: load_script: Do not exec truncated interpreter path new b4c3fbe63601 mac80211: Use linked list instead of rhashtable walk for m [...] new 4ff3a9d14c6c mac80211: Free mpath object when rhashtable insertion fails new 83e37e0bdd14 mac80211: Restore vif beacon interval if start ap fails new a31687e85a36 Merge tag 'mac80211-for-davem-2019-02-15' of git://git.ker [...] new 4974d5f678ab net: ip6_gre: initialize erspan_ver just for erspan tunnels new 197f9ab7f08c net: phy: xgmiitorgmii: Support generic PHY status read new 3b89ea9c5902 net: Fix for_each_netdev_feature on Big endian new d5be7f632bad net: validate untrusted gso packets without csum offload new fea83353177a net: dsa: b53: Fix default VLAN ID new dad8d7c6452b net: dsa: b53: Properly account for VLAN filtering new a40061ea2e39 net: systemport: Fix reception of BPDUs new c3152ec4c069 net: dsa: bcm_sf2: Do not assume DSA master supports WoL new 10163aaee967 net: dsa: b53: Do not program CPU port's PVID new 46f376663810 Merge branch 'net-dsa-b53-VLAN-and-L2-fixes' new 8681ef1f3d29 net: Add header for usage of fls64() new d623876646be bpf: Fix narrow load on a bpf_sock returned from sk_lookup() new b90efd225874 bpf: only adjust gso_size on bytestream protocols new e6762c8bcf98 xsk: add missing smp_rmb() in xsk_mmap new 3defaf2f15b2 bpf: fix lockdep false positive in stackmap new e451eb510684 xsk: share the mmap_sem for page pinning new 1e405c1a3f66 xsk: do not remove umem from netdevice on fall-back to copy-mode new 13443154f6ca MIPS: eBPF: Always return sign extended 32b values new 1910faebf61d MIPS: eBPF: Remove REG_32BIT_ZERO_EX new 6e1077f51436 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf new 289460404f69 mlxsw: __mlxsw_sp_port_headroom_set(): Fix a use of local [...] new 31a1b8d528fa doc: Mention MSG_ZEROCOPY implementation for UDP new 4012e7d09d99 net: stmmac: handle endianness in dwmac4_get_timestamp new 97dc47a1308a qmi_wwan: apply SET_DTR quirk to Sierra WP7607 new e928b5d6b75e net: mv643xx_eth: disable clk on error path in mv643xx_eth [...] new 04c03114be82 tcp: clear icsk_backoff in tcp_write_queue_purge() new 2c4cc9712364 tcp: tcp_v4_err() should be more careful new e09c6a4ec1bb Merge branch 'tcp-fix-possible-crash-in-tcp_v4_err' new 8644772637de mm: Use fixed constant in page_frag_alloc instead of size + 1 new 3bed3cc4156e net: Do not allocate page fragments that are not skb aligned new 254a1a2b2c2e Merge branch 'netdev-page_frag_alloc-fixes' new 9060cb719e61 net: crypto set sk to NULL when af_alg_release. new 21d2cb491b9e net/mlx4_en: fix spelling mistake: "quiting" -> "quitting" new f2ffff085d28 mac80211: mesh: fix missing unlock on error in table_path_del() new 8e29d23e28ee r8152: Add support for MAC address pass through on RTL8153-BD new 9addc92730df qed: Fix iWARP buffer size provided for syn packet processing. new 8be3dadf0405 qed: Fix iWARP syn packet mac address validation. new 694d79027ef4 Merge branch 'qed-iWARP' new 8a7493e58ad6 net: stmmac: Fix a race in EEE enable callback new d04ca383860b mt76x0u: fix suspend/resume new 92a8c299a75d Merge tag 'wireless-drivers-for-davem-2019-02-18' of git:/ [...] new 4d96e13ee9cd net: hns: Fixes the missing put_device in positive leg for [...] new 1f43f400a2cb net: netcp: Fix ethss driver probe issue new 23b7ca4f745f netfilter: nf_tables: fix flush after rule deletion in the [...] new c93a49b9769e ipvs: fix warning on unused variable new 5cd856a5ef9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf new 816db7663565 vhost: correctly check the return value of translate_desc( [...] new 1765f5dcd009 sky2: Increase D3 delay again new 40e196a906d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
The 53 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: Documentation/networking/msg_zerocopy.rst | 2 +- arch/mips/net/ebpf_jit.c | 24 ++-- crypto/af_alg.c | 4 +- drivers/net/dsa/b53/b53_common.c | 90 +++++++++--- drivers/net/dsa/b53/b53_priv.h | 3 + drivers/net/dsa/bcm_sf2.c | 10 +- drivers/net/ethernet/broadcom/bcmsysport.c | 4 + drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c | 3 + drivers/net/ethernet/marvell/mv643xx_eth.c | 7 +- drivers/net/ethernet/marvell/sky2.c | 2 +- drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 2 +- drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 12 +- drivers/net/ethernet/qlogic/qed/qed_iwarp.c | 21 ++- drivers/net/ethernet/qlogic/qed/qed_iwarp.h | 1 - drivers/net/ethernet/stmicro/stmmac/dwmac4_descs.c | 9 +- .../net/ethernet/stmicro/stmmac/stmmac_ethtool.c | 22 +-- drivers/net/ethernet/ti/netcp_core.c | 2 +- drivers/net/phy/xilinx_gmii2rgmii.c | 5 +- drivers/net/usb/qmi_wwan.c | 4 +- drivers/net/usb/r8152.c | 5 +- drivers/net/wireless/mediatek/mt76/mt76x0/usb.c | 46 +++--- drivers/vhost/vhost.c | 2 +- include/linux/netdev_features.h | 24 +++- include/linux/skbuff.h | 8 +- include/linux/virtio_net.h | 9 ++ kernel/bpf/stackmap.c | 8 +- kernel/bpf/verifier.c | 11 +- mm/page_alloc.c | 8 +- net/core/dev.c | 4 +- net/core/filter.c | 12 +- net/core/skbuff.c | 4 + net/ipv4/tcp.c | 2 +- net/ipv4/tcp_ipv4.c | 5 +- net/ipv6/ip6_gre.c | 34 +++-- net/mac80211/cfg.c | 6 +- net/mac80211/mesh.h | 6 + net/mac80211/mesh_pathtbl.c | 157 ++++++--------------- net/netfilter/ipvs/ip_vs_ctl.c | 3 +- net/netfilter/nf_tables_api.c | 3 + net/xdp/xdp_umem.c | 11 +- net/xdp/xsk.c | 4 + 41 files changed, 355 insertions(+), 244 deletions(-)