summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)Author
2019-12-17xfrm: release device reference for invalid stateXiaodong Xu
2019-12-05xfrm: Fix memleak on xfrm state destroySteffen Klassert
2019-11-24xfrm: use correct size to initialise sp->ovecLi RongQing
2019-09-16xfrm: clean up xfrm protocol checksCong Wang
2019-08-25xfrm: policy: remove pcpu policy cacheFlorian Westphal
2019-07-31ipsec: select crypto ciphers for xfrm_algoArnd Bergmann
2019-07-31xfrm: fix sa selector validationNicolas Dichtel
2019-07-31xfrm: 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 NULL pointer dereference in xfrm_input when skb_dst_force clears th...Steffen Klassert
2019-01-13xfrm: Fix bucket count reported to userspaceBenjamin Poirier
2019-01-13xfrm: Fix error return code in xfrm_output_one()Wei Yongjun
2018-11-13xfrm: policy: use hlist rcu variants on insertFlorian Westphal
2018-11-04xfrm: validate template modeSean Tranchetti
2018-11-04xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry.Steffen Klassert
2018-11-04xfrm: reset crypto_done when iterating over multiple input xfrmsSowmini Varadhan
2018-11-04xfrm: 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-30xfrm: Fix transport mode skb control buffer usage.Steffen Klassert
2018-05-30xfrm: fix rcu_read_unlock usage in xfrm_local_errorTaehee Yoo
2018-05-30xfrm: Fix ESN sequence number handling for IPsec GSO packets.Steffen Klassert
2018-05-30xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tosXin Long
2018-05-19xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony
2018-05-19xfrm: Use __skb_queue_tail in xfrm_trans_queueHerbert Xu
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-19xfrm: Fix xfrm_replay_overflow_offload_esnYossef Efraim
2018-03-19net: xfrm: allow clearing socket xfrm policies.Lorenzo Colitti
2018-03-03xfrm: Reinject transport-mode packets through taskletHerbert Xu
2018-02-25xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.Steffen Klassert
2018-02-25xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0)Aviv Heller
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
2018-02-25xfrm: fix rcu usage in xfrm_get_type_offloadSabrina Dubroca
2018-02-25xfrm: don't call xfrm_policy_cache_flush while holding spinlockFlorian Westphal
2018-01-31xfrm: Fix a race in the xdst pcpu cache.Steffen Klassert
2018-01-05Revert "xfrm: Fix stack-out-of-bounds read in xfrm_state_find."Steffen Klassert
2017-12-14xfrm: Copy policy family in clone_policyHerbert Xu
2017-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-11-03xfrm: Fix stack-out-of-bounds read in xfrm_state_find.Steffen Klassert
2017-11-03xfrm: do unconditional template resolution before pcpu cache checkFlorian Westphal
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02xfrm: defer daddr pointer assignment after spi parsingFlorian Westphal
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman