[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1309806079-21604-1-git-send-email-gerrit@erg.abdn.ac.uk>
Date: Mon, 4 Jul 2011 13:01:13 -0600
From: Gerrit Renker <gerrit@....abdn.ac.uk>
To: davem@...emloft.net
Cc: dccp@...r.kernel.org, netdev@...r.kernel.org
Subject: net-next-2.6 [PATCH 0/6] dccp: several long-tested updates from dccp test tree
Dear Dave,
in the usual slow steps (i.e. only a few patches per week) I would like to
continue submitting the DCCP test tree patches. Most of these have been in
tested for several years, several fix bugs or open issues, some are needed
by subsequent test tree patches.
This set contains several minor fixes and CWV for CCID-2.
Patch #1: fixes several issues in slow-path input processing.
Patch #2: refactors common pattern (queueing + cloning) into the same function.
Patch #3: straightens cosmetics of info message appearing in logs.
Patch #4: puts frequently used CCID-2 inline function into header file.
Patch #5: reuses existing function to test for data packets in CCID-2.
Patch #6: implements congestion window validation (RFC 2861) in CCID-2.
This set is also available for today's net-next-2.6 at
git://eden-feed.erg.abdn.ac.uk/net-next-2.6 ===> subtree "dccp"
---
net/dccp/ccid.c | 4 +-
net/dccp/ccids/ccid2.c | 109 ++++++++++++++++++++++++++++++++++++++----------
net/dccp/ccids/ccid2.h | 25 +++++++++++-
net/dccp/input.c | 61 +++++++++++++--------------
net/dccp/output.c | 14 +++---
5 files changed, 150 insertions(+), 63 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists