summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_user.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-20xfrm: policy: match with both mark and mask on user interfacesXin Long1-6/+8
2021-07-20xfrm: Fix error reporting in xfrm_state_construct.Steffen Klassert1-14/+14
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 Wang1-13/+1
2019-07-31xfrm: fix sa selector validationNicolas Dichtel1-0/+3
2019-07-31xfrm: 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
2018-11-04xfrm: validate template modeSean Tranchetti1-0/+3
2018-11-04xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert1-0/+12
2018-09-05xfrm: free skb if nlsk pointer is NULLFlorian Westphal1-4/+6
2018-08-24xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet1-3/+5
2018-04-08xfrm_user: uncoditionally validate esn replay attribute structFlorian Westphal1-13/+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
2017-10-23ipsec: Fix aborted xfrm policy dump crashHerbert Xu1-10/+15
2017-09-11xfrm: Fix deletion of offloaded SAs on failure.Steffen Klassert1-0/+1
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2017-08-31xfrm: Fix return value check of copy_sec_ctx.Steffen Klassert1-2/+2
2017-08-28xfrm_user: fix info leak in build_aevent()Mathias Krause1-0/+1
2017-08-28xfrm_user: fix info leak in build_expire()Mathias Krause1-0/+2
2017-08-28xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause1-0/+1
2017-08-28xfrm_user: fix info leak in copy_user_offload()Mathias Krause1-1/+1
2017-08-11net: xfrm: support setting an output mark.Lorenzo Colitti1-0/+11
2017-08-02xfrm: Auto-load xfrm offload modulesIlan Tayari1-1/+1
2017-07-18xfrm: remove flow cacheFlorian Westphal1-3/+0
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-06-12xfrm: move xfrm_garbage_collect out of xfrm_policy_flushHangbin Liu1-0/+1
2017-06-07xfrm: add UDP encapsulation port in migrate messageAntony Antony1-6/+17
2017-06-07xfrm: extend MIGRATE with UDP encapsulation portAntony Antony1-2/+12
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+36
2017-05-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-3/+3
2017-05-01xfrm: Indicate xfrm_state offload errorsIlan Tayari1-3/+6
2017-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+28
2017-04-14xfrm: Add an IPsec hardware offloading APISteffen Klassert1-0/+28
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-3/+3
2017-04-13netlink: extended ACK reportingJohannes Berg1-1/+2
2017-04-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+0
2017-04-10xfrm: Prepare for CRYPTO_MAX_ALG_NAME expansionHerbert Xu1-3/+3
2017-03-29xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft1-1/+5
2017-03-29xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft1-0/+3
2017-03-24xfrm: remove unused struct xfrm_mgr::idAlexey Dobriyan1-1/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-30xfrm_user: fix return value from xfrm_user_rcv_msgYi Zhao1-1/+1
2016-09-09xfrm_user: propagate sec ctx allocation errorsMathias Krause1-3/+6
2016-07-27xfrm: get rid of another incorrect WARNVegard Nossum1-3/+0
2016-07-27xfrm: get rid of incorrect WARNVegard Nossum1-3/+1
2016-07-18xfrm: fix crash in XFRM_MSG_GETSA netlink handlerVegard Nossum1-3/+3