summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_user.c
Commit message (Expand)AuthorAgeFilesLines
* xfrm: policy: match with both mark and mask on user interfacesXin Long2022-04-151-7/+11
* xfrm: Check if_id in xfrm_migrateYan Yan2022-03-231-1/+5
* Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0"Kai Lueke2022-03-231-18/+3
* xfrm: state and policy should fail if XFRMA_IF_ID 0Antony Antony2022-01-271-3/+18
* xfrm: fix a small bug in xfrm_sa_len()Eric Dumazet2022-01-271-1/+1
* 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: fix sa selector validationNicolas Dichtel2019-07-261-0/+3
* xfrm: Fix xfrm sel prefix length validationAnirudh Gupta2019-07-261-0/+16
* xfrm: clean up xfrm protocol checksCong Wang2019-05-251-13/+1
* xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlinkYueHaibing2019-05-251-1/+1
* xfrm: destroy xfrm_state synchronously on net exit pathCong Wang2019-04-201-1/+1
* xfrm: refine validation of template and selector familiesFlorian Westphal2019-02-151-4/+9
* xfrm_user: fix freeing of xfrm states on acquireMathias Krause2018-12-291-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-10-011-0/+15
|\
| * xfrm: validate template modeSean Tranchetti2018-09-201-0/+3
| * xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert2018-08-031-0/+12
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-7/+11
|\|
| * xfrm: free skb if nlsk pointer is NULLFlorian Westphal2018-06-251-4/+6
| * xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet2018-06-191-3/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-07-271-12/+82
|\ \
| * | xfrm: Add a new lookup key to match xfrm interfaces.Steffen Klassert2018-06-231-6/+48
| * | xfrm: Extend the output_mark to support input direction and masking.Steffen Klassert2018-06-231-10/+38
| |/
* / xfrm: remove blank lines at EOFStephen Hemminger2018-07-241-1/+0
|/
* xfrm_user: uncoditionally validate esn replay attribute structFlorian Westphal2018-02-131-13/+8
* xfrm: Add SA to hardware at the end of xfrm_state_construct()Yossi Kuperman2018-01-181-7/+11
* xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.Steffen Klassert2017-12-081-0/+9
* xfrm: fix XFRMA_OUTPUT_MARK policy entryMichal Kubecek2017-12-011-1/+1
* xfrm: check id proto in validate_tmpl()Cong Wang2017-11-291-0/+15
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-11-011-47/+58
|\
| * net: xfrm_user: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva2017-10-261-18/+27
| * xfrm: eradicate size_tAlexey Dobriyan2017-09-251-21/+23
| * xfrm: make xfrm_replay_state_esn_len() return unsigned intAlexey Dobriyan2017-09-251-5/+5
| * xfrm: make xfrm_alg_auth_len() return unsigned intAlexey Dobriyan2017-09-251-1/+1
| * xfrm: make xfrm_alg_len() return unsigned intAlexey Dobriyan2017-09-251-1/+1
| * xfrm: make aead_len() return unsigned intAlexey Dobriyan2017-09-251-1/+1
* | 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