aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm
AgeCommit message (Expand)Author
2020-10-14xfrm: Use correct address family in xfrm_state_findHerbert Xu
2020-10-14xfrm: clone whole liftime_cur structure in xfrm_do_migrateAntony Antony
2020-10-14xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrateAntony Antony
2020-06-03xfrm: fix a NULL-ptr deref in xfrm_local_errorXin Long
2020-06-03xfrm: fix a warning in xfrm_policy_insert_listXin Long
2020-06-03xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_outputXin Long
2020-06-03xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_inputXin Long
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
2020-04-02xfrm: handle NETDEV_UNREGISTER for xfrm deviceRaed Salem
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