summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_user.c
Commit message (Expand)AuthorAgeFilesLines
* xfrm: Fix error reporting in xfrm_state_construct.Steffen Klassert2021-07-201-14/+14
* 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: clean up xfrm protocol checksCong Wang2019-09-161-13/+1
* 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: validate template modeSean Tranchetti2018-11-041-0/+3
* xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert2018-11-041-0/+12
* xfrm: free skb if nlsk pointer is NULLFlorian Westphal2018-09-051-4/+6
* xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet2018-08-241-3/+5
* xfrm_user: uncoditionally validate esn replay attribute structFlorian Westphal2018-04-081-13/+8
* xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.Steffen Klassert2018-02-251-0/+9
* xfrm: check id proto in validate_tmpl()Cong Wang2018-02-251-0/+15
* ipsec: Fix aborted xfrm policy dump crashHerbert Xu2017-10-231-10/+15
* xfrm: Fix deletion of offloaded SAs on failure.Steffen Klassert2017-09-111-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-1/+5
|\
| * xfrm_user: fix info leak in build_aevent()Mathias Krause2017-08-281-0/+1
| * xfrm_user: fix info leak in build_expire()Mathias Krause2017-08-281-0/+2
| * xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause2017-08-281-0/+1
| * xfrm_user: fix info leak in copy_user_offload()Mathias Krause2017-08-281-1/+1
* | xfrm: Fix return value check of copy_sec_ctx.Steffen Klassert2017-08-311-2/+2
* | net: xfrm: support setting an output mark.Lorenzo Colitti2017-08-111-0/+11
* | xfrm: Auto-load xfrm offload modulesIlan Tayari2017-08-021-1/+1
* | xfrm: remove flow cacheFlorian Westphal2017-07-181-3/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-0/+1
|\
| * xfrm: move xfrm_garbage_collect out of xfrm_policy_flushHangbin Liu2017-06-121-0/+1
* | xfrm: add UDP encapsulation port in migrate messageAntony Antony2017-06-071-6/+17
* | xfrm: extend MIGRATE with UDP encapsulation portAntony Antony2017-06-071-2/+12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-021-5/+36
|\
| * xfrm: Indicate xfrm_state offload errorsIlan Tayari2017-05-011-3/+6
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-04-211-0/+28
| |\
| | * xfrm: Add an IPsec hardware offloading APISteffen Klassert2017-04-141-0/+28
| * | netlink: pass extended ACK struct where availableJohannes Berg2017-04-131-1/+1
| * | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-3/+3
| * | netlink: extended ACK reportingJohannes Berg2017-04-131-1/+2
| |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-04-111-1/+0
| |\
| | * xfrm: remove unused struct xfrm_mgr::idAlexey Dobriyan2017-03-241-1/+0
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-05-021-3/+3
|\ \ \ | |/ / |/| |
| * | xfrm: Prepare for CRYPTO_MAX_ALG_NAME expansionHerbert Xu2017-04-101-3/+3
| |/
* | xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft2017-03-291-1/+5
* | xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft2017-03-291-0/+3
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* xfrm_user: fix return value from xfrm_user_rcv_msgYi Zhao2016-11-301-1/+1
* xfrm_user: propagate sec ctx allocation errorsMathias Krause2016-09-091-3/+6
* xfrm: get rid of another incorrect WARNVegard Nossum2016-07-271-3/+0
* xfrm: get rid of incorrect WARNVegard Nossum2016-07-271-3/+1
* xfrm: fix crash in XFRM_MSG_GETSA netlink handlerVegard Nossum2016-07-181-3/+3
* xfrm: align nlattr properly when neededNicolas Dichtel2016-04-231-4/+6