Fix memory corruption introduced with the support of both IPv4 and IPv6 sockets in a single device. The same bug is present in VXLAN and Geneve.
Signed-off-by: Jiri Benc <jb...@redhat.com> Jiri Benc (2): vxlan: fix hlist corruption geneve: fix hlist corruption drivers/net/geneve.c | 48 ++++++++++++++++++++++++++++++++---------------- drivers/net/vxlan.c | 30 ++++++++++++++++++++---------- include/net/vxlan.h | 10 +++++++++- 3 files changed, 61 insertions(+), 27 deletions(-) -- 1.8.3.1