list files that do not go into the distribution
[sliver-openvswitch.git] / tests /
2012-04-26 Ansis Attekanicira-ext: Support masking of nd_target field
2012-04-26 Ben Pfaffjson: Correct position tracking in JSON parser implemen...
2012-04-23 Ben Pfafftests: Generalize 'sed' calls in MAC learning test...
2012-04-23 Ben Pfafftests: Avoid daemon race between pidfile creation and...
2012-04-19 Ben Pfaffdpif: Include TCP flags in "ovs-dpctl dump-flows" output.
2012-04-17 Ethan Jacksonsocket-util: Remove DSCP_INVALID.
2012-04-14 Ben Pfafflearn: Make it possible to parse "load" actions wider...
2012-04-14 Ben Pfafflearn: Fix bugs when learn actions use subfields wider...
2012-04-14 Ben Pfaffutil: New function bitwise_is_all_zeros().
2012-04-14 Ben Pfaffutil: New function bitwise_one().
2012-04-12 Ben Pfaffovsdb-idl: Improve ovsdb_idl_txn_increment() interface.
2012-04-12 Ben Pfaffovsdb-idl: Simplify transaction retry.
2012-04-02 Ben Pfaffcheck-structs: Disallow uint<N>_t because ovs_be<N...
2012-03-28 Ben Pfafftests: Gracefully shut down ovsdb-server, to avoid...
2012-03-28 Ben Pfafftests: Suppress valgrind error reports from glibc timer...
2012-03-27 Simon HormanAdd error codes for Open Flow v1.2
2012-03-24 Mehak MahajanAllow configuring DSCP on controller and manager connec...
2012-03-20 Ben Pfaffovs-vsctl: Allow "fake bridges" to be created for VLAN 0.
2012-03-13 Ben PfaffUse `pwd` in place of $PWD, treewide.
2012-03-12 Ben Pfafftests: Skip "strings at least 2 characters long" test...
2012-03-12 Ben Pfafftests: Fix "make check" as non-root.
2012-03-09 Ethan Jacksonnicira-ext: Increase the number of NXM registers to 8.
2012-03-09 Ethan Jacksonidl: Convert python daemons to utilize SchemaHelper.
2012-03-08 Ben Pfafftests: Suppress "role reply" that can appear in async...
2012-03-08 Ethan Jacksonpython: Make build number format consistent with C.
2012-03-07 Ben Pfaffovs-ofctl: Make "barrier" output reproducible for testing.
2012-03-07 Ben Pfafftests: Convert *_SCHEMA macros to shell functions.
2012-03-07 Ben Pfafftests: Convert OVS_WAIT_* macros to shell functions.
2012-03-07 Ben Pfafftests: Convert interface-reconfigure macros to shell...
2012-03-07 Ben PfaffAbstract everything that uses ofp_phy_port, add OF1...
2012-03-07 Ben Pfaffofp-print: Print OpenFlow version number of message...
2012-03-07 Ben PfaffBegin breaking openflow-1.0.h into common and version...
2012-03-07 Ben PfaffIntroduce ofputil_protocol, to abstract the protocol...
2012-03-07 Ethan Jacksonunixctl: Timeout unit tests instead of hanging.
2012-03-07 Ethan Jacksonunixctl: Re-enable unit tests.
2012-03-06 Gurucharan Shettyxenserver: Add vm-id to the external_ids.
2012-03-03 Ethan Jacksonunixctl: Skip Python unixctl 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...
next