Merge tag 'v4.9.11' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.9-stable
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23994912AbdEMW5aOYkVF/[email protected]> |
Author: Ralf Baechle <[email protected]> Tue Mar 7 10:08:54 2017 +0100 Commit: a893857c1a1e063c3a0560d979a0ae5b01664a0e Gitweb: https://git.linux-mips.org/g/ralf/linux/a893857c1a1e Branch: linux-4.9-stable --- Makefile | 2 arch/x86/kernel/fpu/core.c | 3 drivers/net/ethernet/mellanox/mlx4/en_rx.c | 5 - drivers/net/ethernet/mellanox/mlx5/core/en.h | 3 .../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 13 + drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 198 ++++++++++---------- drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 6 - .../net/ethernet/stmicro/stmmac/dwmac1000_core.c | 4 drivers/net/loopback.c | 1 drivers/net/macvtap.c | 4 drivers/net/tun.c | 10 + drivers/net/usb/catc.c | 56 +++--- drivers/net/usb/pegasus.c | 29 +++ drivers/net/usb/rtl8150.c | 34 +++ include/linux/can/core.h | 7 - include/linux/netdevice.h | 4 include/net/cipso_ipv4.h | 4 include/net/ipv6.h | 2 include/net/lwtunnel.h | 5 - net/can/af_can.c | 12 + net/can/af_can.h | 3 net/can/bcm.c | 4 net/can/gw.c | 2 net/can/raw.c | 4 net/core/dev.c | 31 +-- net/dccp/ipv6.c | 4 net/dsa/dsa2.c | 1 net/ethernet/eth.c | 1 net/ipv4/cipso_ipv4.c | 4 net/ipv4/igmp.c | 1 net/ipv4/ip_output.c | 1 net/ipv4/ip_sockglue.c | 9 + net/ipv4/ping.c | 2 net/ipv4/tcp.c | 6 + net/ipv4/tcp_output.c | 6 - net/ipv6/inet6_connection_sock.c | 2 net/ipv6/ip6_gre.c | 40 ++-- net/ipv6/ip6_output.c | 4 net/ipv6/ip6_tunnel.c | 34 ++- net/ipv6/mcast.c | 50 +++-- net/ipv6/sit.c | 1 net/ipv6/tcp_ipv6.c | 28 ++- net/l2tp/l2tp_core.h | 1 net/l2tp/l2tp_ip.c | 27 +++ net/l2tp/l2tp_ip6.c | 2 net/packet/af_packet.c | 7 - net/sched/cls_matchall.c | 127 +++++-------- net/sctp/ipv6.c | 3 net/sctp/socket.c | 3 49 files changed, 468 insertions(+), 342 deletions(-)