aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids/ccid3.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2005-08-29[CCID3]: Separate most of the packet history codeArnaldo Carvalho de Melo1-18/+0
This also changes the list_for_each_entry_safe_continue behaviour to match its kerneldoc comment, that is, to start after the pos passed. Also adds several helper functions from previously open coded fragments, making the code more clear. Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
2005-08-29[DCCP]: Initial implementationArnaldo Carvalho de Melo1-0/+137
Development to this point was done on a subversion repository at: http://oops.ghostprotocols.net:81/cgi-bin/viewcvs.cgi/dccp-2.6/ This repository will be kept at this site for the foreseable future, so that interested parties can see the history of this code, attributions, etc. If I ever decide to take this offline I'll provide the full history at some other suitable place. Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> Signed-off-by: David S. Miller <davem@davemloft.net>