diff options
author | Jason A. Donenfeld <[email protected]> | 2020-06-29 19:06:19 -0600 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-06-30 12:29:39 -0700 |
commit | e53ac93220e002fdf26b2874af6a74f393cd3872 (patch) | |
tree | cd00f1c6ddd2762b4234d9e2c2dbdde72ba1db96 /drivers/usb/cdns3/cdns3-debug.h | |
parent | 2606aff916854b61234bf85001be9777bab2d5f8 (diff) |
net: ipip: implement header_ops->parse_protocol for AF_PACKET
Ipip uses skb->protocol to determine packet type, and bails out if it's
not set. For AF_PACKET injection, we need to support its call chain of:
packet_sendmsg -> packet_snd -> packet_parse_headers ->
dev_parse_header_protocol -> parse_protocol
Without a valid parse_protocol, this returns zero, and ipip rejects the
skb. So, this wires up the ip_tunnel handler for layer 3 packets for
that case.
Signed-off-by: Jason A. Donenfeld <[email protected]>
Acked-by: Willem de Bruijn <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions