summaryrefslogtreecommitdiffstats
path: root/net/dccp/ccid.c
Commit message (Expand)AuthorAgeFilesLines
* dccp: drop null test before destroy functionsJulia Lawall2015-09-151-2/+1
* net/dccp/ccid.c: add __init to ccid_activateFabian Frederick2014-10-011-1/+1
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-0/+1
* dccp: cosmetics of info messageGerrit Renker2011-07-041-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+2
* dccp: allow probing of CCID-array lengthGerrit Renker2010-02-121-5/+4
* dccp: fix bug in cache allocationGerrit Renker2010-02-031-1/+1
* dccp: fix dccp rmmod when kernel configured to use slubNeil Horman2010-01-191-13/+5
* dccp: Integrate the TFRC library with DCCPGerrit Renker2009-01-041-1/+7
* dccp: Clean up ccid.c after integration of CCID pluginsGerrit Renker2009-01-041-124/+12
* dccp: Lockless integration of CCID congestion-control pluginsGerrit Renker2009-01-041-56/+100
* dccp: Remove obsolete parts of the old CCID interfaceGerrit Renker2008-12-081-14/+0
* dccp: Query supported CCIDsGerrit Renker2008-11-121-0/+48
* net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg2008-10-161-1/+1
* [CCID]: More informative registrationGerrit Renker2008-01-281-4/+4
* [DCCP]: fix theoretical ccids_{read,write}_lock() raceOleg Nesterov2007-08-131-0/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-3/+3
* [DCCP] CCID: Improve CCID infrastructureArnaldo Carvalho de Melo2006-03-201-34/+154
* [DCCP] CCID: Allow ccid_{init,exit} to be NULLArnaldo Carvalho de Melo2006-03-201-4/+1
* [DCCP]: Initial implementationArnaldo Carvalho de Melo2005-08-291-0/+139