All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 3.14.22
Date: Wed, 15 Oct 2014 12:37:58 +0200	[thread overview]
Message-ID: <20141015103758.GA30879@kroah.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 6462 bytes --]

I'm announcing the release of the 3.14.22 kernel.

All users of the 3.14 kernel series must upgrade.

The updated 3.14.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.14.y
and can be browsed at the normal kernel.org git web browser:
	http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

 Makefile                                         |    2 
 drivers/crypto/caam/caamhash.c                   |    6 -
 drivers/net/bonding/bond_main.c                  |   17 +++-
 drivers/net/ethernet/broadcom/tg3.c              |   23 +++++-
 drivers/net/ethernet/cadence/macb.c              |   11 --
 drivers/net/ethernet/intel/i40e/i40e_main.c      |    8 +-
 drivers/net/ethernet/myricom/myri10ge/myri10ge.c |   88 +++++++++++++++--------
 drivers/net/hyperv/netvsc_drv.c                  |    3 
 drivers/net/macvlan.c                            |    1 
 drivers/net/macvtap.c                            |   18 ++--
 drivers/net/team/team.c                          |    4 -
 drivers/net/vxlan.c                              |    8 +-
 drivers/tty/serial/8250/8250_pci.c               |   21 +++++
 drivers/usb/core/hub.c                           |    6 +
 drivers/usb/core/quirks.c                        |    4 +
 drivers/usb/musb/musb_dsps.c                     |    2 
 drivers/usb/serial/cp210x.c                      |    2 
 include/linux/if_vlan.h                          |    6 -
 include/linux/skbuff.h                           |    1 
 include/linux/usb/quirks.h                       |    3 
 include/net/dst.h                                |   16 +++-
 include/net/inet_connection_sock.h               |    1 
 include/net/sctp/command.h                       |    2 
 include/net/sock.h                               |    1 
 include/net/tcp.h                                |    5 +
 net/8021q/vlan_core.c                            |   53 -------------
 net/bridge/br_private.h                          |    3 
 net/bridge/br_vlan.c                             |   15 ++-
 net/core/dev.c                                   |    2 
 net/core/netpoll.c                               |    2 
 net/core/rtnetlink.c                             |    3 
 net/core/skbuff.c                                |   56 ++++++++++++++
 net/ipv4/route.c                                 |    6 -
 net/ipv4/tcp.c                                   |   14 +--
 net/ipv4/tcp_input.c                             |    8 --
 net/ipv4/tcp_ipv4.c                              |    5 -
 net/ipv4/tcp_output.c                            |   11 +-
 net/ipv6/addrconf.c                              |   15 +--
 net/ipv6/anycast.c                               |   10 ++
 net/ipv6/ip6_gre.c                               |    4 -
 net/ipv6/ip6_output.c                            |    4 -
 net/ipv6/mcast.c                                 |   14 +++
 net/ipv6/sit.c                                   |    6 -
 net/ipv6/tcp_ipv6.c                              |    3 
 net/l2tp/l2tp_ppp.c                              |    3 
 net/netlink/af_netlink.c                         |    2 
 net/openvswitch/actions.c                        |    5 +
 net/packet/af_packet.c                           |   17 ++++
 net/packet/internal.h                            |    1 
 net/sctp/sm_statefuns.c                          |   19 ++++
 net/xfrm/xfrm_policy.c                           |   48 ++++++++++--
 51 files changed, 391 insertions(+), 197 deletions(-)

Andreas Bomholtz (1):
      USB: cp210x: add support for Seluxit USB dongle

Andrey Vagin (1):
      tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)

Bryan O'Donoghue (1):
      serial: 8250: Add Quark X1000 to 8250_pci.c

Cristian Stoica (1):
      crypto: caam - fix addressing of struct member

Daniel Borkmann (1):
      netlink: reset network header before passing to taps

Eric Dumazet (2):
      packet: handle too big packets for PACKET_V3
      gro: fix aggregation for skb using frag_list

Felipe Balbi (1):
      usb: musb: dsps: kill OTG timer on suspend

Francesco Ruggeri (1):
      net: allow macvlans to move to net namespace

Gerhard Stenzel (1):
      vxlan: fix incorrect initializer in union vxlan_addr

Greg Kroah-Hartman (1):
      Linux 3.14.22

Guillaume Nault (1):
      l2tp: fix race while getting PMTU on PPP pseudo-wire

Jiri Benc (2):
      rtnetlink: fix VF info size
      openvswitch: fix panic with multiple vlan headers

Joe Lawrence (1):
      team: avoid race condition in scheduling delayed work

Joe Savage (1):
      USB: serial: cp210x: added Ketra N1 wireless interface support

KY Srinivasan (1):
      hyperv: Fix a bug in netvsc_start_xmit()

Lu Baolu (1):
      USB: Add device quirk for ASUS T100 Base Station keyboard

Neal Cardwell (2):
      tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()
      tcp: fix ssthresh and undo for consecutive short FRTO episodes

Neerav Parikh (1):
      i40e: Don't stop driver probe when querying DCB config fails

Nicolas Dichtel (1):
      ip6_gre: fix flowi6_proto value in xmit path

Nikolay Aleksandrov (1):
      bonding: fix div by zero while enslaving and transmitting

Per Hurtig (1):
      tcp: fixing TLP's FIN recovery

Sabrina Dubroca (1):
      ipv6: fix rtnl locking in setsockopt for anycast and multicast

Shmulik Ladkani (1):
      sit: Fix ipip6_tunnel_lookup device matching criteria

Soren Brinkmann (1):
      Revert "net/macb: add pinctrl consumer support"

Stanislaw Gruszka (1):
      myri10ge: check for DMA mapping errors

Steffen Klassert (2):
      xfrm: Generate blackhole routes only from route lookup functions
      xfrm: Generate queueing routes only from route lookup functions

Vlad Yasevich (7):
      net: Always untag vlan-tagged traffic on input.
      bridge: Check if vlan filtering is enabled only once.
      bridge: Fix br_should_learn to check vlan_enabled
      tg3: Work around HW/FW limitations with vlan encapsulated frames
      tg3: Allow for recieve of full-size 8021AD frames
      macvtap: Fix race between device delete and open.
      sctp: handle association restarts when the socket is closed.

WANG Cong (1):
      ipv6: restore the behavior of ipv6_sock_ac_drop()


[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

             reply	other threads:[~2014-10-15 10:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-15 10:37 Greg KH [this message]
2014-10-15 10:38 ` Linux 3.14.22 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141015103758.GA30879@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.