summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* rstp.at: Fix intermittent test failure.Alex Wang2014-09-251-0/+2
* ofp-actions: Fix error code for invalid table id.Selvamuthukumar2014-09-242-2/+2
* ofproto-dpif-xlate: Wildcard skb_priority if QoS is disabledDaniele Di Proietto2014-09-174-90/+90
* compiler: Define NO_RETURN for MSVC.Gurucharan Shetty2014-09-156-10/+8
* Fix remaining "uninitialized local variable" used warning by MSVC.Gurucharan Shetty2014-09-151-1/+2
* ovsdb-server: Remove the 'enable-dummy' option.Alex Wang2014-09-111-1/+1
* lib/odp: Use masked set actions.Jarno Rajahalme2014-09-092-39/+35
* lib/odp-util: Skip ignored fields when parsing and formatting.Jarno Rajahalme2014-09-095-86/+83
* lib/rstp: Remove lock recursion.Jarno Rajahalme2014-09-091-5/+7
* lib/rstp: More robust thread safety.Jarno Rajahalme2014-09-092-7/+55
* lib/stp,rstp: Add unit more unit tests.Jarno Rajahalme2014-09-092-0/+186
* Rapid Spanning Tree Protocol (IEEE 802.1D).Daniele Venturino2014-09-096-0/+842
* lib/odp-util: Add tunnel tp_src, tp_dst parsing and formatting.Jarno Rajahalme2014-09-083-52/+52
* lib: Unify flags parsing and formatting.Jarno Rajahalme2014-09-082-102/+102
* lib/odp: Masked set action execution and printing.Jarno Rajahalme2014-09-081-0/+22
* ofp-errors: Fix bugs in treatment of OpenFlow experimenter errors.Ben Pfaff2014-09-041-0/+47
* nx-match: Serialize standard xregs instead of Nicira registers, in OF1.5.Ben Pfaff2014-09-041-1/+92
* ovs-vsctl: Correctly exit on errors for non-map types in "remove" command.Ben Pfaff2014-09-021-0/+3
* test-bitmap: Fix multiple minor memory leaksThomas Graf2014-09-021-0/+5
* test-stp: Fix leak of open file descriptor for input_fileThomas Graf2014-09-021-0/+1
* tests: Fix race conditions.Joe Stringer2014-08-271-0/+6
* test-controller: Rename to ovs-testcontroller, again install.Ben Pfaff2014-08-264-602/+0
* tests: Add test that 1.5 copy-field can copy into the standardized xregs.Jean Tourrilhes2014-08-201-0/+20
* ovsdb: Allow comparison on optional scalar typesTerry Wilson2014-08-201-0/+81
* Extend OVS IPFIX exporter to export tunnel headersWenyu Zhang2014-08-181-1/+8
* ofp-actions: Include OFPACT_REG_MOVE in action setThomas Graf2014-08-151-0/+13
* dpif-netdev: Streamline miss handling.Ethan Jackson2014-08-142-96/+96
* ovs-numa: Add ovs-numa.{c,h} for extracting and storing cpuAlex Wang2014-08-131-0/+1
* netdev-dpdk: Move to DPDK 1.7.0Daniele Di Proietto2014-08-121-2/+2
* ofp-actions: Use specific error code for oxm_hasmask=1 in Set-Field.Ben Pfaff2014-08-111-3/+9
* ofp-actions: Add support for OpenFlow 1.5 (draft) Copy-Field action.Ben Pfaff2014-08-111-0/+24
* ovs-ofctl: Generalize action and instruction test commands.Ben Pfaff2014-08-111-17/+17
* ofp-actions: Centralize all OpenFlow action code for maintainability.Ben Pfaff2014-08-112-8/+4
* ofp-actions: Pretend that OpenFlow 1.0 has instructions.Ben Pfaff2014-08-111-47/+75
* ofproto: Implement OpenFlow 1.3+ table features request.Ben Pfaff2014-08-111-0/+105
* ofp-util: Abstract table miss configuration and fix related bugs.Ben Pfaff2014-08-113-81/+194
* ofp-actions: Add instructions bitmaps and fix related bug.Ben Pfaff2014-08-111-1/+1
* ofp-actions: Add action bitmap abstraction.Ben Pfaff2014-08-112-21/+25
* test-atomic: Fix warnings for GCC4.9 and sparseDaniele Di Proietto2014-08-061-3/+3
* tests/test-atomic: Cover more of the atomic API.Jarno Rajahalme2014-08-051-1/+290
* tests: Turn off appctl poll_loop logging for long output.Ben Pfaff2014-08-041-4/+4
* ofproto-dpif: Fix tests broken by previous commit.Ben Pfaff2014-08-041-1/+1
* bitmap: Add test for bitmap_equal and bitmap_scanKmindg2014-07-313-0/+166
* tests: Add another test for extended registers.Ben Pfaff2014-07-291-0/+21
* connmgr: Only send role status messages to OpenFlow 1.4+ controllers.Ben Pfaff2014-07-281-30/+117
* meta-flow: Add 64-bit registers.Ben Pfaff2014-07-281-0/+8
* Use xstrdup() instead of strdup(), xmalloc() instead of malloc().Ben Pfaff2014-07-222-2/+2
* tests: Wait for ofctl_monitor.log in ofproto-dpif controller.Ben Pfaff2014-07-211-0/+1
* cmap, classifier: Avoid unsafe aliasing in iterators.Ben Pfaff2014-07-211-4/+4
* lib/classifier: Unify struct classifier and cls_classifier.Jarno Rajahalme2014-07-181-18/+17