aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/flow.c
Commit message (Expand)AuthorAgeFilesLines
* net: Add a flow_cache_flush_deferred functionSteffen Klassert2011-12-211-0/+12
* net/flow: Fix potential memory leakhuajun li2011-10-171-1/+13
* net: Handle different key sizes between address families in flow cachedpward2011-09-161-14/+17
* net: Make flow cache namespace-awaredpward2011-09-151-1/+4
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* net: Make flow cache paths use a const struct flowi.David S. Miller2011-02-221-7/+7
* net: return operator cleanupEric Dumazet2010-09-231-2/+2
* flow: better memory managementEric Dumazet2010-09-131-36/+42
* net/core: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-121-3/+2
* net: use this_cpu_ptr()Eric Dumazet2010-06-281-2/+2
* flow: delayed deletion of flow cache entriesTimo Teräs2010-04-071-31/+69
* flow: virtualize flow cache entry methodsTimo Teräs2010-04-071-60/+68
* flow: structurize flow cacheTimo Teräs2010-04-011-104/+119
* netns xfrm: lookup in netnsAlexey Dobriyan2008-11-251-2/+2
* net: mark flow_cache_cpu_prepare() as __initAlexey Dobriyan2008-11-061-1/+1
* smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-261-1/+1
* net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
* [IPSEC] flow: reorder "struct flow_cache_entry" and remove SLAB_HWCACHE_ALIGNEric Dumazet2008-02-071-2/+2
* [IPSEC] flow: Remove an unnecessary ____cacheline_alignedEric Dumazet2008-02-071-1/+1
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-2/+1
* cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy2008-01-251-2/+2
* [NET]: Use BUILD_BUG_ON in net/core/flowi.cPavel Emelyanov2007-10-231-4/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-1/+1
* [IPSEC] flow: Fix potential memory leakHerbert Xu2007-01-231-16/+10
* [PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2006-12-071-2/+0
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-071-1/+1
* IPsec: propagate security module errors up from flow_cache_lookupJames Morris2006-10-111-14/+28
* [NET]: Use SLAB_PANICAlexey Dobriyan2006-09-221-5/+1
* [MLSXFRM]: Flow based matching of xfrm policy and stateVenkat Yekkirala2006-09-221-5/+2
* [PATCH] for_each_possible_cpu: network codesKAMEZAWA Hiroyuki2006-04-111-2/+2
* [NET]: More kzalloc conversions.Andrew Morton2006-04-091-3/+1
* [NET] sem2mutex: net/Arjan van de Ven2006-03-201-3/+4
* [LSM-IPSec]: Security association restriction.Trent Jaeger2006-01-031-2/+6
* [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet2005-08-291-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+371