From: Or Gerlitz Date: Wed, 29 Jan 2014 16:10:10 +0000 (+0200) Subject: net/vxlan: Go over all candidate streams for GRO matching X-Git-Tag: v3.14-rc3~36^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=920a0fde5a32fd40b4d3c94ad72f7fc7039db8e3;p=pandora-kernel.git net/vxlan: Go over all candidate streams for GRO matching The loop in vxlan_gro_receive() over the current set of candidates for coalescing was wrongly aborted once a match was found. In rare cases, this can cause a false-positives matching in the next layer GRO checks. Signed-off-by: Or Gerlitz Signed-off-by: David S. Miller --- Reading git-diff-tree failed