summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* ofp-actions: Only set defined bits when encoding "load" actions.Ben Pfaff2014-12-051-0/+15
* tests: Fix race in async config test.Joe Stringer2014-12-041-0/+6
* tests: Make ofproto-dpif tests more resilient.Joe Stringer2014-12-031-53/+24
* dpif: Minimize memory copy for revalidation.Joe Stringer2014-12-022-0/+8
* dpif: Index flows using unique identifiers.Joe Stringer2014-12-023-12/+14
* ofproto: Fix checking of packet_in_mask in async config.Shu Shen2014-11-251-0/+62
* hash: Add 128-bit murmurhash.Joe Stringer2014-11-251-0/+83
* tests/ovs_client: Remove broken debug codeStephen Finucane2014-11-253-15/+5
* ovs-vsctl: Prevent creating duplicate VLAN bridges.Ben Pfaff2014-11-251-0/+3
* tests: Fix test broken by introduction of ONFOXM_ET_TCP_FLAGS.Ben Pfaff2014-11-251-7/+13
* ofproto-dpif: Add test case for OF1.4 packet-in.Shu Shen2014-11-251-0/+44
* ofp-util.c: Enable packet-in messages for OpenFlow 1.4 and 1.5.Jean Tourrilhes2014-11-211-0/+30
* tests: Add command to purge revalidators of flows.Joe Stringer2014-11-211-4/+8
* tunnel-push-pop.at: Make test more deterministic.Jarno Rajahalme2014-11-211-10/+10
* classifier: Defer pvector publication.Jarno Rajahalme2014-11-141-0/+3
* classifier: Remove internal mutex.Jarno Rajahalme2014-11-141-9/+2
* classifier: Lockless and robust classifier iteration.Jarno Rajahalme2014-11-141-7/+4
* classifier: Do not insert duplicate rules in indices.Jarno Rajahalme2014-11-141-1/+1
* rstp: Refactor rstp_port_set_administrative_bridge_port__().Jarno Rajahalme2014-11-141-0/+5
* tests: Skip tunnel-push-pop test on Windows and BSD.Pravin B Shelar2014-11-142-1/+11
* ovs-ofctl: Support bucket commandsSimon Horman2014-11-131-0/+103
* tests: Fix ovs-ofctl rule with importance test case.Jarno Rajahalme2014-11-121-6/+4
* openvswitch: Userspace tunneling.Pravin B Shelar2014-11-126-0/+87
* Fix misspellings of "OpenFlow".Ben Pfaff2014-11-121-1/+1
* tests: Skip a sflow test for Windows.Gurucharan Shetty2014-11-121-0/+1
* ofproto: Test that group commands fail for OpenFlow 1.0Simon Horman2014-11-121-0/+19
* sflow: Export LAG, PORTNAME, and OPENFLOWPORT information also.Neil McKee2014-11-112-1/+227
* ofproto: Add OpenFlow 1.5 group tests.Simon Horman2014-11-111-4/+64
* ofproto: Add OpenFlow 1.3 group stats test.Simon Horman2014-11-111-1/+25
* ofp-print: Support printing of (draft) OpenFlow 1.5 group messages with bucke...Simon Horman2014-11-111-2/+58
* ofp-print: Print bucket ids of OpenFlow 1.5 group messages.Simon Horman2014-11-111-1/+1
* tests: Avoid nonportable use of bash-specific {a..b..c} construct.Ben Pfaff2014-11-101-3/+3
* ofproto: Fix supported group types.Shu Shen2014-11-101-1/+13
* Fix setting transport ports with frags.Jarno Rajahalme2014-11-101-6/+174
* miniflow_extract: Properly handle small IP packets.Jarno Rajahalme2014-11-101-3/+3
* Add support for OpenFlow 1.4+ "importance" values.Rishi Bamba2014-11-101-0/+54
* classifier: Constify RCU pointers.Jarno Rajahalme2014-11-061-1/+1
* bridge: Store datapath version into ovsdbAndy Zhou2014-11-051-0/+2
* tests: Make sure test for actset_output tests initial condition.Jean Tourrilhes2014-11-041-1/+1
* flow: Support OF1.5+ (draft) actset_output field.Ben Pfaff2014-11-033-2/+82
* ofproto-dpif-xlate: Do not clear ports with frags in xlate_actions().Jarno Rajahalme2014-11-031-1/+1
* tests/ofproto-dpif - fragment handling: Add detail.Jarno Rajahalme2014-11-031-7/+13
* test-classifier: Ensure priority is not INT_MIN.Jarno Rajahalme2014-10-311-1/+3
* classifier: Use rculist.Jarno Rajahalme2014-10-311-1/+1
* classifier: Change type used for priorities from 'unsigned int' to 'int'.Ben Pfaff2014-10-301-15/+14
* tests: Check the existance of WHY-OVS.md instead of WHY-OVS.Wang Sheng-Hui2014-10-302-2/+2
* ovs_assert, tests: Support NDEBUG.Jarno Rajahalme2014-10-3032-109/+81
* ovs-vsctl: Allow referring to rows whose names are UUIDs by those names.Ben Pfaff2014-10-291-0/+18
* tests/test-classifier: Properly use ovsrcu_postpone.Jarno Rajahalme2014-10-291-11/+13
* command-line: Add function to print command usage.Alex Wang2014-10-2810-108/+110