net: Add Transparent Ethernet Bridging GRO support.
authorJesse Gross <jesse@nicira.com>
Wed, 31 Dec 2014 03:10:15 +0000 (19:10 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Jan 2015 20:46:41 +0000 (15:46 -0500)
commit9b174d88c257150562b0101fcc6cb6c3cb74275c
tree345b03321802cb222991d9c3a524064eadbb54ad
parent05930b5ec1d3b2a5c76e1959b54cae15587009c7
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>
drivers/net/vxlan.c
include/linux/etherdevice.h
net/ethernet/eth.c