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

[email protected] Thu, 21 Dec 2017 17:32:37 +0100
Newsgroups gmane.linux.ports.mips.cvs
Message-ID <S23994674AbdLUQck15ATE/[email protected]>
Author: Ralf Baechle <[email protected]> Thu Dec 21 14:19:14 2017 +0100
Commit: 49f98f7bf204c5424f862d4a32d9f82570abf36b
Gitweb: https://git.linux-mips.org/g/ralf/linux/49f98f7bf204
Branch: linux-4.4-stable

---

 Makefile                                           |    2 -
 arch/powerpc/Kconfig                               |    5 --
 arch/s390/Kconfig                                  |    3 -
 arch/sparc/Kconfig                                 |    3 -
 arch/x86/Kconfig                                   |    4 -
 drivers/input/misc/ims-pcu.c                       |   16 +++++-
 drivers/net/macvtap.c                              |    2 +
 drivers/net/ppp/ppp_generic.c                      |   20 +++++++
 drivers/net/tun.c                                  |    7 ++
 drivers/net/wireless/brcm80211/brcmfmac/cfg80211.c |    3 -
 drivers/staging/panel/panel.c                      |   23 +++++++-
 drivers/target/iscsi/iscsi_target.c                |   19 ++-----
 drivers/target/target_core_tpg.c                   |    4 +
 drivers/target/target_core_transport.c             |    4 +
 drivers/usb/misc/usbtest.c                         |    5 +-
 include/linux/netdevice.h                          |    3 +
 include/net/inet_sock.h                            |    8 ++-
 include/net/tcp.h                                  |    6 +-
 include/target/target_core_base.h                  |    1 
 net/core/dev.c                                     |    6 +-
 net/dccp/ipv4.c                                    |   13 +++-
 net/ipv4/cipso_ipv4.c                              |   24 ++------
 net/ipv4/inet_connection_sock.c                    |    9 +--
 net/ipv4/ipip.c                                    |   58 ++++++++++++++------
 net/ipv4/syncookies.c                              |    2 -
 net/ipv4/tcp_input.c                               |    2 -
 net/ipv4/tcp_ipv4.c                                |   21 ++++---
 net/ipv4/tcp_output.c                              |    3 +
 net/ipv6/ip6_flowlabel.c                           |    1 
 net/ipv6/ip6_gre.c                                 |   11 ++--
 net/ipv6/ip6_output.c                              |    4 +
 net/l2tp/l2tp_ppp.c                                |    3 +
 net/mac80211/key.c                                 |   53 +++++++++++++++++-
 net/packet/af_packet.c                             |   24 ++++++--
 net/sctp/input.c                                   |    2 -
 net/sctp/socket.c                                  |   32 +++++++++++
 net/tipc/link.c                                    |   28 ++--------
 net/tipc/link.h                                    |    1 
 net/unix/diag.c                                    |    2 +
 security/keys/Kconfig                              |    4 +
 sound/core/seq/seq_device.c                        |    3 +
 41 files changed, 298 insertions(+), 146 deletions(-)