summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)AuthorFilesLines
2018-05-19xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony1-0/+1
2018-04-13xfrm: fix state migration copy replay sequence numbersAntony Antony1-0/+2
2018-04-08xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systemsSteffen Klassert1-0/+5
2018-04-08net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()Greg Hackmann1-1/+1
2018-04-08xfrm_user: uncoditionally validate esn replay attribute structFlorian Westphal1-13/+8
2018-03-22net: xfrm: allow clearing socket xfrm policies.Lorenzo Colitti2-1/+8
2018-02-25xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.Steffen Klassert1-0/+9
2018-02-25xfrm: check id proto in validate_tmpl()Cong Wang1-0/+15
2018-02-25xfrm: Fix stack-out-of-bounds read on socket policy lookup.Steffen Klassert1-1/+7
2018-02-25xfrm: skip policies marked as dead while rehashingFlorian Westphal1-1/+2
2017-12-14xfrm: Copy policy family in clone_policyHerbert Xu1-0/+1
2017-11-02ipsec: Fix aborted xfrm policy dump crashHerbert Xu1-10/+15
2017-09-07xfrm: policy: check policy direction valueVladis Dronov1-0/+6
2017-08-07xfrm: Don't use sk_family for socket policy lookupsSteffen Klassert1-5/+4
2017-07-05xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca1-47/+0
2017-03-31xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft1-1/+5
2017-03-31xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft1-0/+3
2017-03-31xfrm: policy: init locks earlyFlorian Westphal1-5/+5
2016-11-30xfrm_user: fix return value from xfrm_user_rcv_msgYi Zhao1-1/+1
2016-11-18xfrm: unbreak xfrm_sk_policy_lookupFlorian Westphal1-4/+6
2016-09-30proc: Reduce cache miss in xfrm_statistics_seq_showJia He1-2/+8
2016-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-2/+2
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+7
2016-09-21xfrm: state lookup can be locklessFlorian Westphal1-2/+2
2016-09-19xfrm: Fix memory leak of aead algorithm nameIlan Tayari1-0/+1
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-16/+15
2016-09-11xfrm: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-09xfrm_user: propagate sec ctx allocation errorsMathias Krause1-3/+6
2016-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-105/+167
2016-09-08net: xfrm: Change u32 sysctl entries to use proc_douintvecsubashab@codeaurora.org1-2/+2
2016-08-24xfrm: state: remove per-netns gc taskFlorian Westphal1-9/+9
2016-08-24xfrm: Fix xfrm_policy_lock imbalanceSteffen Klassert1-1/+1
2016-08-12xfrm: policy: convert policy_lock to spinlockFlorian Westphal1-34/+34
2016-08-12xfrm: policy: don't acquire policy lock in xfrm_spd_getinfoFlorian Westphal1-2/+0
2016-08-12xfrm: policy: only use rcu in xfrm_sk_policy_lookupFlorian Westphal1-5/+3
2016-08-12xfrm: policy: make xfrm_policy_lookup_bytype locklessFlorian Westphal1-2/+2
2016-08-12xfrm: policy: use atomic_inc_not_zero in rcu sectionFlorian Westphal1-1/+7
2016-08-12xfrm: policy: add sequence count to sync with hash resizeFlorian Westphal1-2/+19
2016-08-12xfrm: policy: prepare policy_bydst hash for rcu lookupsFlorian Westphal1-6/+14
2016-08-12xfrm: policy: use rcu versions for iteration and list add/delFlorian Westphal1-7/+7
2016-08-11net/xfrm_input: fix possible NULL deref of tunnel.ip6->parms.i_keyAlexey Kodanev1-7/+7
2016-08-10xfrm: state: don't use lock anymore unless acquire operation is neededFlorian Westphal1-2/+4
2016-08-10xfrm: state: use rcu_deref and assign_pointer helpersFlorian Westphal1-8/+10
2016-08-10xfrm: state: add sequence count to detect hash resizesFlorian Westphal1-0/+15
2016-08-10xfrm: state: delay freeing until rcu grace period has elapsedFlorian Westphal1-0/+5
2016-08-10xfrm: state: use atomic_inc_not_zero to increment refcountFlorian Westphal1-5/+16
2016-08-10xfrm: state: use hlist_for_each_entry_rcu helperFlorian Westphal1-19/+19
2016-08-10xfrm: constify xfrm_replay structuresJulia Lawall1-3/+3
2016-07-29xfrm: Ignore socket policies when rebuilding hash tablesTobias Brunner1-0/+4
2016-07-27xfrm: get rid of another incorrect WARNVegard Nossum1-3/+0