aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ccid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-15dccp: drop null test before destroy functionsJulia Lawall1-2/+1
2014-10-01net/dccp/ccid.c: add __init to ccid_activateFabian Frederick1-1/+1
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-0/+1
2011-07-04dccp: cosmetics of info messageGerrit Renker1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+2
2010-02-12dccp: allow probing of CCID-array lengthGerrit Renker1-5/+4
2010-02-03dccp: fix bug in cache allocationGerrit Renker1-1/+1
2010-01-19dccp: fix dccp rmmod when kernel configured to use slubNeil Horman1-13/+5
2009-01-04dccp: Integrate the TFRC library with DCCPGerrit Renker1-1/+7
2009-01-04dccp: Clean up ccid.c after integration of CCID pluginsGerrit Renker1-124/+12
2009-01-04dccp: Lockless integration of CCID congestion-control pluginsGerrit Renker1-56/+100
2008-12-08dccp: Remove obsolete parts of the old CCID interfaceGerrit Renker1-14/+0
2008-11-12dccp: Query supported CCIDsGerrit Renker1-0/+48
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg1-1/+1
2008-01-28[CCID]: More informative registrationGerrit Renker1-4/+4
2007-08-13[DCCP]: fix theoretical ccids_{read,write}_lock() raceOleg Nesterov1-0/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-3/+3
2006-03-20[DCCP] CCID: Improve CCID infrastructureArnaldo Carvalho de Melo1-34/+154
2006-03-20[DCCP] CCID: Allow ccid_{init,exit} to be NULLArnaldo Carvalho de Melo1-4/+1
2005-08-29[DCCP]: Initial implementationArnaldo Carvalho de Melo1-0/+139