]> git.karo-electronics.de Git - karo-tx-linux.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)
commitc73a91b8f944992ec6675fcd34247b9cdf8482ea
tree2b687217f51c006eea4bc1fa10891f70677ab3c0
parentfb811395cd5a71b9e94a068f524a6f4a21b67bdb
parent9f57c67c379d88a10e8ad676426fee5ae7341b14
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>