summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_user.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-28xfrm: fix xfrm_state_construct() auth-trunc leakZihan Xi1-1/+1
2026-07-02xfrm: reject optional IPTFS templates in outbound policiesAntony Antony1-2/+1
2026-07-02xfrm: cache the offload ifindex for netlink dumpsCen Zhang1-9/+29
2026-06-23Merge tag 'ipsec-2026-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-10/+10
2026-06-17xfrm: annotate data-races around xfrm_policy_count[] and xfrm_policy_default[]Eric Dumazet1-9/+9
2026-06-13Merge tag 'ipsec-next-2026-06-12' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-59/+422
2026-06-12xfrm: use compat translator only for u64 alignment mismatchSanman Pradhan1-1/+1
2026-06-04xfrm: restrict netlink attributes for XFRM_MSG_MIGRATE_STATEAntony Antony1-0/+24
2026-06-04xfrm: add XFRM_MSG_MIGRATE_STATE for single SA migrationAntony Antony1-7/+326
2026-06-04xfrm: extract address family and selector validation helpersAntony Antony1-36/+44
2026-06-04xfrm: refactor XFRMA_MTIMER_THRESH validation into a helperAntony Antony1-11/+18
2026-06-04xfrm: rename reqid in xfrm_migrateAntony Antony1-2/+2
2026-05-14xfrm: Reject excessive values for XFRMA_TFCPADDavid Ahern1-1/+7
2026-05-07xfrm: route MIGRATE notifications to caller's netnsMaoyi Xie1-3/+2
2026-04-29xfrm: cleanup error path in xfrm_add_policy()Deepanshu Kartikey1-3/+2
2026-04-29xfrm: provide message size for XFRM_MSG_MAPPINGRuijie Li1-0/+1
2026-04-07xfrm_user: fix info leak in build_report()Greg Kroah-Hartman1-0/+1
2026-04-07xfrm_user: fix info leak in build_mapping()Greg Kroah-Hartman1-0/+1
2026-03-30xfrm: account XFRMA_IF_ID in aevent size calculationKeenan Dong1-2/+8
2026-03-30xfrm: clear trailing padding in build_polexpire()Yasuaki Torimaru1-0/+2
2026-03-12xfrm: avoid RCU warnings around the per-netns netlink socketSabrina Dubroca1-8/+17
2026-02-25xfrm: fix the condition on x->pcpu_num in xfrm_sa_lenSabrina Dubroca1-1/+1
2026-02-25xfrm: add missing extack for XFRMA_SA_PCPU in add_acquire and allocspiSabrina Dubroca1-1/+4
2025-11-14xfrm: fix memory leak in xfrm_add_acquire()Zilin Guan1-0/+3
2025-10-21xfrm: set err and extack on failure to create pcpu SASabrina Dubroca1-1/+4
2025-08-15xfrm: xfrm_user: use strscpy() for alg_nameMiguel GarcĂ­a1-5/+5
2025-07-08Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca1-1/+1
2025-06-12xfrm: always initialize offload pathLeon Romanovsky1-0/+1
2025-05-15xfrm: validate assignment of maximal possible SEQ numberLeon Romanovsky1-10/+42
2025-04-17xfrm: Migrate offload configurationChiachang Wang1-3/+12
2025-04-11xfrm: Remove unnecessary strscpy_pad() size argumentsThorsten Blum1-5/+5
2025-02-21xfrm: simplify SA initialization routineLeon Romanovsky1-1/+1
2025-02-21xfrm: delay initialization of offload path till its actually requestedLeon Romanovsky1-1/+1
2025-02-12xfrm: prevent high SEQ input in non-ESN modeLeon Romanovsky1-0/+12
2024-12-05xfrm: add generic iptfs defines and functionalityChristian Hopps1-0/+12
2024-12-05xfrm: add mode_cbs module functionalityChristian Hopps1-0/+13
2024-12-05xfrm: netlink: add config (netlink) optionsChristian Hopps1-0/+52
2024-11-18Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-5/+70
2024-11-14xfrm: replace deprecated strncpy with strscpy_padDaniel Yang1-1/+1
2024-11-14xfrm: Add error handling when nla_put_u32() returns an errorEverest K.C1-1/+4
2024-11-11net: convert to nla_get_*_default()Johannes Berg1-5/+3
2024-10-29xfrm: Restrict percpu SA attribute to specific netlink message typesSteffen Klassert1-0/+14
2024-10-29xfrm: Add support for per cpu xfrm state handling.Steffen Klassert1-4/+52
2024-10-24Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni1-2/+8
2024-10-11xfrm: fix one more kernel-infoleak in algo dumpingPetr Vaganov1-1/+3
2024-10-07xfrm: validate new SA's prefixlen using SA family when sel.family is unsetSabrina Dubroca1-1/+5
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2024-07-08xfrm: call xfrm_dev_policy_delete when kill policyJianbo Liu1-1/+0
2024-06-26xfrm: support sending NAT keepalives in ESP in UDP statesEyal Birger1-0/+15