-
- Downloads
Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
Steffen Klassert says: ==================== pull request (net): ipsec 2025-01-27 1) Fix incrementing the upper 32 bit sequence numbers for GSO skbs. From Jianbo Liu. 2) Fix an out-of-bounds read on xfrm state lookup. From Florian Westphal. 3) Fix secpath handling on packet offload mode. From Alexandre Cassen. 4) Fix the usage of skb->sk in the xfrm layer. 5) Don't disable preemption while looking up cache state to fix PREEMPT_RT. From Sebastian Sewior. * tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec: xfrm: Don't disable preemption while looking up cache state. xfrm: Fix the usage of skb->sk xfrm: delete intermediate secpath entry in packet offload mode xfrm: state: fix out-of-bounds read during lookup xfrm: replay: Fix the update of replay_esn->oseq_hi for GSO ==================== Link: https://patch.msgid.link/20250127060757.3946314-1-steffen.klassert@secunet.com Signed-off-by:Jakub Kicinski <kuba@kernel.org>
Showing
- include/net/xfrm.h 13 additions, 3 deletionsinclude/net/xfrm.h
- net/ipv4/esp4.c 1 addition, 1 deletionnet/ipv4/esp4.c
- net/ipv6/esp6.c 1 addition, 1 deletionnet/ipv6/esp6.c
- net/ipv6/xfrm6_output.c 2 additions, 2 deletionsnet/ipv6/xfrm6_output.c
- net/xfrm/xfrm_interface_core.c 1 addition, 1 deletionnet/xfrm/xfrm_interface_core.c
- net/xfrm/xfrm_output.c 4 additions, 3 deletionsnet/xfrm/xfrm_output.c
- net/xfrm/xfrm_policy.c 1 addition, 1 deletionnet/xfrm/xfrm_policy.c
- net/xfrm/xfrm_replay.c 6 additions, 4 deletionsnet/xfrm/xfrm_replay.c
- net/xfrm/xfrm_state.c 71 additions, 22 deletionsnet/xfrm/xfrm_state.c
Loading
Please register or sign in to comment