index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
xfrm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-20
Merge tag 'ipsec-2026-08-18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
4
-14
/
+54
2026-08-18
xfrm: bound nat keepalive state collection
Zihan Xi
1
-25
/
+21
2026-08-13
net: Const qualify ctl_tables that kmemdup unconditionally
Joel Granados
1
-1
/
+1
2026-07-28
xfrm: fix xfrm_state_construct() auth-trunc leak
Zihan Xi
1
-1
/
+1
2026-07-23
xfrm: Fix skb double-free in xfrm_dev_direct_output()
Sanghyun Park
1
-3
/
+1
2026-07-23
xfrm: avoid lock inversion in nat keepalive work
Zihan Xi
1
-9
/
+48
2026-07-22
Merge branch 'big-tcp-for-udp-tunnels'
Paolo Abeni
1
-1
/
+1
2026-07-22
net: Use helpers to get/set UDP len tree-wide
Alice Mikityanska
1
-1
/
+1
2026-07-20
xfrm: drop ESP-in-TCP packets with no ingress device
Zhiling Zou
1
-0
/
+6
2026-07-20
xfrm: espintcp: fix UAF during close
Sabrina Dubroca
1
-1
/
+2
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
[next]