Merge tag 'v4.9.8' 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 | <S23994000AbdBFON5yeXSj/[email protected]> |
Author: Ralf Baechle <[email protected]> Mon Feb 6 14:23:52 2017 +0100 Commit: 282249880da7e47366c124a581799d06943093ed Gitweb: https://git.linux-mips.org/g/ralf/linux/282249880da7 Branch: linux-4.9-stable --- Makefile | 2 drivers/net/ethernet/broadcom/bcmsysport.c | 25 ++++- drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 5 + drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 3 + drivers/net/ethernet/mellanox/mlxsw/pci.h | 8 +- drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 1 drivers/net/ethernet/mellanox/mlxsw/switchx2.c | 1 drivers/net/ethernet/renesas/ravb_main.c | 13 +++ drivers/net/hyperv/netvsc_drv.c | 3 + drivers/net/macvtap.c | 2 drivers/net/phy/bcm63xx.c | 21 ++++ drivers/net/tun.c | 2 drivers/net/usb/cdc_ether.c | 8 ++ drivers/net/usb/qmi_wwan.c | 7 + drivers/net/usb/r8152.c | 11 ++ drivers/net/virtio_net.c | 2 drivers/net/vxlan.c | 2 fs/xfs/libxfs/xfs_alloc.c | 115 ++++++----------------- fs/xfs/libxfs/xfs_alloc.h | 2 fs/xfs/libxfs/xfs_attr.c | 6 - fs/xfs/libxfs/xfs_bmap.c | 51 +++++++--- fs/xfs/libxfs/xfs_bmap.h | 6 + fs/xfs/libxfs/xfs_bmap_btree.c | 3 - fs/xfs/libxfs/xfs_dir2.c | 39 +++++--- fs/xfs/libxfs/xfs_dir2.h | 8 +- fs/xfs/libxfs/xfs_inode_buf.c | 10 ++ fs/xfs/libxfs/xfs_sb.c | 2 fs/xfs/xfs_bmap_util.c | 28 ++++-- fs/xfs/xfs_buf.c | 1 fs/xfs/xfs_dquot.c | 4 + fs/xfs/xfs_iomap.c | 2 fs/xfs/xfs_iops.c | 50 ++++++++-- fs/xfs/xfs_linux.h | 6 + fs/xfs/xfs_log.c | 12 -- include/linux/tcp.h | 7 + include/linux/virtio_net.h | 6 + include/net/lwtunnel.h | 18 +++- net/ax25/ax25_subr.c | 2 net/bridge/br_netlink.c | 33 ++++--- net/core/dev.c | 4 - net/core/lwtunnel.c | 74 ++++++++++++++- net/dsa/slave.c | 2 net/ipv4/fib_frontend.c | 8 ++ net/ipv4/fib_semantics.c | 11 +- net/ipv4/ip_tunnel_core.c | 2 net/ipv4/route.c | 2 net/ipv4/tcp_fastopen.c | 3 - net/ipv6/addrconf.c | 4 - net/ipv6/ila/ila_lwt.c | 1 net/ipv6/ip6_tunnel.c | 4 - net/ipv6/route.c | 15 +++ net/mpls/af_mpls.c | 48 +++++----- net/mpls/mpls_iptunnel.c | 1 net/openvswitch/conntrack.c | 6 + net/packet/af_packet.c | 2 net/sched/act_api.c | 5 - net/unix/af_unix.c | 27 +++-- 57 files changed, 473 insertions(+), 273 deletions(-)