| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-06-19 | openvswitch: Add gre tunnel support. | Pravin B Shelar | 1 | -0/+1 | |
| Add gre vport implementation. Most of gre protocol processing is pushed to gre module. It make use of gre demultiplexer therefore it can co-exist with linux device based gre tunnels. Signed-off-by: Pravin B Shelar <[email protected]> Acked-by: Jesse Gross <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
| 2013-06-19 | openvswitch: Add tunneling interface. | Pravin B Shelar | 1 | -0/+18 | |
| Add ovs tunnel interface for set tunnel action for userspace. Signed-off-by: Pravin B Shelar <[email protected]> Acked-by: Jesse Gross <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
| 2013-06-14 | openvswitch: Fix struct comment. | Pravin B Shelar | 1 | -1/+0 | |
| Signed-off-by: Pravin B Shelar <[email protected]> Signed-off-by: Jesse Gross <[email protected]> | |||||
| 2013-03-29 | openvswitch: Expose <linux/openvswitch.h> to userspace | Thomas Graf | 1 | -0/+456 | |
| It contains the public netlink interface bits required by userspace to make use of the interface. Signed-off-by: Thomas Graf <[email protected]> Signed-off-by: Jesse Gross <[email protected]> | |||||