mbox series

[ipsec,0/3] xfrm: a few fixes for espintcp

Message ID cover.1594287359.git.sd@queasysnail.net
Headers show
Series xfrm: a few fixes for espintcp | expand

Message

Sabrina Dubroca July 16, 2020, 8:09 a.m. UTC
Andrew Cagney reported some issues when trying to use async operations
on the encapsulation socket. Patches 1 and 2 take care of these bugs.

In addition, I missed a spot when adding IPv6 support and converting
to the common config option.

Sabrina Dubroca (3):
  espintcp: support non-blocking sends
  espintcp: recv() should return 0 when the peer socket is closed
  xfrm: policy: fix IPv6-only espintcp

 net/xfrm/espintcp.c    | 31 +++++++++++++++++--------------
 net/xfrm/xfrm_policy.c |  4 ++--
 2 files changed, 19 insertions(+), 16 deletions(-)

Comments

Steffen Klassert July 21, 2020, 6:06 a.m. UTC | #1
On Thu, Jul 16, 2020 at 10:09:00AM +0200, Sabrina Dubroca wrote:
> Andrew Cagney reported some issues when trying to use async operations
> on the encapsulation socket. Patches 1 and 2 take care of these bugs.
> 
> In addition, I missed a spot when adding IPv6 support and converting
> to the common config option.
> 
> Sabrina Dubroca (3):
>   espintcp: support non-blocking sends
>   espintcp: recv() should return 0 when the peer socket is closed
>   xfrm: policy: fix IPv6-only espintcp

All applied, thanks a lot Sabrina!