index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
xfrm
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: xfrm: skip policies marked as dead while reinserting policies
Dong Chenchen
2023-10-25
1
-4
/
+9
*
xfrm: interface: use DEV_STATS_INC()
Eric Dumazet
2023-10-25
1
-12
/
+10
*
xfrm: fix a data-race in xfrm_gen_index()
Eric Dumazet
2023-10-25
1
-4
/
+2
*
xfrm: fix a data-race in xfrm_lookup_with_ifid()
Eric Dumazet
2023-10-25
1
-1
/
+1
*
xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESH
Lin Ma
2023-08-23
1
-0
/
+1
*
xfrm: add NULL check in xfrm_update_ae_params
Lin Ma
2023-08-23
1
-1
/
+1
*
xfrm: fix slab-use-after-free in decode_session6
Zhengchao Shao
2023-08-23
1
-2
/
+2
*
net: xfrm: Amend XFRMA_SEC_CTX nla_policy structure
Lin Ma
2023-08-23
2
-2
/
+2
*
net: xfrm: Fix xfrm_address_filter OOB read
Lin Ma
2023-08-23
1
-0
/
+9
*
net: annotate data-races around sk->sk_mark
Eric Dumazet
2023-08-11
1
-1
/
+1
*
xfrm: Ensure policies always checked on XFRM-I input path
Benedict Wong
2023-06-28
1
-4
/
+50
*
xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.c
Eyal Birger
2023-06-28
2
-0
/
+2
*
xfrm: Treat already-verified secpath entries as optional
Benedict Wong
2023-06-28
2
-0
/
+13
*
xfrm: Check if_id in inbound policy/secpath match
Benedict Wong
2023-06-09
1
-5
/
+6
*
xfrm: Reject optional tunnel/BEET mode templates in outbound policies
Tobias Brunner
2023-05-24
1
-5
/
+9
*
Revert "Fix XFRM-I support for nested ESP tunnels"
Martin Willi
2023-05-24
2
-53
/
+4
*
xfrm: don't check the default policy if the policy allows the packet
Sabrina Dubroca
2023-05-24
1
-6
/
+0
*
xfrm: Zero padding when dumping algos and encap
Herbert Xu
2023-04-06
1
-4
/
+41
*
xfrm: Allow transport-mode states with AF_UNSPEC selector
Herbert Xu
2023-03-22
1
-5
/
+0
*
Fix XFRM-I support for nested ESP tunnels
Benedict Wong
2023-03-03
2
-4
/
+53
*
xfrm: fix bug with DSCP copy to v6 from v4 tunnel
Christian Hopps
2023-02-14
1
-2
/
+1
*
xfrm: annotate data-race around use_time
Eric Dumazet
2023-02-14
2
-9
/
+12
*
xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr()
Eric Dumazet
2023-02-14
1
-0
/
+2
*
xfrm: compat: change expression for switch in xfrm_xlate64
Anastasia Belova
2023-02-14
1
-1
/
+1
*
use less confusing names for iov_iter direction initializers
Al Viro
2023-02-09
1
-1
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
Jakub Kicinski
2022-11-23
2
-2
/
+15
|
\
|
*
xfrm: replay: Fix ESN wrap around for GSO
Christian Langrock
2022-10-19
2
-2
/
+15
*
|
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-11
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-03
2
-5
/
+14
|
\
|
*
xfrm: Reinject transport-mode packets through workqueue
Liu Jian
2022-09-28
1
-5
/
+13
|
*
xfrm: Update ipcomp_scratches with NULL when freed
Khalid Masum
2022-09-01
1
-0
/
+1
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2022-10-03
8
-175
/
+503
|
\
\
|
*
|
xfrm: ipcomp: add extack to ipcomp{4,6}_init_state
Sabrina Dubroca
2022-09-29
1
-3
/
+7
|
*
|
xfrm: pass extack down to xfrm_type ->init_state
Sabrina Dubroca
2022-09-29
1
-1
/
+1
|
*
|
xfrm: add extack support to xfrm_init_replay
Sabrina Dubroca
2022-09-22
3
-5
/
+9
|
*
|
xfrm: add extack to __xfrm_init_state
Sabrina Dubroca
2022-09-22
2
-8
/
+20
|
*
|
xfrm: add extack to attach_*
Sabrina Dubroca
2022-09-22
1
-16
/
+30
|
*
|
xfrm: add extack support to xfrm_dev_state_add
Sabrina Dubroca
2022-09-22
2
-8
/
+20
|
*
|
xfrm: add extack to verify_one_alg, verify_auth_trunc, verify_aead
Sabrina Dubroca
2022-09-22
1
-11
/
+20
|
*
|
xfrm: add extack to verify_replay
Sabrina Dubroca
2022-09-22
1
-8
/
+22
|
*
|
xfrm: add extack support to verify_newsa_info
Sabrina Dubroca
2022-09-22
1
-21
/
+69
|
*
|
xfrm: add extack to verify_sec_ctx_len
Sabrina Dubroca
2022-08-31
1
-7
/
+9
|
*
|
xfrm: add extack to validate_tmpl
Sabrina Dubroca
2022-08-31
1
-9
/
+20
|
*
|
xfrm: add extack to verify_policy_type
Sabrina Dubroca
2022-08-31
1
-11
/
+17
|
*
|
xfrm: add extack to verify_policy_dir
Sabrina Dubroca
2022-08-31
1
-4
/
+5
|
*
|
xfrm: add extack support to verify_newpolicy_info
Sabrina Dubroca
2022-08-31
1
-7
/
+18
|
*
|
xfrm: propagate extack to all netlink doit handlers
Sabrina Dubroca
2022-08-31
1
-22
/
+34
|
*
|
xfrm: lwtunnel: add lwtunnel support for xfrm interfaces in collect_md mode
Eyal Birger
2022-08-29
1
-0
/
+85
|
*
|
xfrm: interface: support collect metadata mode
Eyal Birger
2022-08-29
3
-27
/
+111
|
*
|
xfrm: Drop unused argument
Hongbin Wang
2022-08-23
1
-8
/
+7
[next]