This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3918c21eacb0 Merge tag 'spi-fix-v4.19-rc4' of https://git.kernel.org/pu [...] new 22d0bd82cc7c ipv6: use rt6_info members when dst is set in rt6_fill_node new ad4f15dc2c70 xen/netfront: don't bug in case of too many frags new f5b9bac7451c net_sched: notify filter deletion when deleting a chain new 018349d70f28 hv_netvsc: fix schedule in RCU context new 9824dfae5741 net/appletalk: fix minor pointer leak to userspace in SIOC [...] new 56a49d704870 net: rtnl_configure_link: fix dev flags changes arg to __d [...] new f0e0d04413fc neighbour: confirm neigh entries when ARP packet is received new 7cba09c6d5bc tls: don't copy the key out of tls12_crypto_info_aes_gcm_128 new 86029d10af18 tls: zero the crypto information from tls_context before freeing new c844eb46b7d4 tls: clear key material from kernel memory when do_tls_set [...] new 79140335ac12 Merge branch 'tls-don-t-leave-keys-in-kernel-memory' new 94f14e472812 Bluetooth: SMP: Fix trying to use non-existent local OOB data new 4ba5175f2c10 Bluetooth: Use correct tfm to generate OOB data new e6a57d22f787 Bluetooth: hci_ldisc: Free rw_semaphore on close new bffb9b51a230 Merge branch 'for-upstream' of git://git.kernel.org/pub/sc [...] new c56cae23c6b1 gso_segment: Reset skb->mac_len after modifying network header new 1cebf8f143c2 socket: fix struct ifreq size in compat ioctl new 34043d250f51 net/sched: act_sample: fix NULL dereference in the data path new edf2ef724280 stmmac: fix valid numbers of unicast filter entries new 2b5a921740a5 udp4: fix IP_CMSG_CHECKSUM for connected sockets new eb63f2964dbe udp6: add missing checks on edumux packet processing new 978298888e3e Merge branch 'udp-add-missing-check-on-edumx-rx-path' new 4bf9ffa0fb57 veth: Orphan skb before GRO new 4b1c5d917d34 bpf: btf: Fix end boundary calculation for type section new dd066823db2a bpf/verifier: disallow pointer subtraction new 4c3d795cb012 bpf: use __GFP_COMP while allocating page new 0376d5dce0aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf new f025571e96ca net: ethernet: ti: add missing GENERIC_ALLOCATOR dependency new 8540827ebac6 pppoe: fix reception of frames with no mac header new 41948ccb4a85 net: mvpp2: let phylink manage the carrier state new eb4ed8e2d7fe net: macb: disable scatter-gather for macb on sama5d3 new 321cc359d899 ARM: dts: at91: add new compatibility string for macb on sama5d3 new a7f38002fb69 net: hp100: fix always-true check for link up state new bbd6528d28c1 ipv6: fix possible use-after-free in ip6_xmit() new 28ea334bd165 bnxt_en: Fix VF mac address regression. new a15f2c08c708 PCI: hv: support reporting serial number as slot information new 00d7ddba1143 hv_netvsc: pair VF based on serial number new aa079bd05032 Merge branch 'hv_netvsc-associate-VF-and-PV-device-by-seri [...] new 50c6b58a814d tls: fix currently broken MSG_PEEK behavior new ddca24dfcf1b net: dsa: mv88e6xxx: Fix ATU Miss Violation new c73480910e96 net: ethernet: Fix a unused function warning. new 072222b488bc kcm: remove any offset before parsing messages new 3275b4df3c39 Revert "kcm: remove any offset before parsing messages" new 94235460f9ea r8169: Align ASPM/CLKREQ setting function with vendor driver new 0866cd15029b r8169: enable ASPM on RTL8106E new b1e3454d39f9 clk: x86: add "ether_clk" alias for Bay Trail / Cherry Trail new c2f6f3ee7f22 r8169: Get and enable optional ether_clk clock new 648e921888ad clk: x86: Stop marking clocks as CLK_IS_CRITICAL new 89bfd48d679e Merge branch 'r8169-clk-fixes' new 922005c7f50e qmi_wwan: set DTR for modems in forced USB2 mode new 30bfd9306281 net/ipv6: do not copy dst flags on rt init new 5211da9ca526 Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/net
The 52 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/devicetree/bindings/net/macb.txt | 1 + arch/arm/boot/dts/sama5d3_emac.dtsi | 2 +- drivers/bluetooth/hci_ldisc.c | 2 + drivers/clk/x86/clk-pmc-atom.c | 18 +++--- drivers/net/appletalk/ipddp.c | 8 ++- drivers/net/dsa/mv88e6xxx/global1.h | 2 +- drivers/net/dsa/mv88e6xxx/global1_atu.c | 2 +- drivers/net/ethernet/broadcom/bnxt/bnxt.c | 9 ++- drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c | 9 +-- drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.h | 2 +- drivers/net/ethernet/cadence/macb_main.c | 8 +++ drivers/net/ethernet/hp/hp100.c | 2 +- drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 21 ++----- drivers/net/ethernet/microchip/lan743x_main.c | 6 +- drivers/net/ethernet/realtek/r8169.c | 40 ++++++++++++- .../net/ethernet/stmicro/stmmac/stmmac_platform.c | 5 +- drivers/net/ethernet/ti/Kconfig | 1 + drivers/net/hyperv/netvsc.c | 3 + drivers/net/hyperv/netvsc_drv.c | 67 ++++++++++++---------- drivers/net/ppp/pppoe.c | 3 + drivers/net/usb/qmi_wwan.c | 14 ++--- drivers/net/veth.c | 4 +- drivers/net/xen-netfront.c | 8 ++- drivers/pci/controller/pci-hyperv.c | 37 ++++++++++++ include/net/tls.h | 19 +++--- kernel/bpf/btf.c | 2 +- kernel/bpf/verifier.c | 2 +- net/bluetooth/smp.c | 16 +++++- net/core/filter.c | 3 +- net/core/neighbour.c | 13 +++-- net/core/rtnetlink.c | 2 +- net/ipv4/af_inet.c | 1 + net/ipv4/udp.c | 49 ++++++++-------- net/ipv6/ip6_offload.c | 1 + net/ipv6/ip6_output.c | 6 +- net/ipv6/route.c | 44 +++++++++----- net/ipv6/udp.c | 65 ++++++++++++--------- net/sched/act_sample.c | 2 +- net/sched/cls_api.c | 2 + net/socket.c | 22 ++++--- net/tls/tls_device.c | 6 +- net/tls/tls_device_fallback.c | 2 +- net/tls/tls_main.c | 22 +++++-- net/tls/tls_sw.c | 21 ++++--- tools/testing/selftests/net/tls.c | 49 ++++++++++++++++ 45 files changed, 422 insertions(+), 201 deletions(-)