Files
linux/net
Cong Wang 5a4fbd8b8a erspan: fix version 1 check in gre_parse_header()
[ Upstream commit 085c7c4e1c ]

Both version 0 and version 1 use ETH_P_ERSPAN, but version 0 does not
have an erspan header. So the check in gre_parse_header() is wrong,
we have to distinguish version 1 from version 0.

We can just check the gre header length like is_erspan_type1().

Fixes: cb73ee40b1 ("net: ip_gre: use erspan key field for tunnel lookup")
Reported-by: syzbot+f583ce3d4ddf9836b27a@syzkaller.appspotmail.com
Cc: William Tu <u9012063@gmail.com>
Cc: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
Signed-off-by: Cong Wang <cong.wang@bytedance.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-01-12 20:10:19 +01:00
..
2019-06-22 08:15:13 +02:00
2020-07-22 09:31:58 +02:00
2019-12-05 09:21:30 +01:00
2020-10-14 10:31:26 +02:00
2020-10-29 09:54:55 +01:00
2018-07-24 14:10:42 -07:00
2020-12-30 11:26:06 +01:00
2020-12-30 11:25:44 +01:00
2018-07-24 14:10:43 -07:00