nx-match: Update register check functions.
[sliver-openvswitch.git] / utilities /
2011-08-11 Ben Pfaffovs-ofctl: Document that all actions are supported...
2011-08-09 Ben Pfaffofp-util: Rename struct flow_stats_request with ofputil...
2011-08-09 Ben Pfaffofp-util: Rename struct flow_mod to struct ofputil_flow...
2011-08-09 Ben Pfaffovs-ofctl: Fix reading flows from file for "replace...
2011-08-09 Ben PfaffNew action NXAST_RESUBMIT_TABLE.
2011-08-08 Ben Pfaffnetdev: Get rid of struct netdev_options and netdev_ope...
2011-08-08 Ben Pfaffnetdev: Decouple creating and configuring network devices.
2011-08-08 Ben Pfaffnetdev: Clean up and refactor packet receive interface.
2011-08-04 Justin Pettitovs-appctl: Add common commands to man page.
2011-08-04 Justin Pettitovs-appctl: Add "version" command to print version...
2011-08-04 Justin Pettitutil: Introduce get_program_version function.
2011-08-04 Simon Hormanovs-dpctl: Show number of flows
2011-08-01 Ben Pfaffvlog: Move log level definitions from source code to...
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-benchmark: New utility.
2011-07-27 Ben Pfaffovs-ofctl: Fix dump-ports and queue-stats commands.
2011-07-27 Ben Pfaffovs-ofctl: New --readd option for "replace-flows".
2011-07-26 Ben Pfaffvswitchd: Prevent multiple ovs-vswitchd processes from...
2011-07-26 Ben Pfaffdebian: Add support for bridge compatibility.
2011-07-26 Ben Pfaffovs-vsctl: Log better warnings for duplicate ports...
2011-07-26 Ben Pfaffutilities: Install ovs-parse-leaks utility by default.
2011-07-26 Ben Pfaffovs-ctl: Drop back to an empty database if schema conve...
2011-07-26 Ben Pfaffovs-ctl: Log messages about database upgrade process.
2011-07-25 Ben Pfaffovs-parse-leaks: Fix typos in manpage.
2011-07-23 Ethan Jacksonbundle: New action "bundle_load".
2011-07-23 Ethan Jacksonnx-match: New helpers.
2011-07-23 Ethan Jacksonutilities: Add ovs-bugtool to gitignore.
2011-07-21 Ben Pfaffovs-ofctl: Use strchr() instead of strstr().
2011-07-20 Ben Pfaffovs-ofctl: Improve error message for "ovs-ofctl show...
2011-07-19 Ethan Jacksonvswitch: Implement bundle action.
2011-07-18 Ben Pfaffovs-lib: Allow "status" command to work as non-root.
2011-07-18 Ben Pfaffovs-ctl: Start ovs-vswitchd with correct niceness.
2011-07-13 Ben Pfaffovs-bugtool: Include conf.db backups in bugtool output.
2011-07-13 Ben Pfaffovs-bugtool: Add an OVSDB snapshot to ovs-bugtool output.
2011-07-13 Ben Pfaffovs-bugtool: Add plugins previously used only under...
2011-07-12 Ben Pfaffovs-bugtool: Dump dpkg-related information as well...
2011-07-12 Ben Pfaffovs-bugtool: Turn off "group" and "other" permissions...
2011-07-12 Ben Pfaffovs-bugtool: Make available outside of Debian packages.
2011-07-06 Ben Pfaffovs-ctl: Fix indentation of some headings.
2011-07-01 Justin Pettitovs-ofctl: Document "in_port" action in man page.
2011-06-30 Ben Pfaffofp-util: Simplify iteration through OpenFlow actions.
2011-06-29 Ben Pfaffovs-ctl: Fix ovs-dpctl invocation.
2011-06-28 Ethan Jacksonutilities: Update gitignore.
2011-06-23 Ben Pfaffovs-ofctl: Accept only valid flow_mod and flow_stats_re...
2011-06-23 Ben Pfaffovs-ctl: Use iptables -n -L instead of -S for compatibi...
2011-06-23 Ben Pfaffovs-ctl: Fix incorrect error message.
2011-06-21 Ben PfaffAvoid inserting duplicate iptables rules when restartin...
2011-06-21 Ben Pfaffovs-ctl: Clean up temporary file used for force-reload...
2011-06-21 Ben Pfaffovs-ctl: Use "action" to print success or failure directly.
2011-06-21 Ben Pfaffovsdb-idl: Plug hole in state machine.
2011-06-17 Ben Pfaffutilities: Install ovs-save in scripts directory.
2011-06-17 Ben PfaffRefactor initscripts into distro-independent and distro...
2011-06-17 Andrew Evansovs-ofctl: Print the offending flow on parse error...
2011-06-16 Andrew Evansovs-ofctl: Add 'replace-flows' command to usage.
2011-06-16 Ben Pfaffovs-appctl: Fix typo in usage message.
2011-06-14 Ben Pfaffofp-parse: Ignore extra fields produced by dump-flows.
2011-06-14 Ben Pfaffofp-parse: Add support for vlan_tci field.
2011-06-14 Ben Pfaffopenflow: Remove 'body' member from struct ofp_stats_msg.
2011-06-14 Ben Pfaffopenflow: Merge ofp_stats_request and ofp_stats_reply.
2011-06-09 Justin PettitRemove NXAST_DROP_SPOOFED_ARP action.
2011-06-08 Ben Pfaffovs-vsctl: New "comment" command.
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-07 Alexey I. Froloffovs-save: Fix address label processing.
2011-06-01 Ben Pfaffovs-controller: Allow --wildcards to specify a wildcard...
2011-05-26 Ben Pfaffovs-vsctl: Clarify meaning of --may-exist options.
2011-05-24 Ben Pfaffovs-vsctl: Add "show" command for printing an overview...
2011-05-23 Ben Pfaffdocs: Suppress "warning: macro `DD' not defined" warnin...
2011-05-20 Ethan Jacksoncfm: Remove Maintenance_Point and Monitor tables.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffConsistently write null pointer constants as NULL inste...
2011-05-16 Ben PfaffAdd missing "static" keywords.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-12 Ben PfaffImplement basic multiple table support.
2011-05-11 Ben Pfaffofproto: Make rule construction and destruction more...
2011-05-11 Ben Pfaffofproto: Improve abstraction by adding function ofproto...
2011-05-11 Ben Pfaffdpif: Improve abstraction by making 'run' and 'wait...
2011-05-11 Ben Pfaffbridge: Move packet processing functionality into ofproto.
2011-05-10 Ben Pfaffstream-ssl: Improve messages when configuring SSL if...
2011-05-10 Ben Pfaffovs-vsctl: Issue warning for likely erroneous "get...
2011-05-04 Ben Pfaffbridge: Eliminate direct dependencies on dpif.
2011-05-04 Ben Pfaffovs-tcpundump: Document that ovs-appctl sends ofproto...
2011-05-02 Ben Pfaffovs-dpctl: Add -s option to print packet and byte counters.
2011-04-26 Ben PfaffRemove support for obsolete "tun_id_from_cookie" extension.
2011-04-26 Ben Pfaffovs-controller: Honor --wildcard option.
2011-04-12 Ben Pfaffovsdb-idl: Suppress "delete" operations for garbage...
2011-04-11 Ethan Jacksonautopath: Create the autopath action.
2011-04-04 Ben Pfaffdaemon: Integrate checking for an existing pidfile...
2011-04-04 Ben PfaffLog anything that could prevent a daemon from starting.
2011-04-04 Ben Pfaffutil: New function ovs_fatal_valist().
2011-03-31 Ben Pfaffovs-openflowd: Use sset in place of svec.
2011-03-31 Ben Pfaffofproto: Change string sets in interface from svec...
2011-03-31 Ben Pfaffdpif: Use sset instead of svec in dpif interface.
2011-03-31 Ben PfaffConvert shash users that don't use the 'data' value...
2011-03-31 Ethan Jacksonovs-ofctl: Remove dead assignment.
2011-03-30 Gaetano CatalliFix compilation of openvswitch-1.1.0pre2 on FreeBSD-8.1
2011-03-29 Ethan Jacksonovs-vsctl: Remove dead assignment.
2011-03-29 Ethan Jacksonovs-vsctl: Remove dead code.
next