]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ovs-gre'
authorDavid S. Miller <davem@davemloft.net>
Mon, 10 Aug 2015 21:03:55 +0000 (14:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Aug 2015 21:03:55 +0000 (14:03 -0700)
commit128fbc06d071eb3a11e4a20909f07df608d34790
tree2b687217f51c006eea4bc1fa10891f70677ab3c0
parent386d622fac74b310b8bb05a6d212af97a862b33f
parent724e474d950ee8a66683d66b0ad5bd742d064174
Merge branch 'ovs-gre'

Pravin B Shelar says:

====================
GRE: Use flow based tunneling for OVS GRE vport.

Following patches make use of new Using GRE tunnel meta data
collection feature. This allows us to directly use netdev
based GRE tunnel implementation. While doing so I have
removed GRE demux API which were targeted for OVS. Most
of GRE protocol code is now consolidated in ip_gre module.

v5-v4:
Fixed Kconfig dependency for vport-gre module.

v3-v4:
Added interface to ip-gre device to enable meta data collection.
While doing this I split second patch into two patches.

v2-v3:
Add API to create GRE flow based device.
====================

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