summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)AuthorFilesLines
2022-04-20xfrm: policy: match with both mark and mask on user interfacesXin Long2-20/+18
2022-03-23xfrm: Fix xfrm migrate issues when address family changesYan Yan1-3/+5
2021-07-20xfrm: Fix error reporting in xfrm_state_construct.Steffen Klassert1-14/+14
2021-02-04xfrm: Fix oops in xfrm_replay_advance_bmpShmulik Ladkani1-1/+1
2020-11-18net: xfrm: fix a race condition during allocing spizhuoliang zhang1-3/+5
2020-10-14xfrm: Use correct address family in xfrm_state_findHerbert Xu1-4/+7
2020-10-14xfrm: clone whole liftime_cur structure in xfrm_do_migrateAntony Antony1-1/+1
2020-06-03xfrm: fix a NULL-ptr deref in xfrm_local_errorXin Long1-1/+2
2020-06-03xfrm: fix a warning in xfrm_policy_insert_listXin Long1-6/+1
2020-06-03xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_inputXin Long1-1/+1
2020-04-02xfrm: policy: Fix doulbe free in xfrm_policy_timerYueHaibing1-0/+2
2020-04-02xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquireXin Long1-0/+3
2020-04-02xfrm: fix uctx len check in verify_sec_ctx_lenXin Long1-1/+2
2019-09-16xfrm: clean up xfrm protocol checksCong Wang2-14/+2
2019-08-04ipsec: select crypto ciphers for xfrm_algoArnd Bergmann1-0/+2
2019-08-04xfrm: fix sa selector validationNicolas Dichtel1-0/+3
2019-08-04xfrm: Fix xfrm sel prefix length validationAnirudh Gupta1-0/+16
2019-05-25xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlinkYueHaibing1-1/+1
2019-02-15xfrm: refine validation of template and selector familiesFlorian Westphal1-4/+9
2019-01-13xfrm: Fix bucket count reported to userspaceBenjamin Poirier1-1/+1
2018-11-13xfrm: policy: use hlist rcu variants on insertFlorian Westphal1-4/+4
2018-11-10xfrm: validate template modeSean Tranchetti1-0/+3
2018-11-10xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert1-0/+12
2018-09-26xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing1-1/+4
2018-09-05xfrm: free skb if nlsk pointer is NULLFlorian Westphal1-4/+6
2018-09-05xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala1-0/+3
2018-08-24xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet1-3/+5
2018-05-19xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony1-0/+1
2018-04-13xfrm: fix state migration copy replay sequence numbersAntony Antony1-0/+2
2018-04-08xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systemsSteffen Klassert1-0/+5
2018-04-08net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()Greg Hackmann1-1/+1
2018-04-08xfrm_user: uncoditionally validate esn replay attribute structFlorian Westphal1-13/+8
2018-03-22net: xfrm: allow clearing socket xfrm policies.Lorenzo Colitti2-1/+8
2018-02-25xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.Steffen Klassert1-0/+9
2018-02-25xfrm: check id proto in validate_tmpl()Cong Wang1-0/+15
2018-02-25xfrm: Fix stack-out-of-bounds read on socket policy lookup.Steffen Klassert1-1/+7
2018-02-25xfrm: skip policies marked as dead while rehashingFlorian Westphal1-1/+2
2017-12-14xfrm: Copy policy family in clone_policyHerbert Xu1-0/+1
2017-11-02ipsec: Fix aborted xfrm policy dump crashHerbert Xu1-10/+15
2017-09-07xfrm: policy: check policy direction valueVladis Dronov1-0/+6
2017-08-07xfrm: Don't use sk_family for socket policy lookupsSteffen Klassert1-5/+4
2017-07-05xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca1-47/+0
2017-03-31xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft1-1/+5
2017-03-31xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft1-0/+3
2017-03-31xfrm: policy: init locks earlyFlorian Westphal1-5/+5
2016-11-30xfrm_user: fix return value from xfrm_user_rcv_msgYi Zhao1-1/+1
2016-11-18xfrm: unbreak xfrm_sk_policy_lookupFlorian Westphal1-4/+6
2016-09-30proc: Reduce cache miss in xfrm_statistics_seq_showJia He1-2/+8
2016-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-2/+2
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+7