]> git.openfabrics.org - ~emulex/infiniband.git/commit
Merge branch 'dctcp'
authorDavid S. Miller <davem@davemloft.net>
Mon, 29 Sep 2014 04:13:17 +0000 (00:13 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Sep 2014 04:13:17 +0000 (00:13 -0400)
commita11238ec28d40f56f8b939f6f125694dba3adb70
tree3a13df46a74af91d928dc4ac5150c2815ee42207
parent53dfd501819a6e9c3a7d56cac1ddaf03fe90800d
parente3118e8359bb7c59555aca60c725106e6d78c5ce
Merge branch 'dctcp'

Daniel Borkmann says:

====================
net: tcp: DCTCP congestion control algorithm

This patch series adds support for the DataCenter TCP (DCTCP) congestion
control algorithm. Please see individual patches for the details.

The last patch adds DCTCP as a congestion control module, and previous
ones add needed infrastructure to extend the congestion control framework.

Joint work between Florian Westphal, Daniel Borkmann and Glenn Judd.

v3 -> v2:
 - No changes anywhere, just a resend as requested by Dave
 - Added Stephen's ACK
v1 -> v2:
 - Rebased to latest net-next
 - Addressed Eric's feedback, thanks!
  - Update stale comment wrt. DCTCP ECN usage
  - Don't call INET_ECN_xmit for every packet
 - Add dctcp ss/inetdiag support to expose internal stats to userspace
====================

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