index
:
linux/linux-stable.git
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.14.y
linux-6.15.y
linux-6.16.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
xfrm
Age
Commit message (
Expand
)
Author
2024-06-16
net: fix __dst_negative_advice() race
Eric Dumazet
2024-05-17
xfrm: Preserve vlan tags for transport mode software GRO
Paul Davey
2024-04-03
xfrm: Avoid clang fortify warning in copy_to_user_tmpl()
Nathan Chancellor
2024-02-23
xfrm: Silence warnings triggerable by bad packets
Herbert Xu
2024-02-23
xfrm: Use xfrm_state selector for BEET input
Herbert Xu
2024-02-23
xfrm: Remove inner/outer modes from input path
Herbert Xu
2024-02-23
xfrm: Remove inner/outer modes from output path
Herbert Xu
2023-10-25
net: xfrm: skip policies marked as dead while reinserting policies
Dong Chenchen
2023-10-25
xfrm: interface: use DEV_STATS_INC()
Eric Dumazet
2023-10-25
xfrm: fix a data-race in xfrm_gen_index()
Eric Dumazet
2023-10-25
xfrm: fix a data-race in xfrm_lookup_with_ifid()
Eric Dumazet
2023-08-23
xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESH
Lin Ma
2023-08-23
xfrm: add NULL check in xfrm_update_ae_params
Lin Ma
2023-08-23
xfrm: fix slab-use-after-free in decode_session6
Zhengchao Shao
2023-08-23
net: xfrm: Amend XFRMA_SEC_CTX nla_policy structure
Lin Ma
2023-08-23
net: xfrm: Fix xfrm_address_filter OOB read
Lin Ma
2023-08-11
net: annotate data-races around sk->sk_mark
Eric Dumazet
2023-06-28
xfrm: Ensure policies always checked on XFRM-I input path
Benedict Wong
2023-06-28
xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.c
Eyal Birger
2023-06-28
xfrm: Treat already-verified secpath entries as optional
Benedict Wong
2023-06-09
xfrm: Check if_id in inbound policy/secpath match
Benedict Wong
2023-05-24
xfrm: Reject optional tunnel/BEET mode templates in outbound policies
Tobias Brunner
2023-05-24
Revert "Fix XFRM-I support for nested ESP tunnels"
Martin Willi
2023-05-24
xfrm: don't check the default policy if the policy allows the packet
Sabrina Dubroca
2023-04-06
xfrm: Zero padding when dumping algos and encap
Herbert Xu
2023-03-22
xfrm: Allow transport-mode states with AF_UNSPEC selector
Herbert Xu
2023-03-03
Fix XFRM-I support for nested ESP tunnels
Benedict Wong
2023-02-14
xfrm: fix bug with DSCP copy to v6 from v4 tunnel
Christian Hopps
2023-02-14
xfrm: annotate data-race around use_time
Eric Dumazet
2023-02-14
xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr()
Eric Dumazet
2023-02-14
xfrm: compat: change expression for switch in xfrm_xlate64
Anastasia Belova
2023-02-09
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
Jakub Kicinski
2022-10-19
xfrm: replay: Fix ESN wrap around for GSO
Christian Langrock
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-03
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2022-09-30
net-next: skbuff: refactor pskb_pull
Richard Gobert
2022-09-29
xfrm: ipcomp: add extack to ipcomp{4,6}_init_state
Sabrina Dubroca
2022-09-29
xfrm: pass extack down to xfrm_type ->init_state
Sabrina Dubroca
2022-09-28
xfrm: Reinject transport-mode packets through workqueue
Liu Jian
2022-09-22
xfrm: add extack support to xfrm_init_replay
Sabrina Dubroca
2022-09-22
xfrm: add extack to __xfrm_init_state
Sabrina Dubroca
2022-09-22
xfrm: add extack to attach_*
Sabrina Dubroca
2022-09-22
xfrm: add extack support to xfrm_dev_state_add
Sabrina Dubroca
2022-09-22
xfrm: add extack to verify_one_alg, verify_auth_trunc, verify_aead
Sabrina Dubroca
2022-09-22
xfrm: add extack to verify_replay
Sabrina Dubroca
2022-09-22
xfrm: add extack support to verify_newsa_info
Sabrina Dubroca
2022-09-01
xfrm: Update ipcomp_scratches with NULL when freed
Khalid Masum
2022-08-31
xfrm: add extack to verify_sec_ctx_len
Sabrina Dubroca
[next]