netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: kafai@fb.com
Cc: netdev@vger.kernel.org, ast@fb.com, daniel@iogearbox.net,
	kernel-team@fb.com
Subject: Re: [PATCH net 0/2] bpf: Fix bpf_redirect to an ipip/ip6tnl dev
Date: Sat, 12 Nov 2016 23:39:12 -0500 (EST)	[thread overview]
Message-ID: <20161112.233912.1404421746993270582.davem@davemloft.net> (raw)
In-Reply-To: <1478734594-337666-1-git-send-email-kafai@fb.com>

From: Martin KaFai Lau <kafai@fb.com>
Date: Wed, 9 Nov 2016 15:36:32 -0800

> This patch set fixes a bug in bpf_redirect(dev, flags) when dev is an
> ipip/ip6tnl.  The current problem is IP-EthHdr-IP is sent out instead of
> IP-IP.
> 
> Patch 1 adds a dev->type test similar to dev_is_mac_header_xmit()
> in act_mirred.c which is only available in net-next.  We can consider to
> refactor it once this patch is pulled into net-next from net.

Series applied, thanks Martin.

      parent reply	other threads:[~2016-11-13  4:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-09 23:36 [PATCH net 0/2] bpf: Fix bpf_redirect to an ipip/ip6tnl dev Martin KaFai Lau
2016-11-09 23:36 ` [PATCH net 1/2] " Martin KaFai Lau
2019-01-10 20:41   ` Willem de Bruijn
2019-01-10 22:22     ` Daniel Borkmann
2019-01-10 22:44       ` Willem de Bruijn
2019-01-16  1:28         ` Willem de Bruijn
2016-11-09 23:36 ` [PATCH net 2/2] bpf: Add test for bpf_redirect to ipip/ip6tnl Martin KaFai Lau
2016-11-13  4:39 ` David Miller [this message]

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=20161112.233912.1404421746993270582.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=ast@fb.com \
    --cc=daniel@iogearbox.net \
    --cc=kafai@fb.com \
    --cc=kernel-team@fb.com \
    --cc=netdev@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).