netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [next PATCH 0/5] net: tcp: DCTCP congestion control algorithm
@ 2014-05-12 20:59 Florian Westphal
  2014-05-12 20:59 ` [PATCH 1/5] net: tcp: assign tcp cong_ops when tcp sk is created Florian Westphal
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Florian Westphal @ 2014-05-12 20:59 UTC (permalink / raw)
  To: netdev

This patch series adds support for the Datacenter TCP (DCTCP) congestion
control algorithm.

Please see individual patches' changelog for the details. A summary
of DCTCP and test results can be found in patch 5.

Joint work with Daniel Borkmann and Glenn Judd.

Daniel Borkmann (2):
      net: tcp: add flag for ca to indicate that ECN is required
      net: tcp: add DCTCP congestion algorithm

Florian Westphal (3):
      net: tcp: assign tcp cong_ops when tcp sk is created
      net: tcp: split ack slow/fast events from cwnd_event
      net: tcp: more detailed ACK events, and events for CE marked packets

 Documentation/networking/dctcp.txt | 232 +++++++++++++++++++++++++++
 include/net/tcp.h                  |  70 ++++++---
 net/ipv4/Kconfig                   |  28 +++-
 net/ipv4/Makefile                  |   1 +
 net/ipv4/tcp.c                     |   2 +-
 net/ipv4/tcp_cong.c                |  24 ++-
 net/ipv4/tcp_dctcp.c               | 311 +++++++++++++++++++++++++++++++++++++
 net/ipv4/tcp_input.c               |  30 +++-
 net/ipv4/tcp_ipv4.c                |   2 +-
 net/ipv4/tcp_minisocks.c           |   2 +-
 net/ipv4/tcp_output.c              |  14 +-
 net/ipv4/tcp_westwood.c            |  30 ++--
 net/ipv6/tcp_ipv6.c                |   2 +-
 13 files changed, 690 insertions(+), 58 deletions(-)
 create mode 100644 Documentation/networking/dctcp.txt
 create mode 100644 net/ipv4/tcp_dctcp.c

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

end of thread, other threads:[~2014-05-13 15:18 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-12 20:59 [next PATCH 0/5] net: tcp: DCTCP congestion control algorithm Florian Westphal
2014-05-12 20:59 ` [PATCH 1/5] net: tcp: assign tcp cong_ops when tcp sk is created Florian Westphal
2014-05-12 20:59 ` [PATCH 2/5] net: tcp: add flag for ca to indicate that ECN is required Florian Westphal
2014-05-12 23:51   ` Eric Dumazet
2014-05-13  9:18     ` Florian Westphal
2014-05-12 20:59 ` [PATCH 3/5] net: tcp: split ack slow/fast events from cwnd_event Florian Westphal
2014-05-12 20:59 ` [PATCH 4/5] net: tcp: more detailed ACK events, and events for CE marked packets Florian Westphal
2014-05-13  4:41   ` Yuchung Cheng
2014-05-13 10:26     ` Florian Westphal
2014-05-12 20:59 ` [PATCH 5/5] net: tcp: add DCTCP congestion control algorithm Florian Westphal
2014-05-12 22:01 ` [next PATCH 0/5] net: tcp: " Cong Wang
2014-05-13  4:45   ` Stephen Hemminger
2014-05-13  9:34     ` Hagen Paul Pfeifer
2014-05-13  9:40       ` Eggert, Lars
2014-05-13 15:18       ` Stephen Hemminger

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).