summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)Author
13 daysMerge tag 'ipsec-2026-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-06-17xfrm: xfrm_interface: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-06-17xfrm: validate selector family and prefixlen during matchEric Dumazet
2026-06-17espintcp: use sk_msg_free_partial to fix partial sendSabrina Dubroca
2026-06-17xfrm: annotate data-races around xfrm_policy_count[] and xfrm_policy_default[]Eric Dumazet
2026-06-17xfrm: Fix xfrm state cache insertion raceHerbert Xu
2026-06-13Merge tag 'ipsec-next-2026-06-12' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-06-12xfrm: Fix dev use-after-free in xfrm async resumptionDong Chenchen
2026-06-12xfrm: use compat translator only for u64 alignment mismatchSanman Pradhan
2026-06-05xfrm: espintcp: do not reuse an in-progress partial sendWyatt Feng
2026-06-05xfrm: iptfs: fix ABBA deadlock in iptfs_destroy_state()Tristan Madani
2026-06-04xfrm: restrict netlink attributes for XFRM_MSG_MIGRATE_STATEAntony Antony
2026-06-04xfrm: add XFRM_MSG_MIGRATE_STATE for single SA migrationAntony Antony
2026-06-04xfrm: make xfrm_dev_state_add xuo parameter constAntony Antony
2026-06-04xfrm: extract address family and selector validation helpersAntony Antony
2026-06-04xfrm: refactor XFRMA_MTIMER_THRESH validation into a helperAntony Antony
2026-06-04xfrm: move encap and xuo into struct xfrm_migrateAntony Antony
2026-06-04xfrm: add error messages to state migrationAntony Antony
2026-06-04xfrm: add state synchronization after migrationAntony Antony
2026-06-04xfrm: check family before comparing addresses in migrateAntony Antony
2026-06-04xfrm: split xfrm_state_migrate into create and install functionsAntony Antony
2026-06-04xfrm: rename reqid in xfrm_migrateAntony Antony
2026-06-04xfrm: fix NAT-related field inheritance in SA migrationAntony Antony
2026-06-04xfrm: allow migration from UDP encapsulated to non-encapsulated ESPAntony Antony
2026-06-04xfrm: add extack to xfrm_init_stateAntony Antony
2026-06-04xfrm: remove redundant assignmentsAntony Antony
2026-06-04xfrm: policy: fix use-after-free on inexact bin in xfrm_policy_bysel_ctx()Sanghyun Park
2026-06-02xfrm: iptfs: fix use-after-free on first_skb in __input_process_payloadZhenghang Xiao
2026-06-01xfrm: iptfs: preserve shared-frag marker in iptfs_consume_frags()Takao Sato
2026-05-26xfrm: input: hold netns during deferred transport reinjectionZhengchuan Liang
2026-05-26xfrm: move policy_bydst RCU sync from per-netns .exit to .pre_exitUsama Arif
2026-05-26xfrm: iptfs: reset runtime state when cloning SAsShaomin Chen
2026-05-14xfrm: Reject excessive values for XFRMA_TFCPADDavid Ahern
2026-05-14xfrm: Check for underflow in xfrm_state_mtuDavid Ahern
2026-05-11xfrm: ipcomp: Free destination pages on acomp errorsHerbert Xu
2026-05-07xfrm: route MIGRATE notifications to caller's netnsMaoyi Xie
2026-04-29xfrm: defensively unhash xfrm_state lists in __xfrm_state_deleteMichal Kosiorek
2026-04-29xfrm: cleanup error path in xfrm_add_policy()Deepanshu Kartikey
2026-04-29xfrm: provide message size for XFRM_MSG_MAPPINGRuijie Li
2026-04-28xfrm: Don't clobber inner headers when already setCosmin Ratiu
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-08Merge tag 'ipsec-next-2026-04-08' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-04-07xfrm: Drop support for HMAC-RIPEMD-160Eric Biggers
2026-04-07xfrm_user: fix info leak in build_report()Greg Kroah-Hartman
2026-04-07xfrm_user: fix info leak in build_mapping()Greg Kroah-Hartman
2026-04-07xfrm: fix refcount leak in xfrm_migrate_policy_findKotlyarov Mihail
2026-04-07xfrm: hold dev ref until after transport_finish NF_HOOKQi Tang
2026-04-07xfrm: Wait for RCU readers during policy netns exitSteffen Klassert
2026-03-30xfrm: account XFRMA_IF_ID in aevent size calculationKeenan Dong
2026-03-30xfrm: clear trailing padding in build_polexpire()Yasuaki Torimaru