On Thu, Oct 29, 2020 at 10:33 PM Xie He <xie.he.0...@gmail.com> wrote: > > When an skb is received on a normal (non-Ethernet-emulating) PVC device, > call skb_reset_mac_header before we pass it to upper layers. > > This is because normal PVC devices don't have header_ops, so any header we > have would not be visible to upper layer code when sending, so the header > shouldn't be visible to upper layer code when receiving, either. > > Cc: Willem de Bruijn <willemdebruijn.ker...@gmail.com> > Cc: Krzysztof Halasa <k...@pm.waw.pl> > Signed-off-by: Xie He <xie.he.0...@gmail.com>
Acked-by: Willem de Bruijn <will...@google.com> Should this go to net if a bugfix though?