index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
xfrm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-06
xfrm: policy: preallocate inexact bins before xfrm_hash_rebuild reinsert
Xiang Mei (Microsoft)
1
-2
/
+2
2026-07-06
xfrm: iptfs: propagate SKBFL_SHARED_FRAG in iptfs_skb_add_frags()
Chen YanJun
1
-0
/
+1
2026-07-06
xfrm: clear mode callbacks after failed mode setup
Cen Zhang
1
-1
/
+6
2026-07-02
xfrm: reject optional IPTFS templates in outbound policies
Antony Antony
1
-2
/
+1
2026-07-02
xfrm: cache the offload ifindex for netlink dumps
Cen Zhang
3
-9
/
+31
2026-07-02
xfrm: fix sk_dst_cache double-free in xfrm_user_policy()
Xiang Mei (Microsoft)
1
-2
/
+2
2026-06-30
xfrm: nat_keepalive: avoid double free on send error
Qianyu Luo
1
-6
/
+9
2026-06-26
xfrm: fix stale skb->prev after async crypto steals a GSO segment
Petr Wozniak
1
-0
/
+8
2026-06-26
xfrm: propagate -EINPROGRESS from validate_xmit_xfrm()
Petr Wozniak
1
-2
/
+2
2026-06-23
Merge tag 'ipsec-2026-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
5
-70
/
+63
2026-06-17
xfrm: xfrm_interface: require CAP_NET_ADMIN in the device netns for changelink
Maoyi Xie
1
-0
/
+3
2026-06-17
xfrm: validate selector family and prefixlen during match
Eric Dumazet
1
-0
/
+3
2026-06-17
espintcp: use sk_msg_free_partial to fix partial send
Sabrina Dubroca
1
-27
/
+7
2026-06-17
xfrm: annotate data-races around xfrm_policy_count[] and xfrm_policy_default[]
Eric Dumazet
2
-21
/
+21
2026-06-17
xfrm: Fix xfrm state cache insertion race
Herbert Xu
1
-7
/
+14
2026-06-13
Merge tag 'ipsec-next-2026-06-12' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
5
-117
/
+540
2026-06-12
xfrm: Fix dev use-after-free in xfrm async resumption
Dong Chenchen
1
-13
/
+16
2026-06-12
xfrm: use compat translator only for u64 alignment mismatch
Sanman Pradhan
2
-2
/
+2
2026-06-05
xfrm: espintcp: do not reuse an in-progress partial send
Wyatt Feng
1
-0
/
+4
2026-06-05
xfrm: iptfs: fix ABBA deadlock in iptfs_destroy_state()
Tristan Madani
1
-3
/
+2
2026-06-04
xfrm: restrict netlink attributes for XFRM_MSG_MIGRATE_STATE
Antony Antony
1
-0
/
+24
2026-06-04
xfrm: add XFRM_MSG_MIGRATE_STATE for single SA migration
Antony Antony
4
-15
/
+369
2026-06-04
xfrm: make xfrm_dev_state_add xuo parameter const
Antony Antony
1
-1
/
+1
2026-06-04
xfrm: extract address family and selector validation helpers
Antony Antony
1
-36
/
+44
2026-06-04
xfrm: refactor XFRMA_MTIMER_THRESH validation into a helper
Antony Antony
1
-11
/
+18
2026-06-04
xfrm: move encap and xuo into struct xfrm_migrate
Antony Antony
2
-14
/
+10
2026-06-04
xfrm: add error messages to state migration
Antony Antony
1
-2
/
+7
2026-06-04
xfrm: add state synchronization after migration
Antony Antony
1
-7
/
+4
2026-06-04
xfrm: check family before comparing addresses in migrate
Antony Antony
1
-3
/
+4
2026-06-04
xfrm: split xfrm_state_migrate into create and install functions
Antony Antony
1
-20
/
+53
2026-06-04
xfrm: rename reqid in xfrm_migrate
Antony Antony
3
-7
/
+7
2026-06-04
xfrm: fix NAT-related field inheritance in SA migration
Antony Antony
1
-1
/
+2
2026-06-04
xfrm: allow migration from UDP encapsulated to non-encapsulated ESP
Antony Antony
1
-8
/
+2
2026-06-04
xfrm: add extack to xfrm_init_state
Antony Antony
1
-3
/
+3
2026-06-04
xfrm: remove redundant assignments
Antony Antony
1
-2
/
+0
2026-06-04
xfrm: policy: fix use-after-free on inexact bin in xfrm_policy_bysel_ctx()
Sanghyun Park
1
-11
/
+2
2026-06-02
xfrm: iptfs: fix use-after-free on first_skb in __input_process_payload
Zhenghang Xiao
1
-1
/
+3
2026-06-01
xfrm: iptfs: preserve shared-frag marker in iptfs_consume_frags()
Takao Sato
1
-0
/
+2
2026-05-26
xfrm: input: hold netns during deferred transport reinjection
Zhengchuan Liang
1
-4
/
+12
2026-05-26
xfrm: move policy_bydst RCU sync from per-netns .exit to .pre_exit
Usama Arif
1
-7
/
+8
2026-05-26
xfrm: iptfs: reset runtime state when cloning SAs
Shaomin Chen
1
-5
/
+23
2026-05-14
xfrm: Reject excessive values for XFRMA_TFCPAD
David Ahern
1
-1
/
+7
2026-05-14
xfrm: Check for underflow in xfrm_state_mtu
David Ahern
1
-3
/
+16
2026-05-11
xfrm: ipcomp: Free destination pages on acomp errors
Herbert Xu
1
-4
/
+8
2026-05-07
xfrm: route MIGRATE notifications to caller's netns
Maoyi Xie
3
-6
/
+5
2026-04-29
xfrm: defensively unhash xfrm_state lists in __xfrm_state_delete
Michal Kosiorek
1
-6
/
+6
2026-04-29
xfrm: cleanup error path in xfrm_add_policy()
Deepanshu Kartikey
1
-3
/
+2
2026-04-29
xfrm: provide message size for XFRM_MSG_MAPPING
Ruijie Li
1
-0
/
+1
2026-04-28
xfrm: Don't clobber inner headers when already set
Cosmin Ratiu
1
-6
/
+14
2026-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-9
/
+28
[next]