summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)Author
2018-09-26xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing
2018-09-05xfrm: free skb if nlsk pointer is NULLFlorian Westphal
2018-09-05xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala
2018-08-24xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet
2018-05-19xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony
2018-04-13xfrm: fix state migration copy replay sequence numbersAntony Antony
2018-04-08xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systemsSteffen Klassert
2018-04-08net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()Greg Hackmann
2018-04-08xfrm_user: uncoditionally validate esn replay attribute structFlorian Westphal
2018-03-22net: xfrm: allow clearing socket xfrm policies.Lorenzo Colitti
2018-02-25xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.Steffen Klassert
2018-02-25xfrm: check id proto in validate_tmpl()Cong Wang
2018-02-25xfrm: Fix stack-out-of-bounds read on socket policy lookup.Steffen Klassert
2018-02-25xfrm: skip policies marked as dead while rehashingFlorian Westphal
2017-12-14xfrm: Copy policy family in clone_policyHerbert Xu
2017-11-02ipsec: Fix aborted xfrm policy dump crashHerbert Xu
2017-09-07xfrm: policy: check policy direction valueVladis Dronov
2017-08-06xfrm: Don't use sk_family for socket policy lookupsSteffen Klassert
2017-07-05xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca
2017-03-31xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft
2017-03-31xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft
2017-03-31xfrm: policy: init locks earlyFlorian Westphal
2016-11-30xfrm_user: fix return value from xfrm_user_rcv_msgYi Zhao
2016-11-18xfrm: unbreak xfrm_sk_policy_lookupFlorian 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