aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/flow.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-05flowcache: Fix kernel panic in flow_cache_flush_taskMiroslav Urbanek1-1/+1
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+7
2014-03-20net/core/flow.c: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-1/+7
2014-03-12flowcache: Fix resource leaks on namespace exit.Steffen Klassert1-0/+19
2014-03-10flowcache: restore a single flow_cache kmem_cacheEric Dumazet1-6/+8
2014-02-12flowcache: Make flow cache name space awareFan Du1-70/+57
2013-07-14net: delete __cpuinit usage from all net filesPaul Gortmaker1-2/+2
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-03-29net: simplify the getting percpu of flow_cacheLi RongQing1-1/+1
2013-03-29net: fix the use of this_cpu_ptrLi RongQing1-1/+1
2013-03-20dynticks: avoid flow_cache_flush() interrupting every coreChris Metcalf1-3/+39
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-6/+5
2013-01-22net: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2012-11-19net: core: use this_cpu_ptr per-cpu helperShan Wei1-3/+1
2011-12-21net: Add a flow_cache_flush_deferred functionSteffen Klassert1-0/+12
2011-10-17net/flow: Fix potential memory leakhuajun li1-1/+13
2011-09-16net: Handle different key sizes between address families in flow cachedpward1-14/+17
2011-09-15net: Make flow cache namespace-awaredpward1-1/+4
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-02-22net: Make flow cache paths use a const struct flowi.David S. Miller1-7/+7
2010-09-23net: return operator cleanupEric Dumazet1-2/+2
2010-09-13flow: better memory managementEric Dumazet1-36/+42
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet1-3/+2
2010-06-28net: use this_cpu_ptr()Eric Dumazet1-2/+2
2010-04-07flow: delayed deletion of flow cache entriesTimo Teräs1-31/+69
2010-04-07flow: virtualize flow cache entry methodsTimo Teräs1-60/+68
2010-04-01flow: structurize flow cacheTimo Teräs1-104/+119
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan1-2/+2
2008-11-06net: mark flow_cache_cpu_prepare() as __initAlexey Dobriyan1-1/+1
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-1/+1
2008-04-18net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-02-07[IPSEC] flow: reorder "struct flow_cache_entry" and remove SLAB_HWCACHE_ALIGNEric Dumazet1-2/+2
2008-02-07[IPSEC] flow: Remove an unnecessary ____cacheline_alignedEric Dumazet1-1/+1
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-2/+1
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy1-2/+2
2007-10-23[NET]: Use BUILD_BUG_ON in net/core/flowi.cPavel Emelyanov1-4/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-1/+1
2007-01-23[IPSEC] flow: Fix potential memory leakHerbert Xu1-16/+10
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar1-2/+0
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter1-1/+1
2006-10-11IPsec: propagate security module errors up from flow_cache_lookupJames Morris1-14/+28
2006-09-22[NET]: Use SLAB_PANICAlexey Dobriyan1-5/+1
2006-09-22[MLSXFRM]: Flow based matching of xfrm policy and stateVenkat Yekkirala1-5/+2
2006-04-11[PATCH] for_each_possible_cpu: network codesKAMEZAWA Hiroyuki1-2/+2
2006-04-09[NET]: More kzalloc conversions.Andrew Morton1-3/+1
2006-03-20[NET] sem2mutex: net/Arjan van de Ven1-3/+4
2006-01-03[LSM-IPSec]: Security association restriction.Trent Jaeger1-2/+6
2005-08-29[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet1-1/+1