]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdc479d0cd1e0ebfeb8a9f475005bac99098d1e97
tree3b4de2d4483e984a20640aa9f42681aebb6b955e
parent0da28d32325c41d29ee7a97bb49f1c5ea4cf6fef
parent6a5121f584646bee97639cec214eab1144d812ad
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>