summaryrefslogtreecommitdiff
path: root/net/core/flow.c
AgeCommit message (Expand)Author
2011-11-11net: Handle different key sizes between address families in flow cachedpward
2011-02-22net: Make flow cache paths use a const struct flowi.David S. Miller
2010-09-23net: return operator cleanupEric Dumazet
2010-09-13flow: better memory managementEric Dumazet
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet
2010-06-28net: use this_cpu_ptr()Eric Dumazet
2010-04-07flow: delayed deletion of flow cache entriesTimo Teräs
2010-04-07flow: virtualize flow cache entry methodsTimo Teräs
2010-04-01flow: structurize flow cacheTimo Teräs
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan
2008-11-06net: mark flow_cache_cpu_prepare() as __initAlexey Dobriyan
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe
2008-04-18net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox
2008-02-07[IPSEC] flow: reorder "struct flow_cache_entry" and remove SLAB_HWCACHE_ALIGNEric Dumazet
2008-02-07[IPSEC] flow: Remove an unnecessary ____cacheline_alignedEric Dumazet
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy
2007-10-23[NET]: Use BUILD_BUG_ON in net/core/flowi.cPavel Emelyanov
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki
2007-01-23[IPSEC] flow: Fix potential memory leakHerbert Xu
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter
2006-10-11IPsec: propagate security module errors up from flow_cache_lookupJames Morris
2006-09-22[NET]: Use SLAB_PANICAlexey Dobriyan
2006-09-22[MLSXFRM]: Flow based matching of xfrm policy and stateVenkat Yekkirala
2006-04-11[PATCH] for_each_possible_cpu: network codesKAMEZAWA Hiroyuki
2006-04-09[NET]: More kzalloc conversions.Andrew Morton
2006-03-20[NET] sem2mutex: net/Arjan van de Ven
2006-01-03[LSM-IPSec]: Security association restriction.Trent Jaeger
2005-08-29[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet
2004-03-18[PATCH] Hotplug CPUs: Other CPU_DEAD NotifiersRusty Russell
2004-02-03[PATCH] lock_cpu_hotplug only if CONFIG_CPU_HOTPLUGAndrew Morton
2004-01-22[PATCH] Fix CPU hotplug in networkingAndrew Morton
2004-01-21[NET]: Simplify net/flow.c per-cpu handling.Rusty Russell
2003-11-08[NET]: Use cpumask_t for cpumap in flow cache.Herbert Xu
2003-09-28o NET: move net/core/flow.c EXPORT_SYMBOLs from net/netsyms.cArnaldo Carvalho de Melo
2003-06-19[NET]: More error checking in flow cache init function.Herbert Xu
2003-06-18[NET]: Remove duplicate linux/interrupt.h include in net/core/flow.cHerbert Xu
2003-06-18[NET]: Check for flow cache allocation failure.David S. Miller
2003-06-18[NET]: Fix per-cpu flow cache initialization.Herbert Xu
2003-06-14Fix up missing header filesLinus Torvalds
2003-06-12[IPSEC]: Proper percpu handling in flow cache.Herbert Xu
2003-06-12[IPSEC]: Kill object argument from flow_cache_flush.Herbert Xu
2003-06-12[IPSEC]: Fix preempt race in flow_flush_cache.Herbert Xu
2003-06-08[IPSEC]: Zap killed policies from the flow cache properly.Herbert Xu
2003-06-03[IPSEC]: Include linux/slab.h where necessary.Herbert Xu
2003-05-27[NET]: Missing refcount bump in flow cache.Herbert Xu
2003-05-15[NET]: Regenerate flow cache hash rnd more sanely.David S. Miller