summaryrefslogtreecommitdiffstats
path: root/net/core/flow.c
Commit message (Expand)AuthorAgeFilesLines
* flowcache: more "unsigned int"Alexey Dobriyan2017-04-031-6/+7
* flowcache: make flow_cache_hash_size() return "unsigned int"Alexey Dobriyan2017-04-031-6/+8
* flowcache: make flow_key_size() return "unsigned int"Alexey Dobriyan2017-04-031-3/+3
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-34/+26
|\
| * net/flowcache: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-34/+26
* | flowcache: Increase threshold for refusing new allocationsMiroslav Urbanek2016-11-231-4/+2
|/
* flowcache: Avoid OOM condition under preasureSteffen Klassert2016-03-171-1/+13
* flowcache: Fix kernel panic in flow_cache_flush_taskMiroslav Urbanek2015-02-051-1/+1
* 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-101-6/+8
* | flowcache: Make flow cache name space awareFan Du2014-02-121-70/+57
|/
* net: delete __cpuinit usage from all net filesPaul Gortmaker2013-07-141-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-271-6/+5
* net: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-221-1/+1
* net: core: use this_cpu_ptr per-cpu helperShan Wei2012-11-191-3/+1
* 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
OpenPOWER on IntegriCloud