Merge tag 'v4.9.116' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.9-stable

[email protected] Fri, 31 Aug 2018 03:37:10 +0200
Newsgroups gmane.linux.ports.mips.cvs
Message-ID <S23994660AbeHaBhNW4lH2/[email protected]>
Author: Ralf Baechle <[email protected]> Fri Aug 31 02:22:31 2018 +0200
Commit: 519a26477871d47409003c1265bdbb2f385d97cd
Gitweb: https://git.linux-mips.org/g/ralf/linux/519a26477871
Branch: linux-4.9-stable

---

 Makefile                                           |    3 
 arch/mips/ath79/common.c                           |    2 
 arch/mips/pci/pci.c                                |    2 
 drivers/base/dd.c                                  |    8 
 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/usb/class/cdc-acm.c                        |    3 
 drivers/usb/core/hub.c                             |    8 
 drivers/usb/gadget/function/f_fs.c                 |    2 
 fs/exec.c                                          |    7 
 include/linux/sched.h                              |    6 
 include/linux/skbuff.h                             |    2 
 include/net/tcp.h                                  |    2 
 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                               |   40 ++
 net/ipv4/tcp_output.c                              |   33 +-
 net/ipv6/datagram.c                                |    7 
 net/ipv6/ip6_output.c                              |    2 
 net/ipv6/mcast.c                                   |    3 
 27 files changed, 430 insertions(+), 196 deletions(-)