| From: |
| Greg KH <gregkh-AT-linuxfoundation.org> |
| To: |
| linux-kernel-AT-vger.kernel.org, Andrew Morton <akpm-AT-linux-foundation.org>, torvalds-AT-linux-foundation.org, stable-AT-vger.kernel.org |
| Subject: |
| Linux 4.14.127 |
| Date: |
| Mon, 17 Jun 2019 20:08:58 +0200 |
| Message-ID: |
| <20190617180858.GA16756@kroah.com> |
| Cc: |
| lwn-AT-lwn.net, Jiri Slaby <jslaby-AT-suse.cz> |
| Archive-link: |
| Article |
I'm announcing the release of the 4.14.127 kernel.
All users of the 4.14 kernel series must upgrade.
The updated 4.14.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.14.y
and can be browsed at the normal kernel.org git web browser:
https://git.kernel.org/?p=linux/kernel/git/stable/linux-s...
thanks,
greg k-h
------------
Documentation/networking/ip-sysctl.txt | 8 ++++++++
Makefile | 2 +-
include/linux/tcp.h | 4 ++++
include/net/netns/ipv4.h | 1 +
include/net/tcp.h | 2 ++
include/uapi/linux/snmp.h | 1 +
net/ipv4/proc.c | 1 +
net/ipv4/sysctl_net_ipv4.c | 11 +++++++++++
net/ipv4/tcp.c | 1 +
net/ipv4/tcp_input.c | 32 ++++++++++++++++++++++++--------
net/ipv4/tcp_ipv4.c | 1 +
net/ipv4/tcp_output.c | 10 +++++++---
net/ipv4/tcp_timer.c | 1 +
13 files changed, 63 insertions(+), 12 deletions(-)
Eric Dumazet (5):
tcp: reduce tcp_fastretrans_alert() verbosity
tcp: limit payload size of sacked skbs
tcp: tcp_fragment() should apply sane memory limits
tcp: add tcp_min_snd_mss sysctl
tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()
Greg Kroah-Hartman (1):
Linux 4.14.127