summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-0/+1
|\
| * net/flowcache: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-032-5/+7
|\ \
| * | xfrm_user: fix return value from xfrm_user_rcv_msgYi Zhao2016-11-301-1/+1
| * | xfrm: unbreak xfrm_sk_policy_lookupFlorian Westphal2016-11-181-4/+6
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-10-281-8/+0
|\ \ | |/ |/|
| * xfrm: remove unused helperFlorian Westphal2016-09-301-8/+0
* | proc: Reduce cache miss in xfrm_statistics_seq_showJia He2016-09-301-2/+8
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-09-241-2/+2
|\
| * xfrm: state lookup can be locklessFlorian Westphal2016-09-211-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-232-3/+7
|\ \
| * | xfrm: Fix memory leak of aead algorithm nameIlan Tayari2016-09-191-0/+1
| * | xfrm_user: propagate sec ctx allocation errorsMathias Krause2016-09-091-3/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-123-16/+15
|\ \ \ | |/ /
| * | net/xfrm_input: fix possible NULL deref of tunnel.ip6->parms.i_keyAlexey Kodanev2016-08-111-7/+7
| * | xfrm: Ignore socket policies when rebuilding hash tablesTobias Brunner2016-07-291-0/+4
| * | xfrm: get rid of another incorrect WARNVegard Nossum2016-07-271-3/+0
| * | xfrm: get rid of incorrect WARNVegard Nossum2016-07-271-3/+1
| * | xfrm: fix crash in XFRM_MSG_GETSA netlink handlerVegard Nossum2016-07-181-3/+3
* | | xfrm: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-1/+1
| |/ |/|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-09-083-105/+167
|\ \
| * | xfrm: state: remove per-netns gc taskFlorian Westphal2016-08-241-9/+9
| * | xfrm: Fix xfrm_policy_lock imbalanceSteffen Klassert2016-08-241-1/+1
| * | xfrm: policy: convert policy_lock to spinlockFlorian Westphal2016-08-121-34/+34
| * | xfrm: policy: don't acquire policy lock in xfrm_spd_getinfoFlorian Westphal2016-08-121-2/+0
| * | xfrm: policy: only use rcu in xfrm_sk_policy_lookupFlorian Westphal2016-08-121-5/+3
| * | xfrm: policy: make xfrm_policy_lookup_bytype locklessFlorian Westphal2016-08-121-2/+2
| * | xfrm: policy: use atomic_inc_not_zero in rcu sectionFlorian Westphal2016-08-121-1/+7
| * | xfrm: policy: add sequence count to sync with hash resizeFlorian Westphal2016-08-121-2/+19
| * | xfrm: policy: prepare policy_bydst hash for rcu lookupsFlorian Westphal2016-08-121-6/+14
| * | xfrm: policy: use rcu versions for iteration and list add/delFlorian Westphal2016-08-121-7/+7
| * | xfrm: state: don't use lock anymore unless acquire operation is neededFlorian Westphal2016-08-101-2/+4
| * | xfrm: state: use rcu_deref and assign_pointer helpersFlorian Westphal2016-08-101-8/+10
| * | xfrm: state: add sequence count to detect hash resizesFlorian Westphal2016-08-101-0/+15
| * | xfrm: state: delay freeing until rcu grace period has elapsedFlorian Westphal2016-08-101-0/+5
| * | xfrm: state: use atomic_inc_not_zero to increment refcountFlorian Westphal2016-08-101-5/+16
| * | xfrm: state: use hlist_for_each_entry_rcu helperFlorian Westphal2016-08-101-19/+19
| * | xfrm: constify xfrm_replay structuresJulia Lawall2016-08-101-3/+3
| |/
* | net: xfrm: Change u32 sysctl entries to use proc_douintvecsubashab@codeaurora.org2016-09-071-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-091-0/+3
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-05-041-0/+3
| |\
| | * xfrm: Reset encapsulation field of the skb before transformationSteffen Klassert2016-03-171-0/+3
* | | xfrm: align nlattr properly when neededNicolas Dichtel2016-04-231-4/+6
|/ /
* | xfrm: Fix crash observed during device unregistration and decryptionsubashab@codeaurora.org2016-03-241-0/+3
* | net/xfrm_user: use in_compat_syscall to deny compat syscallsAndy Lutomirski2016-03-221-1/+1
* | ipsec: Use skcipher and ahash when probing algorithmsHerbert Xu2016-01-271-3/+4
|/
* net: preserve IP control block during GSO segmentationKonstantin Khlebnikov2016-01-151-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-12-221-38/+0
|\
OpenPOWER on IntegriCloud