aboutsummaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)AuthorFilesLines
2026-07-06xfrm: policy: preallocate inexact bins before xfrm_hash_rebuild reinsertXiang Mei (Microsoft)1-2/+2
2026-07-06xfrm: iptfs: propagate SKBFL_SHARED_FRAG in iptfs_skb_add_frags()Chen YanJun1-0/+1
2026-07-06xfrm: clear mode callbacks after failed mode setupCen Zhang1-1/+6
2026-07-02xfrm: reject optional IPTFS templates in outbound policiesAntony Antony1-2/+1
2026-07-02xfrm: cache the offload ifindex for netlink dumpsCen Zhang3-9/+31
2026-07-02xfrm: fix sk_dst_cache double-free in xfrm_user_policy()Xiang Mei (Microsoft)1-2/+2
2026-06-30xfrm: nat_keepalive: avoid double free on send errorQianyu Luo1-6/+9
2026-06-26xfrm: fix stale skb->prev after async crypto steals a GSO segmentPetr Wozniak1-0/+8
2026-06-26xfrm: propagate -EINPROGRESS from validate_xmit_xfrm()Petr Wozniak1-2/+2
2026-06-23Merge tag 'ipsec-2026-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski5-70/+63
2026-06-17xfrm: xfrm_interface: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
2026-06-17xfrm: validate selector family and prefixlen during matchEric Dumazet1-0/+3
2026-06-17espintcp: use sk_msg_free_partial to fix partial sendSabrina Dubroca1-27/+7
2026-06-17xfrm: annotate data-races around xfrm_policy_count[] and xfrm_policy_default[]Eric Dumazet2-21/+21
2026-06-17xfrm: Fix xfrm state cache insertion raceHerbert Xu1-7/+14
2026-06-13Merge tag 'ipsec-next-2026-06-12' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski5-117/+540
2026-06-12xfrm: Fix dev use-after-free in xfrm async resumptionDong Chenchen1-13/+16
2026-06-12xfrm: use compat translator only for u64 alignment mismatchSanman Pradhan2-2/+2
2026-06-05xfrm: espintcp: do not reuse an in-progress partial sendWyatt Feng1-0/+4
2026-06-05xfrm: iptfs: fix ABBA deadlock in iptfs_destroy_state()Tristan Madani1-3/+2
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 Antony4-15/+369
2026-06-04xfrm: make xfrm_dev_state_add xuo parameter constAntony Antony1-1/+1
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: move encap and xuo into struct xfrm_migrateAntony Antony2-14/+10
2026-06-04xfrm: add error messages to state migrationAntony Antony1-2/+7
2026-06-04xfrm: add state synchronization after migrationAntony Antony1-7/+4
2026-06-04xfrm: check family before comparing addresses in migrateAntony Antony1-3/+4
2026-06-04xfrm: split xfrm_state_migrate into create and install functionsAntony Antony1-20/+53
2026-06-04xfrm: rename reqid in xfrm_migrateAntony Antony3-7/+7
2026-06-04xfrm: fix NAT-related field inheritance in SA migrationAntony Antony1-1/+2
2026-06-04xfrm: allow migration from UDP encapsulated to non-encapsulated ESPAntony Antony1-8/+2
2026-06-04xfrm: add extack to xfrm_init_stateAntony Antony1-3/+3
2026-06-04xfrm: remove redundant assignmentsAntony Antony1-2/+0
2026-06-04xfrm: policy: fix use-after-free on inexact bin in xfrm_policy_bysel_ctx()Sanghyun Park1-11/+2
2026-06-02xfrm: iptfs: fix use-after-free on first_skb in __input_process_payloadZhenghang Xiao1-1/+3
2026-06-01xfrm: iptfs: preserve shared-frag marker in iptfs_consume_frags()Takao Sato1-0/+2
2026-05-26xfrm: input: hold netns during deferred transport reinjectionZhengchuan Liang1-4/+12
2026-05-26xfrm: move policy_bydst RCU sync from per-netns .exit to .pre_exitUsama Arif1-7/+8
2026-05-26xfrm: iptfs: reset runtime state when cloning SAsShaomin Chen1-5/+23
2026-05-14xfrm: Reject excessive values for XFRMA_TFCPADDavid Ahern1-1/+7
2026-05-14xfrm: Check for underflow in xfrm_state_mtuDavid Ahern1-3/+16
2026-05-11xfrm: ipcomp: Free destination pages on acomp errorsHerbert Xu1-4/+8
2026-05-07xfrm: route MIGRATE notifications to caller's netnsMaoyi Xie3-6/+5
2026-04-29xfrm: defensively unhash xfrm_state lists in __xfrm_state_deleteMichal Kosiorek1-6/+6
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-28xfrm: Don't clobber inner headers when already setCosmin Ratiu1-6/+14
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-9/+28