aboutsummaryrefslogtreecommitdiff
path: root/net/dccp/ccid.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-19net: dccp: Remove extern from function prototypesGravatar Joe Perches 1-9/+9
2012-08-15dccp: check ccid before dereferencingGravatar Mathias Krause 1-2/+2
2010-10-28dccp: Return-value convention of hc_tx_send_packet()Gravatar Gerrit Renker 1-3/+31
2010-10-12dccp: remove unused argument in CCID tx functionGravatar Gerrit Renker 1-3/+3
2010-09-21dccp: Add packet type information to CCID-specific option parsingGravatar Gerrit Renker 1-23/+23
2010-02-03dccp: fix bug in cache allocationGravatar Gerrit Renker 1-3/+5
2010-01-19dccp: fix dccp rmmod when kernel configured to use slubGravatar Neil Horman 1-0/+2
2009-01-04dccp: Clean up ccid.c after integration of CCID pluginsGravatar Gerrit Renker 1-2/+1
2009-01-04dccp: Lockless integration of CCID congestion-control pluginsGravatar Gerrit Renker 1-4/+7
2008-12-08dccp: Remove obsolete parts of the old CCID interfaceGravatar Gerrit Renker 1-5/+0
2008-11-23dccp: API to query the current TX/RX CCIDGravatar Gerrit Renker 1-0/+18
2008-11-12dccp: Query supported CCIDsGravatar Gerrit Renker 1-0/+5
2008-01-28[DCCP]: Introducing CCMPSGravatar Gerrit Renker 1-0/+2
2008-01-28[DCCP]: Documentation for CCID operationsGravatar Gerrit Renker 1-7/+28
2006-12-11[DCCP] ccid: Deprecate ccid_hc_tx_insert_optionsGravatar Gerrit Renker 1-10/+0
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-2/+2
2006-12-02[DCCP]: Use `unsigned' for packet lengthsGravatar Gerrit Renker 1-6/+6
2006-03-20[DCCP] options: Make dccp_insert_options & friends yell on errorGravatar Arnaldo Carvalho de Melo 1-8/+10
2006-03-20[DCCP] CCID: Improve CCID infrastructureGravatar Arnaldo Carvalho de Melo 1-65/+50
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hGravatar Arnaldo Carvalho de Melo 1-0/+2
2005-10-10[CCID]: Check if ccid is NULL in the hc_[tr]x_exit functionsGravatar Arnaldo Carvalho de Melo 1-2/+2
2005-09-18[DCCP]: Introduce CCID getsockopt for the CCIDsGravatar Arnaldo Carvalho de Melo 1-0/+31
2005-08-29[DCCP]: Introduce dccp_get_infoGravatar Arnaldo Carvalho de Melo 1-0/+18
2005-08-29[CCID]: Make ccid_hc_[rt]x_exit accept NULL argumentsGravatar Arnaldo Carvalho de Melo 1-2/+4
2005-08-29[DCCP]: Just reflow the source code to fit in 80 columnsGravatar Arnaldo Carvalho de Melo 1-6/+12
2005-08-29[DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsgGravatar Arnaldo Carvalho de Melo 1-5/+3
2005-08-29[DCCP]: Initial implementationGravatar Arnaldo Carvalho de Melo 1-0/+156