]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tcp_nv'
authorDavid S. Miller <davem@davemloft.net>
Sat, 11 Jun 2016 06:07:50 +0000 (23:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Jun 2016 06:07:50 +0000 (23:07 -0700)
commit586c91d8a4196f151f61f6853b4bedc0d720f21b
treef43744c64fd040388ab6c55c3edaa186654ad21b
parent2cf5b471972e29b5cb3aea459a49dd5ca2c81232
parent9962d1bece6a1b3854d0f5b192a2d631c2e16fb0
Merge branch 'tcp_nv'

Lawrence Brakmo says:

====================
tcp: add NV congestion control

Removed most of the module parameters

Tested in a rack using between 1 and 380 active TCP-NV flows.

Consists of the following patches:
[PATCH net-next v2 1/2] tcp: add in_flight to tcp_skb_cb
[PATCH net-next v2 2/2] tcp: add NV congestion control
====================

Signed-off-by: Lawrence Brakmo <brakmo@fb.com>