summaryrefslogtreecommitdiffstats
path: root/net/dccp/ccid.h
Commit message (Expand)AuthorAgeFilesLines
* net: dccp: Remove extern from function prototypesJoe Perches2013-10-191-9/+9
* dccp: check ccid before dereferencingMathias Krause2012-08-151-2/+2
* dccp: Return-value convention of hc_tx_send_packet()Gerrit Renker2010-10-281-3/+31
* dccp: remove unused argument in CCID tx functionGerrit Renker2010-10-121-3/+3
* dccp: Add packet type information to CCID-specific option parsingGerrit Renker2010-09-211-23/+23
* dccp: fix bug in cache allocationGerrit Renker2010-02-031-3/+5
* dccp: fix dccp rmmod when kernel configured to use slubNeil Horman2010-01-191-0/+2
* dccp: Clean up ccid.c after integration of CCID pluginsGerrit Renker2009-01-041-2/+1
* dccp: Lockless integration of CCID congestion-control pluginsGerrit Renker2009-01-041-4/+7
* dccp: Remove obsolete parts of the old CCID interfaceGerrit Renker2008-12-081-5/+0
* dccp: API to query the current TX/RX CCIDGerrit Renker2008-11-231-0/+18
* dccp: Query supported CCIDsGerrit Renker2008-11-121-0/+5
* [DCCP]: Introducing CCMPSGerrit Renker2008-01-281-0/+2
* [DCCP]: Documentation for CCID operationsGerrit Renker2008-01-281-7/+28
* [DCCP] ccid: Deprecate ccid_hc_tx_insert_optionsGerrit Renker2006-12-111-10/+0
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [DCCP]: Use `unsigned' for packet lengthsGerrit Renker2006-12-021-6/+6
* [DCCP] options: Make dccp_insert_options & friends yell on errorArnaldo Carvalho de Melo2006-03-201-8/+10
* [DCCP] CCID: Improve CCID infrastructureArnaldo Carvalho de Melo2006-03-201-65/+50
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-0/+2
* [CCID]: Check if ccid is NULL in the hc_[tr]x_exit functionsArnaldo Carvalho de Melo2005-10-101-2/+2
* [DCCP]: Introduce CCID getsockopt for the CCIDsArnaldo Carvalho de Melo2005-09-181-0/+31
* [DCCP]: Introduce dccp_get_infoArnaldo Carvalho de Melo2005-08-291-0/+18
* [CCID]: Make ccid_hc_[rt]x_exit accept NULL argumentsArnaldo Carvalho de Melo2005-08-291-2/+4
* [DCCP]: Just reflow the source code to fit in 80 columnsArnaldo Carvalho de Melo2005-08-291-6/+12
* [DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsgArnaldo Carvalho de Melo2005-08-291-5/+3
* [DCCP]: Initial implementationArnaldo Carvalho de Melo2005-08-291-0/+156