summaryrefslogtreecommitdiff
path: root/ofproto/tunnel.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Remove duplicated includesYunjian Wang2020-07-141-2/+0
* erspan: Add flow-based erspan optionsGreg Rose2018-05-211-4/+7
* userspace: add erspan tunnel support.William Tu2018-05-211-0/+13
* tunnel: make tun_key_to_attr aware of tunnel type.William Tu2018-05-141-0/+10
* tunnel: fix tunnel flags set/clear.William Tu2018-01-101-0/+1
* tunnel: Add ofproto/list-tunnels command for troubleshooting.Ben Pfaff2018-01-041-19/+55
* tunnel: Log sanely in tnl_port_receive().Ben Pfaff2018-01-041-13/+3
* tunnel: Avoid flow_to_string() call when rate-limited.Ben Pfaff2018-01-041-4/+5
* tunnel: Fix deletion of datapath tunnel ports in case of reconfigurationBalazs Nemeth2017-11-281-17/+20
* userspace: Handling of versatile tunnel portsBen Pfaff2017-06-271-7/+20
* userspace: Add OXM field MFF_PACKET_TYPEJan Scheurich2017-06-271-2/+0
* userspace: L3 tunnel support for GRE and LISPJan Scheurich2017-06-021-3/+11
* userspace: Switching of L3 packets in L2 pipelineJan Scheurich2017-06-021-0/+3
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-6/+6
* tunnel: Add support to configure ptk_markPravin B Shelar2017-01-281-0/+5
* tunnel: set udp dst-port in tunnel metadataPravin B Shelar2016-12-051-0/+1
* openvswitch: Allow external IPsec tunnel management.Pravin B Shelar2016-09-271-13/+0
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* tunneling: get skb marking to work properly with tunnelsAnsis Atteka2016-07-211-1/+2
* netdev-native-tnl: Introduce ip_build_header()Pravin B Shelar2016-05-231-52/+3
* tnl-ports: Handle STT ports.Pravin B Shelar2016-05-181-2/+6
* tunnel: Add IP ECN related functions.Pravin B Shelar2016-05-181-3/+3
* tunneling: Fix for concomitant IPv4 and IPv6 tunnelsThadeu Lima de Souza Cascardo2016-04-211-0/+4
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* tunneling: Enable IPv6 tuneling.Pravin B Shelar2016-03-241-8/+0
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* tunneling: Disable IPv6 tunnelPravin B Shelar2016-02-171-0/+8
* ofproto: Wildcard TTL on IP tunnelsHaggai Eran2016-01-191-1/+1
* netdev-vport: Add IPv6 support for build/push/pop tunnel headerThadeu Lima de Souza Cascardo2015-12-041-11/+33
* tunneling: extend flow_tnl with ipv6 addressesJiri Benc2015-11-301-6/+17
* tnl-arp-cache: Rename module and functions to tnl-neigh-cache.Thadeu Lima de Souza Cascardo2015-11-301-1/+0
* tunneling: add IPv6 support to netdev_tunnel_configJiri Benc2015-11-301-6/+2
* packets: Change IPv6 functions to more closely resemble IPv4 ones.Justin Pettit2015-11-241-3/+3
* tunneling: extend tnl_match with ipv6Jiri Benc2015-11-101-14/+22
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-4/+4
* tunnel: Break tnl_xlate_init() into two separate functions.Ben Pfaff2015-07-311-47/+38
* tunnel: Drop 'base_flow' parameter from tnl_xlate_init().Ben Pfaff2015-07-241-7/+5
* tunneling: Allow matching and setting tunnel 'OAM' flag.Jesse Gross2015-07-151-1/+1
* tunneling: Don't match on source IP address for native tunnels.Jesse Gross2015-06-251-3/+2
* ofproto-dpif: Avoid creating OpenFlow ports for duplicate tunnels.Ben Pfaff2015-06-051-4/+10
* netdev: Fix user space tunneling for set_tunnel action.Ricky Li2015-03-261-1/+1
* ofproto-dpif-xlate: Honor skip_wildcards in translation.Jarno Rajahalme2015-03-131-16/+19
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* tunnel: Recreate tunnel port only when the netdev status change.Alex Wang2014-12-051-3/+3
* openvswitch: Userspace tunneling.Pravin B Shelar2014-11-121-6/+67
* tunnel: Convert rwlock to fat-rwlock.Pravin B Shelar2014-11-121-11/+23
* tunnel: Add to nw_tos bits instead of replacing them in tnl_port_send().Ben Pfaff2014-10-231-1/+1
* Extend OVS IPFIX exporter to export tunnel headersWenyu Zhang2014-08-181-0/+4
* tunnel: Fix bug where misconfiguration persists.Joe Stringer2014-05-081-1/+2
* Clarify tunnel wildcarding.Jarno Rajahalme2014-04-111-1/+6