aboutsummaryrefslogtreecommitdiff
path: root/net/core/flow.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-16net: Handle different key sizes between address families in flow cacheGravatar dpward 1-14/+17
2011-09-15net: Make flow cache namespace-awareGravatar dpward 1-1/+4
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-02-22net: Make flow cache paths use a const struct flowi.Gravatar David S. Miller 1-7/+7
2010-09-23net: return operator cleanupGravatar Eric Dumazet 1-2/+2
2010-09-13flow: better memory managementGravatar Eric Dumazet 1-36/+42
2010-07-12net/core: EXPORT_SYMBOL cleanupsGravatar Eric Dumazet 1-3/+2
2010-06-28net: use this_cpu_ptr()Gravatar Eric Dumazet 1-2/+2
2010-04-07flow: delayed deletion of flow cache entriesGravatar Timo Teräs 1-31/+69
2010-04-07flow: virtualize flow cache entry methodsGravatar Timo Teräs 1-60/+68
2010-04-01flow: structurize flow cacheGravatar Timo Teräs 1-104/+119
2008-11-25netns xfrm: lookup in netnsGravatar Alexey Dobriyan 1-2/+2
2008-11-06net: mark flow_cache_cpu_prepare() as __initGravatar Alexey Dobriyan 1-1/+1
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentGravatar Jens Axboe 1-1/+1
2008-04-18net: Remove unnecessary inclusions of asm/semaphore.hGravatar Matthew Wilcox 1-1/+0
2008-02-07[IPSEC] flow: reorder "struct flow_cache_entry" and remove SLAB_HWCACHE_ALIGNGravatar Eric Dumazet 1-2/+2
2008-02-07[IPSEC] flow: Remove an unnecessary ____cacheline_alignedGravatar Eric Dumazet 1-1/+1
2008-01-28[NET]: Convert init_timer into setup_timerGravatar Pavel Emelyanov 1-2/+1
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gravatar Gautham R Shenoy 1-2/+2
2007-10-23[NET]: Use BUILD_BUG_ON in net/core/flowi.cGravatar Pavel Emelyanov 1-4/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-05-09Add suspend-related notifications for CPU hotplugGravatar Rafael J. Wysocki 1-1/+1
2007-01-23[IPSEC] flow: Fix potential memory leakGravatar Herbert Xu 1-16/+10
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useGravatar Ingo Molnar 1-2/+0
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-1/+1
2006-12-07[PATCH] slab: remove SLAB_ATOMICGravatar Christoph Lameter 1-1/+1
2006-10-11IPsec: propagate security module errors up from flow_cache_lookupGravatar James Morris 1-14/+28
2006-09-22[NET]: Use SLAB_PANICGravatar Alexey Dobriyan 1-5/+1
2006-09-22[MLSXFRM]: Flow based matching of xfrm policy and stateGravatar Venkat Yekkirala 1-5/+2
2006-04-11[PATCH] for_each_possible_cpu: network codesGravatar KAMEZAWA Hiroyuki 1-2/+2
2006-04-09[NET]: More kzalloc conversions.Gravatar Andrew Morton 1-3/+1
2006-03-20[NET] sem2mutex: net/Gravatar Arjan van de Ven 1-3/+4
2006-01-03[LSM-IPSec]: Security association restriction.Gravatar Trent Jaeger 1-2/+6
2005-08-29[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersGravatar Eric Dumazet 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+371