Re: [Intel-wired-lan] [PATCH ipsec-next 2/5] xfrm: simplify SA initialization routine

2025-02-12 Thread Steffen Klassert
On Wed, Feb 05, 2025 at 08:20:21PM +0200, Leon Romanovsky wrote: > From: Leon Romanovsky > > SA replay mode is initialized differently for user-space and > kernel-space users, but the call to xfrm_init_replay() existed in > common path with boolean protection. That caused to situation where > we

Re: [Intel-wired-lan] [PATCH ipsec-next 2/5] xfrm: simplify SA initialization routine

2025-02-14 Thread Steffen Klassert
On Wed, Feb 12, 2025 at 08:30:20PM +0200, Leon Romanovsky wrote: > On Wed, Feb 12, 2025 at 12:56:48PM +0100, Steffen Klassert wrote: > > On Wed, Feb 05, 2025 at 08:20:21PM +0200, Leon Romanovsky wrote: > > > From: Leon Romanovsky > > > > > > SA replay mode

Re: [Intel-wired-lan] [PATCH ipsec-next v1 0/5] Support PMTU in tunnel mode for packet offload

2025-02-25 Thread Steffen Klassert
On Wed, Feb 19, 2025 at 03:50:56PM +0200, Leon Romanovsky wrote: > Changelog: > v1: > * Changed signature and names of functions which set and clear type_offload > * Fixed typos > * Add Zhu's ROB tag > v0: https://lore.kernel.org/all/cover.1738778580.git.l...@kernel.org > > Hi, > > This series