Merge 'next' into 'master'.
[sliver-openvswitch.git] / utilities / ovs-ofctl.c
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffConsistently write null pointer constants as NULL inste...
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-10 Ben Pfaffstream-ssl: Improve messages when configuring SSL if...
2011-04-26 Ben PfaffRemove support for obsolete "tun_id_from_cookie" extension.
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 Ethan Jacksonovs-ofctl: Remove dead assignment.
2011-03-30 Gaetano CatalliFix compilation of openvswitch-1.1.0pre2 on FreeBSD-8.1
2011-03-18 Ben Pfaffovs-ofctl: Make mod-flows and del-flows commands able...
2011-03-18 Ben Pfaffofp-parse: Generalize parse_ofp_add_flow_file() to...
2011-03-18 Ben Pfaffovs-ofctl: New commands "replace-flows" and "diff-flows".
2011-03-18 Ben Pfaffovs-ofctl: Use ovs_be32 for big-endian variable.
2011-03-16 Ben Pfaffofproto: Get rid of archaic "switch status" OpenFlow...
2011-03-16 Ben Pfaffovs-ofctl: Check min flow format support in negotiate_h...
2011-03-10 Ben Pfaffovs-ofctl: Make add-flows command read from stdin if...
2011-03-01 Ben Pfaffovs-ofctl: Implement documented semantics of --flow...
2011-02-23 Ben Pfaffmultipath: Validate multipath actions more thoroughly...
2011-01-12 Ben Pfaffofp-print: Add tests for OpenFlow message formatting.
2010-12-09 Ben Pfaffovs-ofctl: Fix del-flows command parsing bugs.
2010-12-07 Ben Pfaffovs-ofctl: Add --more option to increase OpenFlow messa...
2010-12-07 Ben Pfaffovs-ofctl: Add NXM support.
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 PfaffMake installation directories overridable at runtime.
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-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-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 Pfaffofp-util: New functions make_nxmsg(), make_nxmsg_xid().
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-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-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-07-30 Justin Pettitofp-parse: Break string-to-openflow parsing into librar...
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-07-21 Ben Pfaffvlog: Remove explicit calls to vlog_init().
2010-07-21 Ben Pfafftimeval: Make time_init() static and remove calls to it.
2010-06-28 Ben Pfaffovs-ofctl: Warn about flows not in normal form.
2010-06-17 Ben Pfaffvconn: Move OpenFlow utility functions into new file...
2010-05-26 Ben PfaffAlways #include <sys/socket.h> before <net/if.h>.
2010-05-11 Ben Pfaffovs-ofctl: Add "snoop" command.
2010-05-11 Ben Pfaffovs-ofctl: "monitor" command takes no more than 2 arguments
2010-05-11 Ben Pfaffovs-ofctl: Fix usage message for "monitor" command.
2010-04-19 Jesse Grosstunneling: Add support for tunnel ID.
2010-04-14 Ben Pfaffovs-ofctl: Fix write before beginning of string in...
2010-04-12 Justin Pettitovs-ofctl: Allow setting cookie as a decimal or hex...
2010-04-05 Ben Pfaffovs-ofctl: Add support for "resubmit" Nicira vendor...
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-20 Tetsuo NAKAGAWAovs-dpctl: Fix setting of packet length for "controller...
2010-02-20 Tetsuo NAKAGAWAovs-dpctl: Fix setting of packet length for "controller...
2010-02-20 Justin Pettitofproto: Querying port stats for individual ports ...
2010-02-20 Justin Pettitofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)
2010-02-20 Justin Pettitofproto: Add support for flow cookies (OpenFlow 1.0)
2010-02-20 Justin Pettitofproto: Add selective Flow Removed messages and flow...
2010-02-20 Justin Pettitofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow...
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffRename UNUSED macro to OVS_UNUSED to avoid naming conflict.
2010-02-11 Ben Pfaffovs-ofctl: Drop assignment whose value is never used.
2010-02-06 Justin PettitMerge branch 'next' of repo.nicira.com:/srv/git/openvsw...
2010-02-06 Justin PettitMerge branch 'master' into next
2010-01-28 Jesse Grossdpif: Update dpif interface to match netdev.
2010-01-25 Ben PfaffMerge "sflow" into "master".
2010-01-06 Ben Pfaffvconn: Reimplement in terms of the "stream" abstraction.
2010-01-05 Justin PettitAdd extended vlog options to utilities
2010-01-04 Ben Pfaffofproto: Drop remote command execution feature.
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-17 Justin Pettitovs-ofctl: Add support for transport and network modifi...
2009-11-10 Jesse GrossMerge citrix branch into master.
2009-11-09 Ben PfaffFix incorrect printf format specifiers.
2009-11-05 Jean TourrilhesRevert "ovs-ofctl: Fix use-after-free error in del...
2009-11-04 Ben PfaffFactor out common code from utilities that multiplex...
2009-11-04 Jean Tourrilhesovs-ofctl: Fix use-after-free error in del-flows command.
2009-10-23 Ben PfaffMerge "citrix" into "master".
2009-10-08 Jean Tourrilhesovs-ofctl: Fix use-after-free error in mod-flows command.
2009-10-06 Justin PettitMerge commit 'origin/citrix'
2009-10-05 Ben PfaffMerge "citrix" branch into "master.
2009-09-22 Ben PfaffMerge citrix branch into master.
2009-09-12 Justin PettitMerge commit 'origin/citrix'
2009-09-05 Justin PettitMerge commit 'origin/citrix'
2009-09-02 Ben PfaffMerge citrix branch into master.
2009-08-25 Justin PettitMerge commit 'origin/citrix'
2009-08-19 Ben PfaffMerge citrix into master.
next