summaryrefslogtreecommitdiffstats
path: root/net/core/flow.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-071-1/+7
|\
| * net/core/flow.c: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-1/+7
* | flowcache: Fix resource leaks on namespace exit.Steffen Klassert2014-03-121-0/+19
* | flowcache: restore a single flow_cache kmem_cacheEric Dumazet2014-03-111-6/+8
* | flowcache: Make flow cache name space awareFan Du2014-02-121-70/+57Star
|/
* net: delete __cpuinit usage from all net filesPaul Gortmaker2013-07-151-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-011-1/+1
|\
| * net: fix the use of this_cpu_ptrLi RongQing2013-03-291-1/+1
* | net: simplify the getting percpu of flow_cacheLi RongQing2013-03-291-1/+1
* | dynticks: avoid flow_cache_flush() interrupting every coreChris Metcalf2013-03-201-3/+39
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-6/+5Star
* net: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-221-1/+1
* net: core: use this_cpu_ptr per-cpu helperShan Wei2012-11-201-3/+1Star
* net: Add a flow_cache_flush_deferred functionSteffen Klassert2011-12-211-0/+12
* net/flow: Fix potential memory leakhuajun li2011-10-181-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-271-1/+1
* net: Make flow cache paths use a const struct flowi.David S. Miller2011-02-231-7/+7
* net: return operator cleanupEric Dumazet2010-09-231-2/+2
* flow: better memory managementEric Dumazet2010-09-141-36/+42
* net/core: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-121-3/+2Star
* net: use this_cpu_ptr()Eric Dumazet2010-06-291-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-021-104/+119
* netns xfrm: lookup in netnsAlexey Dobriyan2008-11-261-2/+2
* net: mark flow_cache_cpu_prepare() as __initAlexey Dobriyan2008-11-071-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-191-1/+0Star
* [IPSEC] flow: reorder "struct flow_cache_entry" and remove SLAB_HWCACHE_ALIGNEric Dumazet2008-02-081-2/+2
* [IPSEC] flow: Remove an unnecessary ____cacheline_alignedEric Dumazet2008-02-081-1/+1
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-2/+1Star
* 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-241-4/+1Star
* 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-241-16/+10Star
* [PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2006-12-071-2/+0Star
* [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-121-14/+28
* [NET]: Use SLAB_PANICAlexey Dobriyan2006-09-231-5/+1Star
* [MLSXFRM]: Flow based matching of xfrm policy and stateVenkat Yekkirala2006-09-221-5/+2Star
* [PATCH] for_each_possible_cpu: network codesKAMEZAWA Hiroyuki2006-04-111-2/+2
* [NET]: More kzalloc conversions.Andrew Morton2006-04-101-3/+1Star
* [NET] sem2mutex: net/Arjan van de Ven2006-03-211-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-301-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+371