]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcd3c2d74ef17489549ea9005df2c81a0f0cd5bc1
treef426945de6694203f2c34218b4e4b06913b8f58c
parent966c43eff62f781568f60095f562c49726ae382f
parent5a3ac17a757d54299bd5d3a55398d0fde4e73509
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>