summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)Author
2020-04-02xfrm: policy: Fix doulbe free in xfrm_policy_timerYueHaibing
2020-04-02xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquireXin Long
2020-04-02xfrm: fix uctx len check in verify_sec_ctx_lenXin Long
2019-09-16xfrm: clean up xfrm protocol checksCong Wang
2019-08-04ipsec: select crypto ciphers for xfrm_algoArnd Bergmann
2019-08-04xfrm: fix sa selector validationNicolas Dichtel
2019-08-04xfrm: Fix xfrm sel prefix length validationAnirudh Gupta
2019-05-25xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlinkYueHaibing
2019-02-15xfrm: refine validation of template and selector familiesFlorian Westphal
2019-01-13xfrm: Fix bucket count reported to userspaceBenjamin Poirier
2018-11-13xfrm: policy: use hlist rcu variants on insertFlorian Westphal
2018-11-10xfrm: validate template modeSean Tranchetti
2018-11-10xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert
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