commit | 920a0fde5a32fd40b4d3c94ad72f7fc7039db8e3 | [log] [tgz] |
---|---|---|
author | Or Gerlitz <ogerlitz@mellanox.com> | Wed Jan 29 18:10:10 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 30 16:25:49 2014 -0800 |
tree | 791798d1b22c619e13fc569aec7d4dc24e1124d3 | |
parent | b5aaab12b2b4bc4acab7384c17a87f3406e5047d [diff] |
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>