summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* vlog: Rename the currently used term 'facility' as 'destination'.Gurucharan Shetty2015-01-083-5/+5
* tests: Make test independent of the hash function.Jarno Rajahalme2015-01-071-2/+2
* miniflow: Use 64-bit data.Jarno Rajahalme2015-01-062-12/+13
* ofproto: Don't count hidden rules in table stats.Ben Pfaff2015-01-061-0/+52
* ofproto: Omit hidden tables from "next tables".Ben Pfaff2015-01-021-6/+18
* dpif-netdev: Add per-pmd flow-table/classifier.Alex Wang2014-12-301-0/+6
* ofproto-dpif.at: Avoid using GNU sed extensionsYAMAMOTO Takashi2014-12-241-1/+1
* test: Fix intermittent failure.Alex Wang2014-12-231-0/+3
* recirculation: Map recirc_id to ofproto_dpif.Alex Wang2014-12-221-0/+58
* bundles: Reject unbundlable messages.Jarno Rajahalme2014-12-221-7/+40
* OF1.4 bundles: Verify xids.Jarno Rajahalme2014-12-221-0/+10
* dpctl: Add 'get-flow' command.Joe Stringer2014-12-191-0/+19
* ofproto-dpif: Fix MPLS multiple Push pop action.Pravin B Shelar2014-12-185-23/+73
* lib: Add test for library usageThomas Graf2014-12-155-0/+114
* lib: Move vconn.h to <openvswitch/vconn.h>Thomas Graf2014-12-151-1/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-1512-12/+12
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-6/+6
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-156-10/+10
* ofproto: add support of OFPR_GROUP as packet-in reason for OF1.4+Shu Shen2014-12-111-0/+88
* ovs-router: non-Linux supportYAMAMOTO Takashi2014-12-101-4/+0
* tests/classifier: Make test work in big-endian systems.Jarno Rajahalme2014-12-081-2/+2
* ofp-actions: Support "copy_field" ONF extension to OpenFlow 1.3.Ben Pfaff2014-12-051-0/+28
* ofp-actions: Update "copy_field" to latest OF1.5 draft.Ben Pfaff2014-12-051-1/+1
* 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