netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] net: allow setting congctl via routing table
@ 2014-12-05 15:24 Daniel Borkmann
  2014-12-05 15:24 ` [PATCH net-next 1/4] net: tcp: refactor reinitialization of congestion control Daniel Borkmann
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Daniel Borkmann @ 2014-12-05 15:24 UTC (permalink / raw)
  To: davem; +Cc: hannes, fw, netdev

This is the second part of our work and allows for setting the congestion
control algorithm via routing table. For details, please see individual
patches.

Joint work with Florian Westphal, suggested by Hannes Frederic Sowa.

Thanks!

Daniel Borkmann (4):
  net: tcp: refactor reinitialization of congestion control
  net: tcp: add key management to congestion control
  net: tcp: add RTAX_CC_ALGO fib handling
  net: tcp: add per route congestion control

 include/net/inet_connection_sock.h |  3 +-
 include/net/tcp.h                  | 22 +++++++++-
 include/uapi/linux/rtnetlink.h     |  2 +
 net/core/rtnetlink.c               | 15 ++++++-
 net/decnet/dn_fib.c                |  3 +-
 net/decnet/dn_table.c              |  3 +-
 net/ipv4/fib_semantics.c           | 14 +++++-
 net/ipv4/tcp_cong.c                | 87 ++++++++++++++++++++++++++++++++------
 net/ipv4/tcp_ipv4.c                |  2 +
 net/ipv4/tcp_minisocks.c           | 30 +++++++++++--
 net/ipv4/tcp_output.c              | 21 +++++++++
 net/ipv6/ip6_fib.c                 | 15 ++++++-
 net/ipv6/route.c                   |  3 +-
 net/ipv6/tcp_ipv6.c                |  2 +
 14 files changed, 196 insertions(+), 26 deletions(-)

-- 
1.7.11.7

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

end of thread, other threads:[~2014-12-05 21:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-05 15:24 [PATCH net-next 0/4] net: allow setting congctl via routing table Daniel Borkmann
2014-12-05 15:24 ` [PATCH net-next 1/4] net: tcp: refactor reinitialization of congestion control Daniel Borkmann
2014-12-05 15:24 ` [PATCH net-next 2/4] net: tcp: add key management to " Daniel Borkmann
2014-12-05 15:24 ` [PATCH net-next 3/4] net: tcp: add RTAX_CC_ALGO fib handling Daniel Borkmann
2014-12-05 15:24 ` [PATCH net-next 4/4] net: tcp: add per route congestion control Daniel Borkmann
2014-12-05 16:35 ` [PATCH net-next 0/4] net: allow setting congctl via routing table Dave Taht
2014-12-05 18:35   ` Hannes Frederic Sowa
2014-12-05 19:05     ` Dave Taht
2014-12-05 21:03       ` Hannes Frederic Sowa

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