aboutsummaryrefslogtreecommitdiff
path: root/net/dccp/ccid.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-15dccp: drop null test before destroy functionsGravatar Julia Lawall 1-2/+1
2014-10-01net/dccp/ccid.c: add __init to ccid_activateGravatar Fabian Frederick 1-1/+1
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsGravatar Ben Hutchings 1-0/+1
2011-07-04dccp: cosmetics of info messageGravatar Gerrit Renker 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+2
2010-02-12dccp: allow probing of CCID-array lengthGravatar Gerrit Renker 1-5/+4
2010-02-03dccp: fix bug in cache allocationGravatar Gerrit Renker 1-1/+1
2010-01-19dccp: fix dccp rmmod when kernel configured to use slubGravatar Neil Horman 1-13/+5
2009-01-04dccp: Integrate the TFRC library with DCCPGravatar Gerrit Renker 1-1/+7
2009-01-04dccp: Clean up ccid.c after integration of CCID pluginsGravatar Gerrit Renker 1-124/+12
2009-01-04dccp: Lockless integration of CCID congestion-control pluginsGravatar Gerrit Renker 1-56/+100
2008-12-08dccp: Remove obsolete parts of the old CCID interfaceGravatar Gerrit Renker 1-14/+0
2008-11-12dccp: Query supported CCIDsGravatar Gerrit Renker 1-0/+48
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Gravatar Johannes Berg 1-1/+1
2008-01-28[CCID]: More informative registrationGravatar Gerrit Renker 1-4/+4
2007-08-13[DCCP]: fix theoretical ccids_{read,write}_lock() raceGravatar Oleg Nesterov 1-0/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-3/+3
2006-03-20[DCCP] CCID: Improve CCID infrastructureGravatar Arnaldo Carvalho de Melo 1-34/+154
2006-03-20[DCCP] CCID: Allow ccid_{init,exit} to be NULLGravatar Arnaldo Carvalho de Melo 1-4/+1
2005-08-29[DCCP]: Initial implementationGravatar Arnaldo Carvalho de Melo 1-0/+139