ofproto: Fix use-after-free error when ports disappear.
[sliver-openvswitch.git] / tests /
2012-03-02 Ethan Jacksontests: Prefer development Python files over installed...
2011-11-28 Ben Pfaffovsdb: Correctly implement conditions that include...
2011-11-18 Ben PfaffDo not output priority tagged frames.
2011-10-31 Ben Pfaffovsdb-idl: Prevent occasional hang when multiple databa...
2011-10-31 Ben Pfaffofproto: Add OFPC_QUEUE_STATS to switch feature reply.
2011-10-28 Ethan Jacksonbundle: Parsing bug when using bracketed syntax.
2011-10-27 Jesse Grosstests: Fix intermittent failure in ovs-monitor-ipsec...
2011-10-24 Ben Pfafftest-openflowd: Remove.
2011-10-22 Justin Pettitovs-vswitchd: Add support for 802.1D STP.
2011-10-22 Justin PettitAdd back 802.1D Spanning Tree Protocol (STP) library...
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-10-21 Pravin B Shelardatapath: Refactor actions in terms of match fields.
2011-10-19 Ben Pfafftest-lockfile: Provide better diagnostics on failure.
2011-10-18 Ben Pfafflearn: Correct example in nicira-ext.h and add examples...
2011-10-18 Ben Pfaffovsdb: Remove dead Python-related code.
2011-10-06 Ben Pfaffovs-monitor-ipsec: Fix use_ssl_cert option implementation.
2011-10-04 Ben Pfaffcheck-structs: Add check that OFP_ASSERT is checking...
2011-10-04 Ben Pfaffvconn: Remove unnecessary forward declarations and...
2011-10-03 Ben Pfafftest-classifier: Remove write-only variable.
2011-09-30 Justin Pettitovs-appctl: Print command arguments for "help".
2011-09-27 Ethan Jacksontests: Use compat argparse when required.
2011-09-27 Ethan Jacksonpython: Upgrade to vlog.
2011-09-27 Ethan Jacksonpython: Upgrade daemon module to argparse.
2011-09-27 Ethan Jacksonstream.py: Make usage() function return a string.
2011-09-27 Ethan Jacksonpython: Create new vlog module.
2011-09-26 Ethan Jacksontest-jsonrpc: Help option doesn't work.
2011-09-26 Ben PfaffImplement "native VLAN" feature.
2011-09-26 Ben Pfaffofproto-dpif: Add tests for VLAN handling.
2011-09-26 Ben Pfaffovs-xapi-sync: Add unit test.
2011-09-26 Ben Pfaffovs-monitor-ipsec: Add unit test.
2011-09-24 Ethan Jacksonpython: Style cleanup.
2011-09-24 Ethan Jacksontest-reconnect: Fix use of undefined symbol.
2011-09-24 Ethan Jacksontest-ovsdb.py: Remove unused import.
2011-09-23 Ethan Jacksontests: test-jsonrpc.py whitespace cleanup.
2011-09-23 Ethan Jacksontests: test-jsonrpc references nonexistent variable.
2011-09-23 Ben Pfaffpython: Implement write support in Python IDL for OVSDB.
2011-09-23 Ben Pfaffovs.ovsuuid: Get rid of ovs.ovsuuid.UUID class.
2011-09-23 Ben Pfafftests: Fix typos in C versions of test-ovsdb error...
2011-09-23 Ben Pfafftests: Actually run all the Python IDL tests under...
2011-09-22 Ben Pfaffofp-print: Avoid double space before "actions" for...
2011-09-16 Ethan Jacksontests: Cleanup test-daemon.py style.
2011-09-13 Ben PfaffImplement new "learn" action.
2011-09-13 Ben Pfafftest-openflowd: Allow specifying port type on --ports...
2011-09-13 Ben Pfaffpackets: Add more utility functions for IPv4 and IPv6...
2011-09-13 Ethan Jacksontests: Test ofproto-dpif set_tunnel translation.
2011-08-20 Justin Pettitdatapath: Use "OVS_*" as opposed to "ODP_*" for user...
2011-08-12 Ethan Jacksonnicra-ext: New action NXAST_OUTPUT_REG.
2011-08-12 Ethan Jacksontests: test "load" and "move" actions.
2011-08-12 Ethan Jacksontests: Update gitignore.
2011-08-09 Ben PfaffNew action NXAST_RESUBMIT_TABLE.
2011-08-09 Ben Pfaffofproto-dpif: Add multiple table support.
2011-08-08 Ben Pfaffodp-util: New function odp_flow_key_from_string().
2011-08-08 Ben Pfaffnetdev: Get rid of struct netdev_options and netdev_ope...
2011-08-04 Justin Pettitutil: Introduce get_program_version function.
2011-08-01 Ben Pfaffvlog: Add a new log level "off".
2011-07-29 Ethan Jacksonovs-ofctl: Print human readable nx_pull_match() errors.
2011-07-28 Ethan Jacksongit: Update gitignore in tests and utilities.
2011-07-27 Ben Pfaffovs-ofctl: Fix dump-ports and queue-stats commands.
2011-07-27 Ben Pfaffofp-print: Make port "config" and "state" output easier...
2011-07-26 Ben Pfaffovsdb: Implement a "lock" feature in the database protocol.
2011-07-26 Ben Pfaffovsdb: Refactor jsonrpc-server to make the concept...
2011-07-26 Ben Pfaffovsdb-client: Make "server" and "database" arguments...
2011-07-23 Ethan Jacksonbundle: New action "bundle_load".
2011-07-23 Ethan Jacksonbundle: Implement NX_BD_ALG_ACTIVE_BACKUP.
2011-07-23 Ethan Jacksonnx-match: New helpers.
2011-07-23 Ben Pfaffutil: New function log_2_floor().
2011-07-23 Ethan Jacksonbundle: Run bundle_check() in unit tests.
2011-07-19 Ethan Jacksonvswitch: Implement bundle action.
2011-07-12 Ethan Jacksontests: Fix deprecated use of qw.
2011-06-30 Ben Pfaffclassifier: Print ARP opcode as "arp_op" instead of...
2011-06-21 Ben Pfaffovsdb-idl: Plug hole in state machine.
2011-06-17 David Tsaixenserver: allow dom0 traffic in secure pool host when...
2011-06-15 Ben Pfaffofp-util: Send table_id correctly in OpenFlow 1.0 flow_...
2011-06-14 Ben Pfaffofp-print: Change "table_id" to "table" in flow_mod...
2011-06-14 Ben Pfaffofp-parse: Add support for vlan_tci field.
2011-06-14 Ben Pfaffofproto: Add simple tests for dumping aggregates and...
2011-06-10 Ben Pfafftests: Add test for printing NXT_FLOW_MOD_TABLE_ID.
2011-06-09 Justin PettitRemove NXAST_DROP_SPOOFED_ARP action.
2011-06-09 Ethan Jacksontests: Unit test autopath action parsing.
2011-06-07 Ben Pfaffofp-parse: Add support for dl_dst masks in flow match...
2011-06-07 Ben Pfaffovs-openflowd: Rename test-openflowd and move to "tests...
2011-06-06 Ben Pfaffovsdb: Implement table uniqueness constraints ("indexes").
2011-06-06 Ben Pfaffovsdb: Move ovsdb_table_put_row() into test program.
2011-06-06 Ben Pfaffovsdb: Make ovsdb_column_set_from_json() take table...
2011-05-31 Ben Pfaffovsdb: Check ovsdb_mutation_set_execute() return value...
2011-05-31 Ben Pfaffovsdb: Add test for number-of-elements constraints.
2011-05-27 Ben Pfaffovs-ofctl: Report attempts to add (remove, etc.) non...
2011-05-27 Ben Pfaffofp-util: Export (again) a generalized function for...
2011-05-27 Ben Pfaffofp-util: Also force nw_tos to be wildcarded for ARP...
2011-05-26 Ben Pfafftest-csum: Avoid "cast increases required alignment...
2011-05-24 Ben Pfafftests: Fix the two Python XFAIL tests.
2011-05-23 Ben PfaffAvoid sparse error or warning for sizeof(_Bool).
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffMake the source tree sparse clean.
2011-05-16 Ben Pfafftest-sha1: Suppress sparse warning.
2011-05-16 Ben PfaffFix incorrect byte order annotations.
2011-05-16 Ben PfaffConsistently write null pointer constants as NULL inste...
2011-05-13 Ben Pfafftests: Check ovs-openflowd log output instead of ignori...
2011-05-13 Ben Pfaffofp-util: Revise OpenFlow 1.0 ofp_match normalization.
2011-05-13 Ben Pfaffofp-util: Don't warn for different forms of nw_{src...
next