| Commit message (Expand) | Author | Age | Files | Lines |
* | xfrm: remove flow cache | Florian Westphal | 2017-07-18 | 1 | -516/+0 |
* | flowcache: more "unsigned int" | Alexey Dobriyan | 2017-04-03 | 1 | -6/+7 |
* | flowcache: make flow_cache_hash_size() return "unsigned int" | Alexey Dobriyan | 2017-04-03 | 1 | -6/+8 |
* | flowcache: make flow_key_size() return "unsigned int" | Alexey Dobriyan | 2017-04-03 | 1 | -3/+3 |
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-12-12 | 1 | -34/+26 |
|\ |
|
| * | net/flowcache: Convert to hotplug state machine | Sebastian Andrzej Siewior | 2016-11-09 | 1 | -34/+26 |
* | | flowcache: Increase threshold for refusing new allocations | Miroslav Urbanek | 2016-11-23 | 1 | -4/+2 |
|/ |
|
* | flowcache: Avoid OOM condition under preasure | Steffen Klassert | 2016-03-17 | 1 | -1/+13 |
* | flowcache: Fix kernel panic in flow_cache_flush_task | Miroslav Urbanek | 2015-02-05 | 1 | -1/+1 |
* | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-04-07 | 1 | -1/+7 |
|\ |
|
| * | net/core/flow.c: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -1/+7 |
* | | flowcache: Fix resource leaks on namespace exit. | Steffen Klassert | 2014-03-12 | 1 | -0/+19 |
* | | flowcache: restore a single flow_cache kmem_cache | Eric Dumazet | 2014-03-10 | 1 | -6/+8 |
* | | flowcache: Make flow cache name space aware | Fan Du | 2014-02-12 | 1 | -70/+57 |
|/ |
|
* | net: delete __cpuinit usage from all net files | Paul Gortmaker | 2013-07-14 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-04-01 | 1 | -1/+1 |
|\ |
|
| * | net: fix the use of this_cpu_ptr | Li RongQing | 2013-03-29 | 1 | -1/+1 |
* | | net: simplify the getting percpu of flow_cache | Li RongQing | 2013-03-29 | 1 | -1/+1 |
* | | dynticks: avoid flow_cache_flush() interrupting every core | Chris Metcalf | 2013-03-20 | 1 | -3/+39 |
|/ |
|
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 1 | -6/+5 |
* | net: Use IS_ERR_OR_NULL(). | YOSHIFUJI Hideaki / 吉藤英明 | 2013-01-22 | 1 | -1/+1 |
* | net: core: use this_cpu_ptr per-cpu helper | Shan Wei | 2012-11-19 | 1 | -3/+1 |
* | net: Add a flow_cache_flush_deferred function | Steffen Klassert | 2011-12-21 | 1 | -0/+12 |
* | net/flow: Fix potential memory leak | huajun li | 2011-10-17 | 1 | -1/+13 |
* | net: Handle different key sizes between address families in flow cache | dpward | 2011-09-16 | 1 | -14/+17 |
* | net: Make flow cache namespace-aware | dpward | 2011-09-15 | 1 | -1/+4 |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 1 | -1/+1 |
* | net: Make flow cache paths use a const struct flowi. | David S. Miller | 2011-02-22 | 1 | -7/+7 |
* | net: return operator cleanup | Eric Dumazet | 2010-09-23 | 1 | -2/+2 |
* | flow: better memory management | Eric Dumazet | 2010-09-13 | 1 | -36/+42 |
* | net/core: EXPORT_SYMBOL cleanups | Eric Dumazet | 2010-07-12 | 1 | -3/+2 |
* | net: use this_cpu_ptr() | Eric Dumazet | 2010-06-28 | 1 | -2/+2 |
* | flow: delayed deletion of flow cache entries | Timo Teräs | 2010-04-07 | 1 | -31/+69 |
* | flow: virtualize flow cache entry methods | Timo Teräs | 2010-04-07 | 1 | -60/+68 |
* | flow: structurize flow cache | Timo Teräs | 2010-04-01 | 1 | -104/+119 |
* | netns xfrm: lookup in netns | Alexey Dobriyan | 2008-11-25 | 1 | -2/+2 |
* | net: mark flow_cache_cpu_prepare() as __init | Alexey Dobriyan | 2008-11-06 | 1 | -1/+1 |
* | smp_call_function: get rid of the unused nonatomic/retry argument | Jens Axboe | 2008-06-26 | 1 | -1/+1 |
* | net: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 2008-04-18 | 1 | -1/+0 |
* | [IPSEC] flow: reorder "struct flow_cache_entry" and remove SLAB_HWCACHE_ALIGN | Eric Dumazet | 2008-02-07 | 1 | -2/+2 |
* | [IPSEC] flow: Remove an unnecessary ____cacheline_aligned | Eric Dumazet | 2008-02-07 | 1 | -1/+1 |
* | [NET]: Convert init_timer into setup_timer | Pavel Emelyanov | 2008-01-28 | 1 | -2/+1 |
* | cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() | Gautham R Shenoy | 2008-01-25 | 1 | -2/+2 |
* | [NET]: Use BUILD_BUG_ON in net/core/flowi.c | Pavel Emelyanov | 2007-10-23 | 1 | -4/+1 |
* | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 2007-07-20 | 1 | -1/+1 |
* | Add suspend-related notifications for CPU hotplug | Rafael J. Wysocki | 2007-05-09 | 1 | -1/+1 |
* | [IPSEC] flow: Fix potential memory leak | Herbert Xu | 2007-01-23 | 1 | -16/+10 |
* | [PATCH] hotplug CPU: clean up hotcpu_notifier() use | Ingo Molnar | 2006-12-07 | 1 | -2/+0 |
* | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] slab: remove SLAB_ATOMIC | Christoph Lameter | 2006-12-07 | 1 | -1/+1 |