summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmap: Fix cmap_next_position()Daniele Di Proietto2014-07-161-1/+19
* netdev-dpdk: add dpdk rings to netdev-dpdkmaryam.tahhan2014-07-162-0/+233
* tests: Use the 'LARGE_MSECS' variation of time/warp at more places.Gurucharan Shetty2014-07-155-31/+18
* ofp-msgs: Correct code for queue configuration messages in OpenFlow 1.0.Ben Pfaff2014-07-151-2/+2
* ovsdb-server.at: Skip tests that use ovsdb-server's "--run" on Windows.Gurucharan Shetty2014-07-141-0/+2
* tests: Disable glibc memory checking under glibc <= 2.11.Ben Pfaff2014-07-111-4/+18
* lib/hash: Use CRC32 for hashing.Jarno Rajahalme2014-07-111-2/+9
* lib/classifier: Lockless lookups.Jarno Rajahalme2014-07-111-35/+1
* lib/classifier: RCUify prefix trie code.Jarno Rajahalme2014-07-111-12/+53
* lib/classifier: Use internal mutex.Jarno Rajahalme2014-07-111-2/+6
* lib/classifier: Simplify iteration with C99 declaration.Jarno Rajahalme2014-07-111-25/+42