aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_user.c
AgeCommit message (Expand)Author
2023-08-26xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESHLin Ma
2023-08-26xfrm: add NULL check in xfrm_update_ae_paramsLin Ma
2023-08-26net: xfrm: Amend XFRMA_SEC_CTX nla_policy structureLin Ma
2023-08-26net: xfrm: Fix xfrm_address_filter OOB readLin Ma
2023-01-18xfrm: fix rcu lock in xfrm_notify_userpolicy()Nicolas Dichtel
2022-05-25xfrm: rework default policy structureNicolas Dichtel
2022-05-25xfrm: notify default policy on updateNicolas Dichtel
2022-05-25xfrm: make user policy API completeNicolas Dichtel
2022-05-25net: xfrm: fix shift-out-of-bouncePavel Skripkin
2022-05-25xfrm: Add possibility to set the default to block if we have no policySteffen Klassert
2022-03-19xfrm: Check if_id in xfrm_migrateYan Yan
2022-03-19Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0"Kai Lueke
2022-01-27xfrm: rate limit SA mapping change message to user spaceAntony Antony
2022-01-27xfrm: state and policy should fail if XFRMA_IF_ID 0Antony Antony
2022-01-27xfrm: fix a small bug in xfrm_sa_len()Eric Dumazet
2021-08-12net: xfrm: fix memory leak in xfrm_user_rcv_msgPavel Skripkin
2021-07-19xfrm: Fix error reporting in xfrm_state_construct.Steffen Klassert
2020-09-24xfrm/compat: Add 32=>64-bit messages translatorDmitry Safonov
2020-09-24xfrm/compat: Attach xfrm dumps to 64=>32 bit translatorDmitry Safonov
2020-09-24xfrm/compat: Add 64=>32-bit messages translatorDmitry Safonov
2020-06-24xfrm: policy: match with both mark and mask on user interfacesXin Long
2020-02-12xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquireXin Long
2020-02-12xfrm: fix uctx len check in verify_sec_ctx_lenXin Long
2019-07-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2019-06-17xfrm: fix sa selector validationNicolas Dichtel
2019-05-28xfrm: Fix xfrm sel prefix length validationAnirudh Gupta
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-03-26xfrm: clean up xfrm protocol checksCong Wang
2019-03-20Revert "net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrm"Steffen Klassert
2019-03-08net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrmSu Yanjun
2019-03-01xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlinkYueHaibing
2019-02-05xfrm: destroy xfrm_state synchronously on net exit pathCong Wang
2019-01-10xfrm: refine validation of template and selector familiesFlorian Westphal
2018-12-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-11-23xfrm_user: fix freeing of xfrm states on acquireMathias Krause
2018-11-01compat: Cleanup in_compat_syscall() callersDmitry Safonov
2018-10-08net: Add extack to nlmsg_parseDavid Ahern
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-09-20xfrm: validate template modeSean Tranchetti
2018-08-03xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-07-24xfrm: remove blank lines at EOFStephen Hemminger
2018-06-25xfrm: free skb if nlsk pointer is NULLFlorian Westphal
2018-06-23xfrm: Add a new lookup key to match xfrm interfaces.Steffen Klassert
2018-06-23xfrm: Extend the output_mark to support input direction and masking.Steffen Klassert
2018-06-19xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet
2018-02-13xfrm_user: uncoditionally validate esn replay attribute structFlorian Westphal