ofp-print: Add tests for OpenFlow message formatting.
[sliver-openvswitch.git] / utilities /
2011-01-12 Ben Pfaffofp-print: Add tests for OpenFlow message formatting.
2011-01-12 Justin PettitAdd some new generated files to .gitignore.
2011-01-10 Ben Pfaffovs-pki: Fix handling of relative log file name on...
2010-12-29 Ben Pfaffovs-dpctl: Reimplement get_port_number() using dpif_por...
2010-12-28 Justin Pettitovs-dpctl: Print extended information about vports.
2010-12-24 Ethan Jacksonutilities: Implement ovs-vlan-test script
2010-12-17 Ben PfaffImplement a new Nicira extension action for multipath...
2010-12-11 Ethan Jacksonutilities: ovs-tcpdump references non-existent exception
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-10 Ben Pfaffdatapath: Replace "struct odp_action" by Netlink attrib...
2010-12-10 Ben Pfaffnetlink: Split into generic and Linux-specific parts.
2010-12-09 Ben Pfaffofproto: Add "ofproto/trace" command to help debugging...
2010-12-09 Ben Pfaffofp-print, ofp-parse: Add support for NXAST_REG_MOVE...
2010-12-09 Ben Pfaffovs-ofctl: Fix del-flows command parsing bugs.
2010-12-09 Ben Pfaffovs-appctl: On failure, print the error message output...
2010-12-09 Ben Pfaffovs-vsctl: Fix controller command prerequisites.
2010-12-09 Ben PfaffAvoid using "grep -q" outside of GNU/Linux specific...
2010-12-07 Ben Pfaffovs-ofctl: Add --more option to increase OpenFlow messa...
2010-12-07 Ben Pfaffovs-ofctl: Add NXM support.
2010-12-07 Ben Pfaffofp-parse: Add support for registers.
2010-12-07 Ben Pfaffofp-parse: Add support for tun_id.
2010-12-06 Ben Pfaffqueue: Get rid of ovs_queue data structure.
2010-12-03 Ben Pfaffdatapath: Make adding and attaching a vport a single...
2010-12-03 Ben Pfaffovs-ofctl: Demote common log messages from INFO to...
2010-12-03 Ben Pfaffovs-ofctl: Reimplement dumping particular tables.
2010-12-02 Ben Pfaffopenflow: Change ofp_phy_port's 'name' member from...
2010-12-02 Ben Pfaffovs-ofctl: Check that commands actually succeed.
2010-12-02 Ben Pfaffovs-ofctl: Remove now-useless "tun-cookie" command.
2010-12-02 Ben Pfaffovs-ofctl: Factor out common code in str_to_port_no...
2010-11-30 Ben Pfaffovs-ofctl: Remove stray printf.
2010-11-30 Ben Pfaffovs-ofctl: Simplify code by using strcasecmp() instead...
2010-11-30 Ben Pfaffovs-openflowd: Add "exit" unixctl command.
2010-11-30 Ben Pfaffovs-openflowd: Add ability to run without connecting...
2010-11-30 Ben Pfaffovs-openflowd: Improve usage message.
2010-11-30 Ben Pfaffovs-openflowd: Add --enable-dummy option.
2010-11-30 Ben Pfaffovs-openflowd: Add --unixctl command line option.
2010-11-30 Ben PfaffMake installation directories overridable at runtime.
2010-11-29 Ethan Jacksonovs: Implement 802.1ag Connectivity Fault Management
2010-11-22 Ben Pfaffflow: Fully separate flow_wildcards from OpenFlow wildc...
2010-11-22 Ben Pfaffflow: Remove flow_to/from_match() in favor of cls_rule_...
2010-11-18 Ben Pfaffovs-vsctl: Fix br-set-external-id.
2010-11-17 Ben Pfaffofp-util: Consistently treat OpenFlow xids as network...
2010-11-17 Ben Pfaffovs-ofctl: Fix return value of str_to_port_no().
2010-11-16 Ben Pfaffovs-vsctl: Make waiting for ovs-vswitchd to reload...
2010-11-16 Ben Pfaffovs-vsctl: Replicate only tables and columns that are...
2010-11-16 Ben Pfaffovsdb-idl: Make selecting tables and columns to replica...
2010-11-15 Ben Pfaffnicira-ext: New Nicira vendor action NXAST_NOTE.
2010-11-11 Ben Pfaffofp-parse: Refactor flow parsing.
2010-11-11 Ben Pfaffofp-parse: Generalize parse_ofp_add_flow_str() as parse...
2010-11-10 Ben Pfaffofproto: Implement Nicira Extended Match flexible flow...
2010-11-05 Ben PfaffAdd "Manager" and "manager_options" to allow options...
2010-11-05 Ben Pfaffofp-util: New functions make_nxmsg(), make_nxmsg_xid().
2010-11-04 Ben Pfaffovs-vsctl: Create bridge interface as type "internal".
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-29 Ben Pfaffxtoxll: Rename "byte-order" since it now include more...
2010-10-23 Justin Pettitovs-vsctl: Prevent double-free when retrying a transaction
2010-10-22 Ben Pfaffovs-vsctl: Check for dirty reads within transactions.
2010-10-22 Ben Pfaffovs-vsctl: Add context pointer to struct vsctl_info.
2010-10-21 Ben PfaffFix bug in parsing large datapath IDs.
2010-10-21 Ben Pfaffovs-ofctl: Better document the meaning of "priority...
2010-10-14 Ben Pfaffdocs: Make it clear that ovs-openflowd is an alternativ...
2010-10-11 Ben Pfaffdatapath: Remove implementation of port groups.
2010-10-08 Justin Pettitovs-openflowd: Don't segfault when no controllers specified
2010-10-03 Justin PettitAdd Nicira extension for modifying queue without transm...
2010-10-01 Ben Pfaffovs-controller: Improve QoS abilities.
2010-10-01 Ben Pfafflearning-switch: Introduce struct for configuration.
2010-10-01 Ben Pfaffovs-controller: Make --with-flows read the file only...
2010-10-01 Ben Pfaffofp-parse: Add test.
2010-10-01 Ben Pfaffofp-parse: Factor out duplicated code into new functions.
2010-10-01 Ben Pfaffovs-ofctl: Add "queue-stats" command to print queue...
2010-10-01 Ben Pfaffovs-vsctl: Reduce log level for "Called as..." for...
2010-10-01 Ben Pfaffovs-vsctl: Factor out and optimize searching for a...
2010-09-21 Ben Pfaffovs-vsctl: Add many more usage examples.
2010-09-21 Ben Pfaffovs-vsctl: Allow "get" commands to create @names also.
2010-09-20 Ben PfaffAvoid shadowing local variable names.
2010-09-17 Ben Pfaffovs-vsctl: Remove default timeout.
2010-09-15 Ben Pfaffovs-ofctl, ovs-controller: Disable flow idle timeout...
2010-09-10 Ben Pfaffovs-ofctl: Add support for drop_spoofed_arp action.
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-08-25 Ben Pfaffutilities: Remove ovs-wdt.
2010-08-25 Ben Pfaffutilities: Remove ovs-monitor.
2010-08-25 Ben Pfaffovs-parse-leaks: Add manpage.
2010-08-19 Ben PfaffFix SSL boilerplate descriptions in manpages.
2010-08-19 Ben PfaffFix typos in manpages.
2010-08-19 Ben Pfaffovs-vsctl: Fix parsing of short SSL options.
2010-08-13 Ben PfaffRemove vestigial support for Spanning Tree Protocol.
2010-08-07 Ben Pfaffofproto: Add support for remote "service controllers".
2010-08-06 Ben Pfaffovs-openflowd: Fix support for multiple controllers.
2010-08-06 Ben Pfaffovs-pki: Create private keys with restricted permissions.
2010-08-06 Ben Pfaffovs-pki: Create log directory if it does not exist.
2010-08-06 Ben Pfaffovs-pki: Consistently write error messages to stderr.
2010-07-31 Justin Pettitvswitchd: Move fail-mode config to Bridge table
2010-07-31 Justin Pettitvswitchd: Remove default controller config from Open_vS...
2010-07-30 Ben Pfaffovs-ofctl: Add support for OpenFlow enqueue action.
2010-07-30 Justin Pettitovs-controller: Add ability to define default flows
2010-07-30 Justin Pettitlearning-switch: Add ability to define default flows
2010-07-30 Justin Pettitofp-parse: Break string-to-openflow parsing into librar...
2010-07-21 Ben Pfaffvlog: Make the vlog module catalog program-specific.
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-07-21 Ben Pfaffvlog: Remove explicit calls to vlog_init().
next