summaryrefslogtreecommitdiff
path: root/ofproto/tunnel.c
Commit message (Expand)AuthorAgeFilesLines
...
* ofproto: Fix wildcard masking with nw_tos.Jarno Rajahalme2014-04-091-17/+20
* tunnel: Do not set padding bits in tunnel mask.Ben Pfaff2014-03-011-1/+6
* tunnel: Support all combinations of flow-based and specific tunnel matches.Ben Pfaff2014-02-111-56/+122
* tunnel: Un-wildcard only flags that really exist in tnl_xlate_init().Ben Pfaff2014-01-131-1/+4
* netdev: Globally track port status changesJoe Stringer2013-12-121-3/+5
* tunnel: Make tnl_find() easier to understand.Ben Pfaff2013-09-251-54/+46
* ofproto: remove the extra reset to make code clear to read.pritesh2013-08-231-1/+0
* tunnel: Clear IPSEC_MARK on input rather than output.Jesse Gross2013-08-131-0/+5
* tunnel: Consolidate action code for tunnel port receive.Jesse Gross2013-08-131-0/+38
* flow: Rename skb_mark to pkt_mark.Jesse Gross2013-08-131-5/+5
* clang: Pass objects, not their addresses, to thread-safety macros.Alex Wang2013-08-091-8/+8
* tunnel: Make the ofproto-dpif tunnel module thread safe.Ethan Jackson2013-07-311-37/+82
* tunnel: Hide 'struct tnl_port' internally.Ethan Jackson2013-06-281-30/+43
* tunnel: Use ofport_dpif instead of ofport.Ethan Jackson2013-06-281-18/+24
* tunnel: Only un-wildcard the ECN bits for IP traffic.Justin Pettit2013-06-251-2/+5
* Create specific types for ofp and odp portAlex Wang2013-06-201-8/+8
* tunnel: Don't wildcard TTL and TOS in some circumstances.Justin Pettit2013-06-131-1/+6
* netdev: Prevent using reserved namesAlex Wang2013-05-161-4/+0
* OpenFlow-level flow-based tunneling support.Jarno Rajahalme2013-05-101-4/+34
* tunnel: Make tnl_port_receive() parameter 'const'.Ben Pfaff2013-05-091-11/+5
* Keep all of tunnel metadata in flow.Jarno Rajahalme2013-05-081-2/+1
* Change sFlow model to reflect per-bridge samplingNeil Mckee2013-05-021-1/+0
* ipsec: unset IPSEC_MARK flag from skb_mark after tunnel packet is decapsulatedAnsis Atteka2013-03-181-3/+0
* tunnel: Mark ECN status on decapsulated tunnel packets.Justin Pettit2013-03-061-1/+0
* tunnel: Generate datapath flows for tunneled packets dropped due to ECN.Justin Pettit2013-03-061-8/+0
* Tunnel: Cleanup old tunnel infrastructure.Pravin B Shelar2013-03-041-40/+8
* tunnel: set skb mark for IPsec tunnel packetsAnsis Atteka2013-02-201-1/+8
* tunnel: Treat in_key=0 the same as a missing in_key.Ethan Jackson2013-02-081-9/+4
* tunnel: Log tunneling changes at INFO level.Ethan Jackson2013-02-081-2/+2
* tunnel: Userspace implementation of tunnel manipulation.Jesse Gross2013-01-281-0/+470