openvswitch: gre tunneling support.
authorDavid S. Miller <davem@davemloft.net>
Thu, 20 Jun 2013 01:07:49 +0000 (18:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Jun 2013 01:07:49 +0000 (18:07 -0700)
commitdc3d807d6fd983603c82e7bcdbaa49cdb4239691
treef426945de6694203f2c34218b4e4b06913b8f58c
parentac8025a643a0e0beb81f3f37ca693364c6b77858
parentaa310701e787087dbfbccf1409982a96e16c57a6
openvswitch: gre tunneling support.

Pravin B Shelar says:

====================
Following patch series adds support for gre tunneling.
First six patches extend kernel gre and ip_tunnel modules
api so that there is more code sharing between gre modules
and ovs. Rest of patches adds ovs tunneling infrastructre
and gre protocol vport.

V2 fixes two patches according to comments from Jesse.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>