mbox series

[ipsec,v2,0/4] xfrm interface: bugs fixes

Message ID 20190715100023.8475-1-nicolas.dichtel@6wind.com
Headers show
Series xfrm interface: bugs fixes | expand

Message

Nicolas Dichtel July 15, 2019, 10 a.m. UTC
Here is a bunch of bugs fixes. Some have been seen by code review and some when
playing with x-netns.
The details are in each patch.

v1 -> v2:
 - add patch #3 and #4

 include/net/xfrm.h        |  2 --
 net/xfrm/xfrm_interface.c | 56 +++++++++++++++++++++--------------------------
 2 files changed, 25 insertions(+), 33 deletions(-)

Regards,
Nicolas

Comments

Steffen Klassert July 18, 2019, 7:37 a.m. UTC | #1
On Mon, Jul 15, 2019 at 12:00:19PM +0200, Nicolas Dichtel wrote:
> 
> Here is a bunch of bugs fixes. Some have been seen by code review and some when
> playing with x-netns.
> The details are in each patch.
> 
> v1 -> v2:
>  - add patch #3 and #4

Series applied, thanks Nicolas!