All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolas Dichtel <nicolas.dichtel@6wind.com>
To: Steffen Klassert <steffen.klassert@secunet.com>
Cc: davem@davemloft.net, netdev@vger.kernel.org
Subject: Re: [PATCH ipsec v3 0/2] ipsec interfaces: fix sending with bpf_redirect() / AF_PACKET sockets
Date: Mon, 27 Jan 2020 10:28:10 +0100	[thread overview]
Message-ID: <35524394-8ba1-1868-4e85-ddfd9d829c6c@6wind.com> (raw)
In-Reply-To: <20200115095652.GR8621@gauss3.secunet.de>

Le 15/01/2020 à 10:56, Steffen Klassert a écrit :
> On Mon, Jan 13, 2020 at 09:32:45AM +0100, Nicolas Dichtel wrote:
>> Before those patches, packets sent to a vti[6]/xfrm interface via
>> bpf_redirect() or via an AF_PACKET socket were dropped, mostly because
>> no dst was attached.
>>
>> v2 -> v3:
>>   - fix flowi info for the route lookup
>>
>> v1 -> v2:
>>   - remove useless check against skb_dst() in xfrmi_xmit2()
>>   - keep incrementing tx_carrier_errors in case of route lookup failure
>>
>>  net/ipv4/ip_vti.c         | 13 +++++++++++--
>>  net/ipv6/ip6_vti.c        | 13 +++++++++++--
>>  net/xfrm/xfrm_interface.c | 32 +++++++++++++++++++++++++-------
>>  3 files changed, 47 insertions(+), 11 deletions(-)
> 
> Applied to the ipsec tree, thanks a lot!
> 
Thanks. Those patches are now in Linus tree:

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=95224166a903
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f042365dbffe

Could you queue them for stable trees?


Thank you,
Nicolas

  reply	other threads:[~2020-01-27  9:28 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-31 16:56 [PATCH ipsec 0/2] ipsec interfaces: fix sending with bpf_redirect() / AF_PACKET sockets Nicolas Dichtel
2019-12-31 16:56 ` [PATCH ipsec 1/2] vti[6]: fix packet tx through bpf_redirect() Nicolas Dichtel
2019-12-31 16:56 ` [PATCH ipsec 2/2] xfrm interface: " Nicolas Dichtel
2020-01-09  8:40   ` Steffen Klassert
2020-01-09  8:59     ` Nicolas Dichtel
2020-01-09 13:35     ` [PATCH ipsec v2 0/2] ipsec interfaces: fix sending with bpf_redirect() / AF_PACKET sockets Nicolas Dichtel
2020-01-09 13:35       ` [PATCH ipsec v2 1/2] vti[6]: fix packet tx through bpf_redirect() Nicolas Dichtel
2020-01-09 13:35       ` [PATCH ipsec v2 2/2] xfrm interface: " Nicolas Dichtel
2020-01-10 17:42       ` [PATCH ipsec v2 0/2] ipsec interfaces: fix sending with bpf_redirect() / AF_PACKET sockets Nicolas Dichtel
2020-01-13  8:32         ` [PATCH ipsec v3 " Nicolas Dichtel
2020-01-13  8:32           ` [PATCH ipsec v3 1/2] vti[6]: fix packet tx through bpf_redirect() Nicolas Dichtel
2020-01-13  8:32           ` [PATCH ipsec v3 2/2] xfrm interface: " Nicolas Dichtel
2020-01-15  9:56           ` [PATCH ipsec v3 0/2] ipsec interfaces: fix sending with bpf_redirect() / AF_PACKET sockets Steffen Klassert
2020-01-27  9:28             ` Nicolas Dichtel [this message]
2020-01-27  9:58               ` Steffen Klassert
2020-01-27 10:20                 ` Nicolas Dichtel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=35524394-8ba1-1868-4e85-ddfd9d829c6c@6wind.com \
    --to=nicolas.dichtel@6wind.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=steffen.klassert@secunet.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.