Merge branch 'rt_cong_ctrl'
authorDavid S. Miller <davem@davemloft.net>
Tue, 6 Jan 2015 03:55:28 +0000 (22:55 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Jan 2015 03:55:28 +0000 (22:55 -0500)
commita918eb9fac6431901fe8ec8a2cb31dfe6fdd1af7
tree3b4de2d4483e984a20640aa9f42681aebb6b955e
parent6cb69742daa1770fe1ce54cf45f8951376518176
parent81164413ad096bafe8ad1068f3f095a7dd081d8b
Merge branch 'rt_cong_ctrl'

Daniel Borkmann says:

====================
net: allow setting congctl via routing table

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.

Since patch 1 is a bug fix, we suggest applying patch 1 to net, and then
merging net into net-next, for example, and following up with the remaining
feature patches wrt dependencies.

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

Patch for iproute2 is available under [1], but will be reposted with along
with the man-page update when this set hits net-next.

  [1] http://patchwork.ozlabs.org/patch/418149/

Thanks!

v2 -> v3:
 - Added module auto-loading as suggested by David Miller, thanks!
  - Added patch 2 for handling possible sleeps in fib6
  - While working on this, we discovered a bug, hence fix in patch 1
  - Added auto-loading to patch 4
 - Rebased, retested, rest the same.
v1 -> v2:
 - Very sorry, I noticed I had decnet disabled during testing.
   Added missing header include in decnet, rest as is.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>