ofp-util: Work on decoding OF1.1 flow_mods.
[openvswitch] / tests /
2012-03-02 Ethan Jacksonpython: Port unixctl to Python.
2012-03-02 Ethan Jacksontests: Add code coverage for Python.
2012-03-02 Ethan Jacksonjsonrpc.py: Don't swallow errors in transact_block().
2012-03-02 Ethan Jacksontests: Prefer development Python files over installed...
2012-02-29 Ben Pfafftimeval: Add "time/stop" unixctl command, for use in...
2012-02-21 Ethan Jacksonunixctl: New JSON RPC back-end.
2012-02-21 Ethan Jacksonjsonrpc: Don't swallow errors in jsonrpc_transact_block().
2012-02-27 Ben PfaffAdd ability to direct "packet-in"s to particular contro...
2012-02-27 Ben Pfaffjsonrpc: Make jsonrpc_error() internal.
2012-02-18 Justin Pettitovs-vsctl.at: Use full name for referring to the "NetFl...
2012-02-15 Ben PfaffImplement new "fin_timeout" action and "learn" feature.
2012-02-09 Ben Pfaffofproto: Implement OpenFlow extension to allow control...
2012-02-09 Ben PfaffAdd support for parsing and printing OFPFF_* flags.
2012-02-09 Ben Pfaffofp-util: Add struct ofputil_packet_out, helper functio...
2012-02-08 Aaron Rosenofproto-dpif: Don't output to in_port even if in_port...
2012-02-07 Ben PfaffAdd information about time left before timeouts to...
2012-02-07 Ben Pfafftests: Use ofctl_strip consistently.
2012-02-03 Ethan Jacksonstp: Log topology change events.
2012-02-03 Ben PfaffAdd support for bitwise matching on TCP and UDP ports.
2012-02-03 Ben Pfafftests: Reduce risk of port collision and remove bash...
2012-02-03 Ben Pfaffdaemon: New function daemon_save_fd() to preserve fds...
2012-02-02 Ben Pfafftests: Run ovs-ofctl under valgrind too, with the ...
2012-02-01 Ben PfaffAdd support for limiting the number of flows in an...
2012-02-01 Ben Pfaffheap: New library that implements a binary heap-based...
2012-02-01 Ben Pfaffutil: New function bitwise_zero().
2012-02-01 Ben Pfaffutil: Move bitwise_copy() here, add new bitwise functio...
2012-01-24 Ben Pfafftests: Fix broken interface-reconfigure tests.
2012-01-23 Ethan Jacksonlacp: Require successful LACP negotiations when configured.
2012-01-17 Ethan Jacksonbond: Change default bond_mode to active-backup.
2012-01-17 Ethan Jacksonbond: Add ovs-appctl bond/show to LACP sanity checks.
2012-01-14 Pravin B Shelarofproto: New action TTL decrement.
2012-01-12 Ben PfaffBetter abstract OpenFlow error codes.
2012-01-12 Ben Pfaffdpif-netdev: Make port numbers predictable for dummy...
2012-01-11 Ben Pfaffovs-vsctl: Add set relational operators to "find" command.
2012-01-10 Ethan Jacksonopenflow: New Nicira Extended PACKET_IN format.
2012-01-10 Ethan Jacksonofproto-dpif: Implement PACKET_IN in userspace.
2012-01-10 Ethan Jacksonnx-match: New function nx_pull_match_loose().
2012-01-10 Ethan Jacksontests: Unit test PACKET_IN.
2012-01-10 Ethan Jacksonofp-print: Print checksum in ofp_packet_to_string().
2012-01-10 Ethan Jacksonofp-print: Remove tcpdump from ofp_packet_to_string().
2012-01-10 Ethan Jacksonofp-print: Remove vestigial 'total_len' argument.
2012-01-10 Ethan Jacksonflow: Improve flow_format() output.
2012-01-05 Justin Pettitofproto-dpif.at: Add test for normal action with OFPP_N...
2012-01-05 Ben Pfafftests: Fix bug in NetFlow test case.
2012-01-05 Justin Pettitofproto-dpif: Fake-up OFPP_NONE input bundle for mirror...
2011-12-28 Justin PettitAdd ability to restrict flow mods and flow stats reques...
2011-12-19 Ethan Jacksontests: Update gitignore to include test-netflow.
2011-12-19 Ben Pfaffnetflow: Add basic unit tests.
2011-12-19 Ben Pfafftests: Add expected output parameter to OVS_VSWITCHD_START.
2011-12-19 Ben Pfafftests: Update ovs-vswitchd log messages to ignore.
2011-12-16 Ben Pfaffofproto-dpif: Flush MACs for deleted ports from every...
2011-11-30 Ethan Jacksontests: Perform basic LACP unit tests.
2011-11-28 Ben Pfaffovsdb: Correctly implement conditions that include...
2011-11-24 Justin Pettitmirroring: Don't require the "normal" action to perform...
2011-11-23 Ben Pfaffofproto-dpif: Support differing user/kernel packet...
2011-11-23 Ethan Jacksonvswitch: Implement dscp column of the Queue table.
2011-11-21 Ethan Jacksondpif-netdev: Allow enqueue actions.
2011-11-21 Ethan Jacksonofproto-dpif: Test basic output and flooding.
2011-11-18 Ethan Jacksontests: Allow unit tests to run as root.
2011-11-18 Ben PfaffImplement a new port setting "other-config:priority...
2011-11-17 Ben Pfaffofproto-dpif: Get rid of "struct dst".
2011-11-17 Ben Pfafftests: Rewrite code for comparing sets of ODP actions.
2011-11-17 Ben Pfaffodp-util: Add support for named ports to odp_flow_key_f...
2011-11-15 Ben Pfaffdatapath: Describe policy for extending flow key, imple...
2011-11-11 Justin Pettitflow: Use FWW_ flags to wildcard IP DSCP and ECN.
2011-11-11 Justin PettitPrepend "nw_" to "frag" and "tos" elements.
2011-11-09 Justin Pettitdatapath: Rename ipv6_tos to ipv6_tclass.
2011-11-09 Justin PettitSupport matching and modifying IP TTL.
2011-11-09 Justin PettitSupport matching and modifying IP ECN bits.
2011-11-09 Justin PettitDon't overload IP TOS with the frag matching bits.
2011-11-09 Justin PettitSupport matching IPv6 flow label.
2011-11-04 Justin Pettittests: Provide banner for ODP tests.
2011-11-02 Ben Pfaffofp-util: New function ofputil_decode_msg_type_partial().
2011-11-01 Pravin B Shelardatapath: Convert kernel priority actions into match...
2011-10-31 Ben Pfaffofproto: Add OFPC_QUEUE_STATS to switch feature reply.
2011-10-31 Ben Pfaffovsdb-idl: Prevent occasional hang when multiple databa...
2011-10-29 Ethan Jacksonnicira-ext: New action "exit".
2011-10-27 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.
next