net/vxlan: Go over all candidate streams for GRO matching
authorOr Gerlitz <ogerlitz@mellanox.com>
Wed, 29 Jan 2014 16:10:10 +0000 (18:10 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 31 Jan 2014 00:25:49 +0000 (16:25 -0800)
commit920a0fde5a32fd40b4d3c94ad72f7fc7039db8e3
tree791798d1b22c619e13fc569aec7d4dc24e1124d3
parentb5aaab12b2b4bc4acab7384c17a87f3406e5047d
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 <ogerlitz@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c