summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: Use libtool and allow building shared libsHelmut Schaa2013-12-171-31/+31
* cfm: Add test for fault_overrideJoe Stringer2013-12-171-0/+38
* lacp: Give LACP a moment to initialize before testing its state, in tests.Ben Pfaff2013-12-171-0/+10
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-174-8/+8
* monitor: Replace monitor_seq with periodic wakeupJoe Stringer2013-12-142-12/+9
* vconn: Reply with OFPBRC_BAD_VERSION for bad version.Ben Pfaff2013-12-131-0/+23
* jsonrpc-server: Add test for disconnecting connections with too long queues.Ben Pfaff2013-12-131-0/+85
* ofproto-dpif: Remove ovs-appctl dpif/del-flows.Ethan Jackson2013-12-121-30/+0
* ofproto-dpif: Remove avg_subfacet_life.Ethan Jackson2013-12-121-5/+5
* bridge: Support changing port numbers.Ben Pfaff2013-12-111-0/+55
* lacp: Make lacp negotiation test hard-code aggregation keys.Ben Pfaff2013-12-111-4/+8
* Classifier: Track address prefixes.Jarno Rajahalme2013-12-113-3/+84
* dpif-netdev: Properly create exact match masks.Jarno Rajahalme2013-12-111-0/+22
* bfd: Change the update of forwarding flag.Alex Wang2013-12-091-7/+7
* bfd: Refine unit tests for forwarding_if_rx and flap_count.alex wang2013-12-061-52/+32
* lib/flow: Add IPv6 support for flow_compose().Jarno Rajahalme2013-12-061-6/+6
* ofp-util: Implement OpenFlow 1.1 packet-in message.Ben Pfaff2013-12-042-0/+48
* tests/ofproto-dpif.at: Avoid testing with incomplete TCP packets.Jarno Rajahalme2013-12-031-21/+21
* lib/util: Add clz32() and clz64().Jarno Rajahalme2013-12-032-0/+54
* lib/util: Rename ctz() as ctz32().Jarno Rajahalme2013-12-031-8/+8
* lib: More intuitive syntax for TCP flags matching.Jarno Rajahalme2013-12-021-6/+10
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-257-14/+14
* bfd: Add new key "flap_count" to "bfd_status".Alex Wang2013-11-201-0/+131
* coverage: Synchronize per-thread counters less aggressivelyJoe Stringer2013-11-201-6/+0
* ofp-actions: Make ofpacts_check() report consistency for all protocols.Ben Pfaff2013-11-204-5/+3
* Classifier: Staged subtable matching.Jarno Rajahalme2013-11-192-8/+50
* util: Rename popcount to count_1bitsBen Pfaff2013-11-192-10/+10
* util: Make popcount() handle 64-bit integers, not separate popcount64().Ben Pfaff2013-11-181-34/+4
* lib/util: Add ctz64() and popcount64().Jarno Rajahalme2013-11-181-7/+60
* ofp-actions: Consider L4 actions after mpls_push as inconsistentSimon Horman2013-11-151-0/+12
* util: New function ovs_scan().Ben Pfaff2013-11-152-1/+535
* ofproto-dpif: test ARP SPA and TPA load actionsSimon Horman2013-11-131-5/+5
* dpif-netdev: Introduce a classifier in userspace datapath.Gurucharan Shetty2013-11-131-70/+72
* ofp-actions: Switch away from odd use of "q" in "enqueue" action format.Ben Pfaff2013-11-111-1/+1
* ofproto-dpif: New unixctl command ofproto/trace-packet-out.Ben Pfaff2013-11-111-0/+19
* ofproto-dpif: Factor code out of ofproto_unixctl_trace().Ben Pfaff2013-11-111-5/+3
* ofp-util: Report OFPMMFC_BAD_FLAGS for bad band flags.Ben Pfaff2013-11-051-0/+10
* ofp-util: Report OFPMMFC_BAD_COMMAND for bad meter mod commands.Ben Pfaff2013-11-051-0/+9
* ofp-util: Report OFPMMFC_BAD_BAND for bad band type in meter mod decoding.Ben Pfaff2013-11-051-0/+10
* ofp-actions: Allow meter actions in ofpacts_verify().Ben Pfaff2013-11-051-0/+12
* cfm: Add ovsdb column "cfm_flap_count".alex wang2013-11-041-1/+43
* ovs-controller: Rename test-controller and do not install or package.Ben Pfaff2013-11-024-0/+601
* ofproto-dpif: Support weight for select groupsSimon Horman2013-11-022-3/+23
* ofproto-dpif: Implement translation of select groups.Simon Horman2013-11-022-1/+25
* ofproto-dpif: Translation of fast failover groupsSimon Horman2013-11-021-0/+12
* ofproto: Add test for flow mod with groups.Simon Horman2013-11-021-0/+28
* ofproto: Add del groups testSimon Horman2013-11-021-0/+82
* ofproto: Add group desc and stats testsSimon Horman2013-11-021-0/+37
* ofproto-dpif: Translation of indirect and all groupsSimon Horman2013-11-022-1/+49
* ofproto-dpif-xlate: Handle oversized actions more gracefully.Ben Pfaff2013-11-021-4/+4