From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerrit Renker Subject: net-next-2.6 [PATCH 0/5] dccp: miscellaneous CCID fixes and clean-up Date: Tue, 21 Sep 2010 12:28:53 +0200 Message-ID: <1285064938-5933-1-git-send-email-gerrit@erg.abdn.ac.uk> References: Cc: dccp@vger.kernel.org, netdev@vger.kernel.org To: davem@davemloft.net Return-path: Received: from dee.erg.abdn.ac.uk ([139.133.204.82]:64858 "EHLO erg.abdn.ac.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752393Ab0IUK3L (ORCPT ); Tue, 21 Sep 2010 06:29:11 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: Dear Dave, please find attached a tested set of 2 + 3 cleanup patches; * the first two affect the DCCP CCID interface in general, * the last three conclude the first set of CCID-3 patches. Patch #1: allows the CCID option-parsing routines to see the packet type. Patch #2: replaces magic CCID-specific numbers with symbolic constants. Patch #3: removes a redundant CCID-3 state (thanks to Leandro Sales de Melo). Patch #4: fixes several issues in computing the CCID-3 loss rate. Patch #5: removes redundant CCID-3 TX 'options_received' struct. The set has also been placed into a fresh (today's) copy of net-next-2.6, on git://eden-feed.erg.abdn.ac.uk/net-next-2.6 [subtree 'dccp'] All patches have been tested and compile independently.