Merge tag 'v4.17.11' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.17-stable
[email protected] Fri, 31 Aug 2018 03:29:26 +0200
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23994614AbeHaB3dI8AN2/[email protected]> |
Author: Ralf Baechle <[email protected]> Fri Aug 31 02:09:40 2018 +0200 Commit: f104d6f14151dfd4f37c04a92fba58913ef359eb Gitweb: https://git.linux-mips.org/g/ralf/linux/f104d6f14151 Branch: linux-4.17-stable --- Makefile | 2 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/kvm/x86.c | 4 arch/x86/xen/xen-pvh.S | 26 + drivers/acpi/acpica/psloop.c | 26 + drivers/base/dd.c | 8 drivers/clk/clk-aspeed.c | 46 ++ drivers/clk/meson/gxbb.c | 1 drivers/clk/mvebu/armada-37xx-periph.c | 38 ++ 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/iommu/Kconfig | 1 drivers/iommu/intel-iommu.c | 62 ++- drivers/net/bonding/bond_options.c | 23 + drivers/net/can/m_can/m_can.c | 11 - drivers/net/can/peak_canfd/peak_pciefd_main.c | 19 + drivers/net/can/xilinx_can.c | 392 +++++++++++++++----- drivers/net/dsa/mv88e6xxx/chip.c | 21 + drivers/net/ethernet/huawei/hinic/hinic_tx.c | 1 .../net/ethernet/mellanox/mlx4/resource_tracker.c | 2 drivers/net/ethernet/mellanox/mlx5/core/en.h | 3 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c | 7 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c | 17 - drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 15 - drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 32 +- drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 42 ++ drivers/net/ethernet/mellanox/mlx5/core/en_tc.h | 13 + drivers/net/ethernet/mellanox/mlx5/core/eswitch.c | 2 .../net/ethernet/mellanox/mlx5/core/lib/clock.c | 12 + .../ethernet/netronome/nfp/flower/tunnel_conf.c | 2 drivers/net/ethernet/realtek/r8169.c | 3 drivers/net/phy/phy.c | 2 drivers/net/vxlan.c | 126 ++++-- drivers/staging/rtl8188eu/Kconfig | 1 drivers/staging/rtl8188eu/core/rtw_recv.c | 161 ++++++-- drivers/staging/rtl8188eu/core/rtw_security.c | 92 ++--- 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/composite.c | 1 drivers/usb/gadget/function/f_fs.c | 2 drivers/usb/host/xhci.c | 1 drivers/vfio/vfio_iommu_spapr_tce.c | 2 include/net/tcp.h | 7 net/core/rtnetlink.c | 9 net/core/skbuff.c | 10 - net/core/sock.c | 6 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 | 3 66 files changed, 1096 insertions(+), 473 deletions(-)