summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Implement learned flow deletion.Ben Pfaff2014-06-121-2/+136
* test-jsonrpc: Add the ability to detach on Windows.Gurucharan Shetty2014-06-121-0/+1
* lib/cmap: Simplify iteration with C99 loop declaration.Jarno Rajahalme2014-06-111-7/+5
* ofproto: Use OFPRR_GROUP_DELETESimon Horman2014-06-111-0/+9
* test: Remove explicit sleeps from ofproto-dpif bond testsAndy Zhou2014-06-101-4/+3
* test: add WAIT_FOR_DUMMY_PORTS helper macro for writing testsAndy Zhou2014-06-101-0/+9
* daemon.at: Make changes for Windows.Gurucharan Shetty2014-06-101-1/+12
* testsuite.at: pids can have zero after first character.Gurucharan Shetty2014-06-101-4/+4
* test-flows: Change the way flows are read.Gurucharan Shetty2014-06-102-4/+7
* ofproto: Send monitor updates if a flow mod changes a rules actionsSimon Horman2014-06-051-0/+5
* tests/ofproto-dpif.at: Add delay before stopping time.Jarno Rajahalme2014-06-051-2/+3
* tests: Rename "ofproto-if"->"ofproto-dpif"Joe Stringer2014-06-051-4/+4
* odp-util: Do not set port mask of non-IP packetsSimon Horman2014-06-041-1/+1
* lib/flow: fix minimatch_extract() ICMPv6 parsingJarno Rajahalme2014-06-021-0/+20
* ofp-errors: Duplicate instruction errorSimon Horman2014-06-022-2/+12
* lib/cmap: Add more hmap-like functionality.Jarno Rajahalme2014-05-281-3/+14
* ofproto-dpif: Remove unused flows.txt from fin_timeout testSimon Horman2014-05-281-4/+0
* socket-util: Log the kernel assigned port number when asked.Gurucharan Shetty2014-05-286-16/+16
* ovsdb-monitor.at: Changes for Windows.Gurucharan Shetty2014-05-282-1/+10
* bridge: Add test that ports that disappear get added back to the datapath.Ben Pfaff2014-05-223-1/+41
* ofproto: per-table statisticsSimon Horman2014-05-221-0/+195
* tests: Add tests for Openflow group statsAndy Zhou2014-05-211-0/+44
* tests: Fix an ofproto test.Joe Stringer2014-05-221-2/+2
* cmap: New module for cuckoo hash table.Ben Pfaff2014-05-203-0/+465
* lib/classifier: Rename 'cls_subtable_cache' as 'cls_subtables'.Jarno Rajahalme2014-05-191-3/+3
* tests: Check dpif-netdev odp_actions consistency.Joe Stringer2014-05-191-0/+70
* tests: Create dpif-netdev.at.Joe Stringer2014-05-194-51/+55
* odp-util: Always serialise recirculation in upcall key.Joe Stringer2014-05-193-74/+74
* tests: Remove duplicate STRIP_USED definition.Joe Stringer2014-05-191-3/+0
* Use prefix trie lookup for IPv4 by default.Jarno Rajahalme2014-05-161-8/+23
* ovs-atomic: Remove atomic_uint64_t and atomic_int64_t.Simon Horman2014-05-161-2/+0
* ofproto-dpif: Break out MPLS controller tests into their own testSimon Horman2014-05-161-167/+186
* tests: Change to parse dynamically allocated ports on windows.Gurucharan Shetty2014-05-154-14/+14
* ovsdb-server.at: Skip transient transaction tests for Windows.Gurucharan Shetty2014-05-151-0/+1
* test-ovsdb: Fix setvbuf incompatibility on Windows.Gurucharan Shetty2014-05-141-1/+1
* tests/library.at: Disable unix socket tests on Windows.Gurucharan Shetty2014-05-142-3/+10
* meta-flow: Use OXM-defined constant for TCP flags in OpenFlow 1.5.Ben Pfaff2014-05-141-0/+24
* meta-flow: Encode OXM version information into struct mf_field.Ben Pfaff2014-05-141-3/+3
* Implement OpenFlow 1.5 port desc stats request.Ben Pfaff2014-05-142-1/+44
* Implement OpenFlow 1.5 group desc stats request.Ben Pfaff2014-05-142-2/+16
* Add skeleton for OF1.5 support.Ben Pfaff2014-05-142-1/+3
* Remove --enable-of14 option because the implementation is now safe.Ben Pfaff2014-05-143-113/+113
* Implement OpenFlow 1.4 queue statistics.Ben Pfaff2014-05-142-0/+51
* Implement OpenFlow 1.4 port statistics.Ben Pfaff2014-05-142-0/+33
* Implement basic OpenFlow 1.4 table-mod message.Ben Pfaff2014-05-141-0/+9
* Implement OpenFlow 1.4 port_mod messages.Ben Pfaff2014-05-142-0/+46
* ofp-util: Implement OpenFlow 1.4 port status and port desc reply messages.Ben Pfaff2014-05-141-0/+41
* ofproto-dpif.at: Fix a race in "ofproto-dpif - patch ports" testYAMAMOTO Takashi2014-05-131-0/+1
* ofproto-dpif.at: Fix races in dpif/dump-flows testYAMAMOTO Takashi2014-05-131-2/+4
* ofproto-dpif.at: Use OVS_APP_EXIT_AND_WAIT where appropriateYAMAMOTO Takashi2014-05-131-1/+1