summaryrefslogtreecommitdiff
path: root/ofproto/tunnel.h
Commit message (Expand)AuthorAgeFilesLines
* 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