summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* xfrm: Update ipcomp_scratches with NULL when freedKhalid Masum2022-10-261-0/+1
* xfrm: fix refcount leak in __xfrm_policy_check()Xin Xiong2022-09-051-0/+1
* xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup()Hangyu Hua2022-07-291-1/+4
* xfrm: policy: match with both mark and mask on user interfacesXin Long2022-04-202-20/+18
* xfrm: Fix xfrm migrate issues when address family changesYan Yan2022-03-231-3/+5
* xfrm: enforce validity of offload input flagsLeon Romanovsky2022-03-081-1/+5
* xfrm: Fix error reporting in xfrm_state_construct.Steffen Klassert2021-07-201-14/+14
* xfrm: Fix oops in xfrm_replay_advance_bmpShmulik Ladkani2021-02-031-1/+1
* net: xfrm: fix a race condition during allocing spizhuoliang zhang2020-11-181-3/+5
* xfrm: Use correct address family in xfrm_state_findHerbert Xu2020-10-141-4/+7
* xfrm: clone whole liftime_cur structure in xfrm_do_migrateAntony Antony2020-10-141-1/+1
* xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrateAntony Antony2020-10-141-0/+28
* xfrm: fix a NULL-ptr deref in xfrm_local_errorXin Long2020-06-031-1/+2
* xfrm: fix a warning in xfrm_policy_insert_listXin Long2020-06-031-6/+1
* xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_outputXin Long2020-06-031-5/+7
* xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_inputXin Long2020-06-031-1/+1
* xfrm: policy: Fix doulbe free in xfrm_policy_timerYueHaibing2020-04-021-0/+2
* xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquireXin Long2020-04-021-0/+3
* xfrm: fix uctx len check in verify_sec_ctx_lenXin Long2020-04-021-1/+2
* xfrm: handle NETDEV_UNREGISTER for xfrm deviceRaed Salem2020-04-021-0/+1
* xfrm: release device reference for invalid stateXiaodong Xu2019-12-171-0/+3
* xfrm: Fix memleak on xfrm state destroySteffen Klassert2019-12-051-0/+2
* xfrm: use correct size to initialise sp->ovecLi RongQing2019-11-241-1/+1
* xfrm: clean up xfrm protocol checksCong Wang2019-09-162-14/+2
* xfrm: policy: remove pcpu policy cacheFlorian Westphal2019-08-253-150/+3
* ipsec: select crypto ciphers for xfrm_algoArnd Bergmann2019-07-311-0/+2
* xfrm: fix sa selector validationNicolas Dichtel2019-07-311-0/+3
* xfrm: Fix xfrm sel prefix length validationAnirudh Gupta2019-07-311-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 NULL pointer dereference in xfrm_input when skb_dst_force clears th...Steffen Klassert2019-01-131-1/+6
* xfrm: Fix bucket count reported to userspaceBenjamin Poirier2019-01-131-1/+1
* xfrm: Fix error return code in xfrm_output_one()Wei Yongjun2019-01-131-0/+1
* xfrm: policy: use hlist rcu variants on insertFlorian Westphal2018-11-131-4/+4
* xfrm: validate template modeSean Tranchetti2018-11-041-0/+3
* xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry.Steffen Klassert2018-11-042-0/+8
* xfrm: reset crypto_done when iterating over multiple input xfrmsSowmini Varadhan2018-11-041-0/+1
* xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert2018-11-041-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 transport mode skb control buffer usage.Steffen Klassert2018-05-301-0/+6
* xfrm: fix rcu_read_unlock usage in xfrm_local_errorTaehee Yoo2018-05-301-2/+3
* xfrm: Fix ESN sequence number handling for IPsec GSO packets.Steffen Klassert2018-05-301-1/+1
* xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tosXin Long2018-05-301-2/+5
* xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony2018-05-191-0/+1
* xfrm: Use __skb_queue_tail in xfrm_trans_queueHerbert Xu2018-05-191-1/+1
* 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