summaryrefslogtreecommitdiff
path: root/tests/tunnel.at
Commit message (Expand)AuthorAgeFilesLines
* geneve-map-rename: rename geneve-map to tlv-map.Mengke Liu2015-12-151-11/+11
* tun-metadata: Provide error messages during auto-allocation.Jesse Gross2015-09-091-0/+8
* tunnel: Support matching on the presence of Geneve options.Jesse Gross2015-08-281-1/+41
* tunneling: Remove gre64 tunnel support.Pravin B Shelar2015-08-201-2/+2
* tunneling: Allow matching and setting tunnel 'OAM' flag.Jesse Gross2015-07-151-7/+7
* flow: Factor out flag parsing and formatting routines.Jesse Gross2015-07-151-24/+24
* tunnel: Geneve TLV handling support for OpenFlow.Jesse Gross2015-06-251-0/+65
* odp-util: Format tunnel attributes directly from netlink.Jesse Gross2015-05-281-41/+41
* ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGSMadhu Challa2015-02-141-41/+41
* openvswitch: Userspace tunneling.Pravin B Shelar2014-11-121-0/+8
* ofproto-dpif-xlate: Wildcard skb_priority if QoS is disabledDaniele Di Proietto2014-09-171-4/+4
* lib/odp: Use masked set actions.Jarno Rajahalme2014-09-091-4/+4
* lib/odp-util: Skip ignored fields when parsing and formatting.Jarno Rajahalme2014-09-091-34/+34
* lib/odp-util: Add tunnel tp_src, tp_dst parsing and formatting.Jarno Rajahalme2014-09-081-41/+41
* datapath: Add support for Geneve tunneling.Jesse Gross2014-06-201-0/+12
* Tests: Fix ofproto/trace and expose megaflows when having a set action.Jarno Rajahalme2014-04-091-8/+12
* ofproto: Support OF version-specific table-miss behavioursSimon Horman2014-04-031-1/+1
* dpif-netdev: Use hmap instead of list+array for tracking ports.Ben Pfaff2014-01-081-5/+5
* ofproto: Handle flow installation and eviction in upcall.Ethan Jackson2013-12-191-13/+13
* ofproto-dpif: Compute the subfacet add/del rate using coverage counters.Alex Wang2013-10-011-13/+13
* ofproto: Track subfacet stats in the backer.Ethan Jackson2013-06-071-107/+55
* ofproto-dpif: More responsive average subfacet statistics.Ethan Jackson2013-06-071-13/+13
* ofproto/ofproto-dpif.c: Re-implement the ofproto/trace commandAlex Wang2013-05-211-26/+26
* OpenFlow-level flow-based tunneling support.Jarno Rajahalme2013-05-101-0/+28
* Update the default VXLAN destination UDP port to the IANA assigned portKyle Mestery2013-04-261-1/+1
* ofproto-dpif: Keep track of exact-match flow infoAndy Zhou2013-03-271-13/+26
* ovs-appctl: dpif/show display per bridge statsAndy Zhou2013-03-131-13/+13
* tunnel: Mark ECN status on decapsulated tunnel packets.Justin Pettit2013-03-061-2/+2
* tunnel: Generate datapath flows for tunneled packets dropped due to ECN.Justin Pettit2013-03-061-1/+20
* tunnel: Only print non-default UDP dst_port for LISP/VXLAN tunnelsKyle Mestery2013-02-281-1/+1
* tests: Add VXLAN and LISP tunnel tests to the unit test infrastructure.Kyle Mestery2013-02-271-0/+69
* ofproto-macros: Fail a test that logs a WARN or higher level message.Ben Pfaff2013-02-111-2/+2
* tests: Add tunnel unit tests.Ethan Jackson2013-01-281-0/+312