aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm
AgeCommit message (Expand)Author
2017-01-10xfrm: state: simplify rcu_read_unlock handling in two spotsFlorian Westphal
2017-01-10xfrm: add and use xfrm_state_afinfo_get_rcuFlorian Westphal
2017-01-10xfrm: remove xfrm_state_put_afinfoFlorian Westphal
2017-01-10xfrm: avoid rcu sparse warningFlorian Westphal
2017-01-06xfrm: state: do not acquire lock in get_mtu helpersFlorian Westphal
2017-01-04xfrm: trivial typosAlexander Alemayhu
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-30xfrm_user: fix return value from xfrm_user_rcv_msgYi Zhao
2016-11-18xfrm: unbreak xfrm_sk_policy_lookupFlorian Westphal
2016-11-09net/flowcache: Convert to hotplug state machineSebastian Andrzej Siewior
2016-10-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-09-30xfrm: remove unused helperFlorian Westphal
2016-09-30proc: Reduce cache miss in xfrm_statistics_seq_showJia He
2016-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-21xfrm: state lookup can be locklessFlorian Westphal
2016-09-19xfrm: Fix memory leak of aead algorithm nameIlan Tayari
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-10xfrm: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-09xfrm_user: propagate sec ctx allocation errorsMathias Krause
2016-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-09-07net: xfrm: Change u32 sysctl entries to use proc_douintvecsubashab@codeaurora.org
2016-08-24xfrm: state: remove per-netns gc taskFlorian Westphal
2016-08-24xfrm: Fix xfrm_policy_lock imbalanceSteffen Klassert
2016-08-12xfrm: policy: convert policy_lock to spinlockFlorian Westphal
2016-08-12xfrm: policy: don't acquire policy lock in xfrm_spd_getinfoFlorian Westphal
2016-08-12xfrm: policy: only use rcu in xfrm_sk_policy_lookupFlorian Westphal
2016-08-12xfrm: policy: make xfrm_policy_lookup_bytype locklessFlorian Westphal
2016-08-12xfrm: policy: use atomic_inc_not_zero in rcu sectionFlorian Westphal
2016-08-12xfrm: policy: add sequence count to sync with hash resizeFlorian Westphal
2016-08-12xfrm: policy: prepare policy_bydst hash for rcu lookupsFlorian Westphal
2016-08-12xfrm: policy: use rcu versions for iteration and list add/delFlorian Westphal
2016-08-11net/xfrm_input: fix possible NULL deref of tunnel.ip6->parms.i_keyAlexey Kodanev
2016-08-10xfrm: state: don't use lock anymore unless acquire operation is neededFlorian Westphal
2016-08-10xfrm: state: use rcu_deref and assign_pointer helpersFlorian Westphal
2016-08-10xfrm: state: add sequence count to detect hash resizesFlorian Westphal
2016-08-10xfrm: state: delay freeing until rcu grace period has elapsedFlorian Westphal
2016-08-10xfrm: state: use atomic_inc_not_zero to increment refcountFlorian Westphal
2016-08-10xfrm: state: use hlist_for_each_entry_rcu helperFlorian Westphal
2016-08-10xfrm: constify xfrm_replay structuresJulia Lawall
2016-07-29xfrm: Ignore socket policies when rebuilding hash tablesTobias Brunner
2016-07-27xfrm: get rid of another incorrect WARNVegard Nossum
2016-07-27xfrm: get rid of incorrect WARNVegard Nossum
2016-07-18xfrm: fix crash in XFRM_MSG_GETSA netlink handlerVegard Nossum
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-04-23xfrm: align nlattr properly when neededNicolas Dichtel