summaryrefslogtreecommitdiff
path: root/lib/tnl-ports.c
Commit message (Expand)AuthorAgeFilesLines
* userspace: Add SRv6 tunnel support.Nobuhiro MIKI2023-03-291-1/+4
* tnl-ports: Support multiple nw_protos.Nobuhiro MIKI2023-03-291-32/+48
* treewide: Avoid offsetting NULL pointers.Dumitru Ceara2022-05-171-1/+1
* list: use short version of safe loops if possible.Adrian Moreno2022-03-301-8/+8
* lib: Remove duplicated includesYunjian Wang2020-07-141-1/+0
* userspace: Add GTP-U support.William Tu2020-03-251-0/+3
* ip6gre: Add ip6gre vport typeGreg Rose2018-05-211-1/+1
* userspace: add erspan tunnel support.William Tu2018-05-211-1/+2
* classifier: Refactor interface for classifier_remove().Ben Pfaff2018-01-311-3/+2
* tunnel: Fix deletion of datapath tunnel ports in case of reconfigurationBalazs Nemeth2017-11-281-4/+5
* tnl-ports: Open tunnel type if device name has special prefixPaul Blakey2017-08-031-1/+1
* tnl-ports: Fix loss of tunneling upon removal of a single tunnel port.zhaozhanxu2017-07-121-14/+10
* util: New macro ovs_strlcpy_arrays().Ben Pfaff2017-04-061-2/+2
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-1/+1
* lib: Separate versioning to its own module.Jarno Rajahalme2016-07-291-4/+4
* odp-util: Remove odp_in_port from struct odp_flow_key_parms.Jesse Gross2016-06-131-2/+0
* tnl-ports: Handle STT ports.Pravin B Shelar2016-05-181-28/+54
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-6/+6
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* tunneling: Handle multiple ip address for given device.Pravin B Shelar2016-03-241-55/+69
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* tnl-ports: Generate mask with correct prerequisites.Daniele Di Proietto2015-12-101-2/+8
* packets: Introduce in6_addr_mapped_ipv4() and use where appropriate.Ben Pfaff2015-12-041-8/+4
* tnl-ports: remove unused tnl-arp-cache.h and include other necessary headersThadeu Lima de Souza Cascardo2015-11-301-1/+2
* tnl-ports: Free "ip_dev" on error.Justin Pettit2015-10-221-0/+2
* tnl-ports: add IPv6 supportThadeu Lima de Souza Cascardo2015-10-131-15/+57
* tnl-ports: Include tnl-ports.h as first header.Thadeu Lima de Souza Cascardo2015-09-291-1/+3
* tnl-port: Fix list iteration.Pravin B Shelar2015-09-141-4/+4
* tnl-ports: Add destination IP and MAC address to the match.Pravin B Shelar2015-09-081-18/+243
* flow: Always inline miniflows.Jarno Rajahalme2015-07-151-2/+2
* classifier: Make versioning more explicit.Jarno Rajahalme2015-07-061-2/+2
* odp-util: Share fields between odp and dpif_backer.Joe Stringer2015-07-061-2/+2
* tunneling: Don't match on source IP address for native tunnels.Jesse Gross2015-06-251-10/+5
* odp-util: Convert flow serialization parameters to a struct.Jesse Gross2015-06-181-5/+11
* classifier: Support table versioningJarno Rajahalme2015-06-101-4/+5
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-4/+4
* userspace: Replace all uses of strncpy() by ovs_strlcpy().Ben Pfaff2015-02-201-1/+1
* classifier: Add support for conjunctive matches.Ben Pfaff2015-01-111-2/+2
* classifier: Make classifier_lookup() 'flow' parameter non-const.Ben Pfaff2015-01-111-1/+3
* miniflow: Use 64-bit data.Jarno Rajahalme2015-01-061-1/+1
* classifier: Remove internal mutex.Jarno Rajahalme2014-11-141-15/+19
* openvswitch: Userspace tunneling.Pravin B Shelar2014-11-121-0/+189