commit | 9b174d88c257150562b0101fcc6cb6c3cb74275c | [log] [tgz] |
---|---|---|
author | Jesse Gross <jesse@nicira.com> | Tue Dec 30 19:10:15 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 02 15:46:41 2015 -0500 |
tree | 345b03321802cb222991d9c3a524064eadbb54ad | |
parent | 05930b5ec1d3b2a5c76e1959b54cae15587009c7 [diff] |
net: Add Transparent Ethernet Bridging GRO support. Currently the only tunnel protocol that supports GRO with encapsulated Ethernet is VXLAN. This pulls out the Ethernet code into a proper layer so that it can be used by other tunnel protocols such as GRE and Geneve. Signed-off-by: Jesse Gross <jesse@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>