summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* xfrm: Fix xfrm sel prefix length validationAnirudh Gupta2019-08-041-0/+16
* xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlinkYueHaibing2019-05-251-1/+1
* xfrm: refine validation of template and selector familiesFlorian Westphal2019-02-151-4/+9
* xfrm: Fix bucket count reported to userspaceBenjamin Poirier2019-01-131-1/+1
* xfrm: policy: use hlist rcu variants on insertFlorian Westphal2018-11-131-4/+4
* xfrm: validate template modeSean Tranchetti2018-11-101-0/+3
* xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert2018-11-101-0/+12
* xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing2018-09-261-1/+4
* xfrm: free skb if nlsk pointer is NULLFlorian Westphal2018-09-051-4/+6
* xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala2018-09-051-0/+3
* xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet2018-08-241-3/+5
* xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony2018-05-191-0/+1
* xfrm: fix state migration copy replay sequence numbersAntony Antony2018-04-131-0/+2
* xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systemsSteffen Klassert2018-04-081-0/+5
* net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()Greg Hackmann2018-04-081-1/+1
* xfrm_user: uncoditionally validate esn replay attribute structFlorian Westphal2018-04-081-13/+8
* net: xfrm: allow clearing socket xfrm policies.Lorenzo Colitti2018-03-222-1/+8
* xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.Steffen Klassert2018-02-251-0/+9
* xfrm: check id proto in validate_tmpl()Cong Wang2018-02-251-0/+15
* xfrm: Fix stack-out-of-bounds read on socket policy lookup.Steffen Klassert2018-02-251-1/+7
* xfrm: skip policies marked as dead while rehashingFlorian Westphal2018-02-251-1/+2
* xfrm: Copy policy family in clone_policyHerbert Xu2017-12-141-0/+1
* ipsec: Fix aborted xfrm policy dump crashHerbert Xu2017-11-021-10/+15
* xfrm: policy: check policy direction valueVladis Dronov2017-09-071-0/+6
* xfrm: Don't use sk_family for socket policy lookupsSteffen Klassert2017-08-061-5/+4
* xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca2017-07-051-47/+0
* xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft2017-03-311-1/+5
* xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft2017-03-311-0/+3
* xfrm: policy: init locks earlyFlorian Westphal2017-03-311-5/+5
* 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
* 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