aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_user.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-04xfrm: Return the correct errno codeZheng Yongjun1-1/+1
2020-11-27xfrm: redact SA secret with lockdown confidentialityAntony Antony1-7/+67
2020-09-24xfrm/compat: Add 32=>64-bit messages translatorDmitry Safonov1-18/+39
2020-09-24xfrm/compat: Attach xfrm dumps to 64=>32 bit translatorDmitry Safonov1-0/+38
2020-09-24xfrm/compat: Add 64=>32-bit messages translatorDmitry Safonov1-1/+14
2020-06-24xfrm: policy: match with both mark and mask on user interfacesXin Long1-7/+11
2020-02-12xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquireXin Long1-0/+3
2020-02-12xfrm: fix uctx len check in verify_sec_ctx_lenXin Long1-1/+2
2019-07-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-0/+19
2019-06-17xfrm: fix sa selector validationNicolas Dichtel1-0/+3
2019-05-28xfrm: Fix xfrm sel prefix length validationAnirudh Gupta1-0/+16
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+2
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-5/+5
2019-03-26xfrm: clean up xfrm protocol checksCong Wang1-13/+1
2019-03-20Revert "net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrm"Steffen Klassert1-23/+7
2019-03-08net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrmSu Yanjun1-7/+23
2019-03-01xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlinkYueHaibing1-1/+1
2019-02-05xfrm: destroy xfrm_state synchronously on net exit pathCong Wang1-1/+1
2019-01-10xfrm: refine validation of template and selector familiesFlorian Westphal1-4/+9
2018-12-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-2/+2
2018-11-23xfrm_user: fix freeing of xfrm states on acquireMathias Krause1-2/+2
2018-11-01compat: Cleanup in_compat_syscall() callersDmitry Safonov1-2/+0
2018-10-08net: Add extack to nlmsg_parseDavid Ahern1-1/+1
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-0/+15
2018-09-20xfrm: validate template modeSean Tranchetti1-0/+3
2018-08-03xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert1-0/+12
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+11
2018-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-12/+82
2018-07-24xfrm: remove blank lines at EOFStephen Hemminger1-1/+0
2018-06-25xfrm: free skb if nlsk pointer is NULLFlorian Westphal1-4/+6
2018-06-23xfrm: Add a new lookup key to match xfrm interfaces.Steffen Klassert1-6/+48
2018-06-23xfrm: Extend the output_mark to support input direction and masking.Steffen Klassert1-10/+38
2018-06-19xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet1-3/+5
2018-02-13xfrm_user: uncoditionally validate esn replay attribute structFlorian Westphal1-13/+8
2018-01-18xfrm: Add SA to hardware at the end of xfrm_state_construct()Yossi Kuperman1-7/+11
2017-12-08xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.Steffen Klassert1-0/+9
2017-12-01xfrm: fix XFRMA_OUTPUT_MARK policy entryMichal Kubecek1-1/+1
2017-11-29xfrm: check id proto in validate_tmpl()Cong Wang1-0/+15
2017-11-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-47/+58
2017-10-26net: xfrm_user: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva1-18/+27
2017-10-23ipsec: Fix aborted xfrm policy dump crashHerbert Xu1-10/+15
2017-09-25xfrm: eradicate size_tAlexey Dobriyan1-21/+23
2017-09-25xfrm: make xfrm_replay_state_esn_len() return unsigned intAlexey Dobriyan1-5/+5
2017-09-25xfrm: make xfrm_alg_auth_len() return unsigned intAlexey Dobriyan1-1/+1
2017-09-25xfrm: make xfrm_alg_len() return unsigned intAlexey Dobriyan1-1/+1
2017-09-25xfrm: make aead_len() return unsigned intAlexey Dobriyan1-1/+1
2017-09-11xfrm: Fix deletion of offloaded SAs on failure.Steffen Klassert1-0/+1
2017-09-01Merge 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