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)
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

Simple merge
Simple merge
Simple merge