From: Gerrit Renker <gerrit@erg.abdn.ac.uk>
To: davem@davemloft.net
Cc: dccp@vger.kernel.org, netdev@vger.kernel.org
Subject: net-next-2.6 [PATCH 0/6] dccp: several long-tested updates from dccp test tree
Date: Mon, 4 Jul 2011 13:01:13 -0600 [thread overview]
Message-ID: <1309806079-21604-1-git-send-email-gerrit@erg.abdn.ac.uk> (raw)
In-Reply-To: <test_tree_patch_set_update_2011-07-04>
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(-)
next parent reply other threads:[~2011-07-04 19:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <test_tree_patch_set_update_2011-07-04>
2011-07-04 19:01 ` Gerrit Renker [this message]
2011-07-05 0:55 ` net-next-2.6 [PATCH 0/6] dccp: several long-tested updates from dccp test tree David Miller
2011-07-04 19:01 ` [PATCH 1/6] dccp: Clean up slow-path input processing Gerrit Renker
2011-07-04 19:01 ` [PATCH 2/6] dccp: combine the functionality of enqeueing and cloning Gerrit Renker
2011-07-04 19:01 ` [PATCH 3/6] dccp: cosmetics of info message Gerrit Renker
2011-07-04 19:01 ` [PATCH 4/6] dccp ccid-2: move rfc 3390 function into header file Gerrit Renker
2011-07-04 19:01 ` [PATCH 5/6] dccp ccid-2: Use existing function to test for data packets Gerrit Renker
2011-07-04 19:01 ` [PATCH 6/6] dccp ccid-2: Perform congestion-window validation Gerrit Renker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1309806079-21604-1-git-send-email-gerrit@erg.abdn.ac.uk \
--to=gerrit@erg.abdn.ac.uk \
--cc=davem@davemloft.net \
--cc=dccp@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).