Hi Dave,
please find enclosed the last set, completing the feature negotiation
implementation. I have checked these to compile individually.Gerrit
Commit summary:
---------------
This is the final set out of an ongoing submission to provide feature and
capability negotiation for DCCP endpoints (RFC 4340 - 4342, RFC 5348).The whole set is structured into 3 main blocks - (1) basis, (2) core, (3)
integration and cleanup.This set is the final in block (3) and implements the initialization of
feature-negotiation state. This includes picking up the global defaults
set via sysctls and to auto-load the CCID modules before announcing
available CCID modules as negotiable candidates to the peer.List of patches in this set:
----------------------------
Patch #1: Initialisation framework for the supported features.
Patch #2: Auto-loading of CCID modules so that the modules are available
when the negotiation is completed.
Patch #3: Adds full support for local/remote Sequence Window.
Patch #4: Initialisation and type-checking of involved sysctls.
Patch #5: A set of (useful) debugging/printing helper functions.The set is also available for viewing online, beginning at
http://eden-feed.erg.abdn.ac.uk/cgi-bin/gitweb.cgi?p=dccp_exp.git;a=comm...Patch stats:
------------
Documentation/networking/dccp.txt | 3
include/linux/dccp.h | 51 -------
net/dccp/ccid.c | 39 ++++--
net/dccp/ccid.h | 1
net/dccp/dccp.h | 21 +--
net/dccp/feat.c | 247 ++++++++++++++++++++++++++++----------
net/dccp/feat.h | 23 +--
net/dccp/minisocks.c | 11 -
net/dccp/options.c | 8 -
net/dccp/proto.c | 2
net/dccp/sysctl.c | 43 ++++--
11 files changed, 271 insertions(+), 178 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
| Greg Kroah-Hartman | [PATCH 011/196] sysfs: Fix a copy-n-paste typo in comment |
| Al Boldi | Re: [ck] Re: [ANNOUNCE] RSDL completely fair starvation free interactive cpu sched... |
| Andrew Morton | 2.6.25-rc8-mm2 |
| Ingo Molnar | Re: [patch] sched_clock(): cleanups |
| David Miller | [GIT]: Networking |
| John P Poet | Realtek 8111C transmit timed out |
| Gerrit Renker | [PATCH 15/37] dccp: Set per-connection CCIDs via socket options |
| Kenny Chang | Multicast packet loss |
git: | |
