Merge tag 'v4.14.59' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.14-stable
[email protected] Fri, 31 Aug 2018 03:24:27 +0200
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23994630AbeHaBY30hPer/[email protected]> |
Author: Ralf Baechle <[email protected]> Fri Aug 31 02:16:09 2018 +0200 Commit: ee13da1d11406628882e21236d1a24969ac8c108 Gitweb: https://git.linux-mips.org/g/ralf/linux/ee13da1d1140 Branch: linux-4.14-stable --- Makefile | 3 arch/mips/ath79/common.c | 2 arch/mips/pci/pci.c | 2 arch/powerpc/include/asm/mmu_context.h | 4 arch/powerpc/kvm/book3s_64_vio.c | 2 arch/powerpc/kvm/book3s_64_vio_hv.c | 6 arch/powerpc/mm/mmu_context_iommu.c | 37 ++ arch/x86/xen/xen-pvh.S | 26 + drivers/base/dd.c | 8 drivers/gpu/drm/nouveau/dispnv04/disp.c | 3 drivers/gpu/drm/nouveau/nouveau_drm.c | 7 drivers/gpu/drm/nouveau/nv50_display.c | 8 drivers/net/bonding/bond_options.c | 23 + drivers/net/can/m_can/m_can.c | 3 drivers/net/can/peak_canfd/peak_pciefd_main.c | 19 + drivers/net/can/xilinx_can.c | 392 +++++++++++++++----- .../net/ethernet/mellanox/mlx4/resource_tracker.c | 2 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c | 7 drivers/net/ethernet/mellanox/mlx5/core/en_clock.c | 12 + drivers/net/phy/phy.c | 2 drivers/net/vxlan.c | 126 ++++-- drivers/staging/speakup/speakup_soft.c | 6 drivers/usb/class/cdc-acm.c | 3 drivers/usb/core/hub.c | 8 drivers/usb/dwc2/hcd.c | 44 +- drivers/usb/gadget/function/f_fs.c | 2 drivers/vfio/vfio_iommu_spapr_tce.c | 2 fs/cifs/smb2pdu.c | 7 include/linux/skbuff.h | 2 include/net/tcp.h | 7 net/core/rtnetlink.c | 9 net/core/skbuff.c | 10 - net/ipv4/igmp.c | 3 net/ipv4/ip_output.c | 2 net/ipv4/ip_sockglue.c | 7 net/ipv4/tcp_dctcp.c | 50 +-- net/ipv4/tcp_input.c | 65 +++ net/ipv4/tcp_output.c | 33 +- net/ipv6/datagram.c | 7 net/ipv6/icmp.c | 5 net/ipv6/ip6_output.c | 2 net/ipv6/mcast.c | 3 net/ipv6/tcp_ipv6.c | 6 net/tls/tls_sw.c | 7 44 files changed, 690 insertions(+), 294 deletions(-)