netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] Fix for TCP PMTU
@ 2015-03-10  9:16 Fan Du
  2015-03-10  9:16 ` [PATCH net-next 1/4] ipv4: Rename tcp_mtu_probing to tcp_blackhole_probe Fan Du
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Fan Du @ 2015-03-10  9:16 UTC (permalink / raw)
  To: johnwheffner; +Cc: davem, netdev, fengyuleidian0615

Hi,

This patchset performs some minor fixes for TCP PMTU,
including correct length condition checking when building
probe segment, then checking if there is enough data avaiable
with probe_size, and finally a cosmetics patch to rename
tcp_mtu_probing with tcp_blackhole_probe for clarity.
In addition, clamp sysctl_tcp_probe_threshold.

Fan Du (4):
  ipv4: Rename tcp_mtu_probing to tcp_blackhole_probe
  ipv4: Correct two conditions checking when buildig nskb
  ipv4: Use probe_size to check write queue data length
  ipv4: clamp sysctl_tcp_probe_threshold

 net/ipv4/tcp_output.c |   14 ++++++--------
 net/ipv4/tcp_timer.c  |    5 +++--
 2 files changed, 9 insertions(+), 10 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-03-18 12:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-10  9:16 [PATCH net-next 0/4] Fix for TCP PMTU Fan Du
2015-03-10  9:16 ` [PATCH net-next 1/4] ipv4: Rename tcp_mtu_probing to tcp_blackhole_probe Fan Du
2015-03-10  9:16 ` [PATCH net-next 2/4] ipv4: Correct two conditions checking when buildig nskb Fan Du
2015-03-18 12:44   ` John Heffner
2015-03-10  9:16 ` [PATCH net-next 3/4] ipv4: Use probe_size to check write queue data length Fan Du
2015-03-10 12:26   ` John Heffner
2015-03-18  1:37     ` Fan Du
2015-03-18 12:41       ` John Heffner
2015-03-10  9:16 ` [PATCH net-next 4/4] ipv4: clamp sysctl_tcp_probe_threshold Fan Du

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).