]> 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)
commit2daadebc67db096840a7c46a1181dbfe097199e7
treef426945de6694203f2c34218b4e4b06913b8f58c
parenta2247ec09737b2116f4109f6b26054f48f6ea090
parent7f305cb34843646384b10d77bcc1e77de54aaf12
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>