summaryrefslogtreecommitdiff
path: root/ofproto/tunnel.h
Commit message (Expand)AuthorAgeFilesLines
* tunnel: make tun_key_to_attr aware of tunnel type.William Tu2018-05-141-0/+1
* tunnel: Fix deletion of datapath tunnel ports in case of reconfigurationBalazs Nemeth2017-11-281-3/+4
* netdev-native-tnl: Introduce ip_build_header()Pravin B Shelar2016-05-231-6/+5
* netdev-vport: Add IPv6 support for build/push/pop tunnel headerThadeu Lima de Souza Cascardo2015-12-041-1/+2
* tunneling: extend flow_tnl with ipv6 addressesJiri Benc2015-11-301-1/+1
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-2/+2
* tunnel: Break tnl_xlate_init() into two separate functions.Ben Pfaff2015-07-311-1/+2
* tunnel: Drop 'base_flow' parameter from tnl_xlate_init().Ben Pfaff2015-07-241-2/+1
* ofproto-dpif: Avoid creating OpenFlow ports for duplicate tunnels.Ben Pfaff2015-06-051-3/+3
* openvswitch: Userspace tunneling.Pravin B Shelar2014-11-121-2/+9
* tunnel: Convert rwlock to fat-rwlock.Pravin B Shelar2014-11-121-0/+1
* tunnel: Clear IPSEC_MARK on input rather than output.Jesse Gross2013-08-131-3/+0
* tunnel: Consolidate action code for tunnel port receive.Jesse Gross2013-08-131-0/+2
* tunnel: Hide 'struct tnl_port' internally.Ethan Jackson2013-06-281-6/+5
* tunnel: Use ofport_dpif instead of ofport.Ethan Jackson2013-06-281-5/+7
* Create specific types for ofp and odp portAlex Wang2013-06-201-4/+4
* tunnel: Don't wildcard TTL and TOS in some circumstances.Justin Pettit2013-06-131-1/+2
* tunnel: Make tnl_port_receive() parameter 'const'.Ben Pfaff2013-05-091-1/+1
* ipsec: unset IPSEC_MARK flag from skb_mark after tunnel packet is decapsulatedAnsis Atteka2013-03-181-0/+3
* tunnel: Userspace implementation of tunnel manipulation.Jesse Gross2013-01-281-0/+47