aboutsummaryrefslogtreecommitdiff
path: root/utilities
AgeCommit message (Expand)Author
2012-03-09datapath: omit _mod from module namesChris Wright
2012-03-07ovs-ofctl: Make "barrier" output reproducible for testing.Ben Pfaff
2012-03-07Abstract everything that uses ofp_phy_port, add OF1.1 support.Ben Pfaff
2012-03-07Break OFPT_* constants into common value and 1.0- and 1.1-specific values.Ben Pfaff
2012-03-07Begin breaking openflow-1.0.h into common and version-specific definitions.Ben Pfaff
2012-03-07Introduce ofputil_protocol, to abstract the protocol in use on a connection.Ben Pfaff
2012-03-07ovs-ofctl: Avoid segfault upon receive error for "monitor", "snoop".Ben Pfaff
2012-03-07unixctl: Timeout unit tests instead of hanging.Ethan Jackson
2012-02-21unixctl: New JSON RPC back-end.Ethan Jackson
2012-02-27Add ability to direct "packet-in"s to particular controllers.Ben Pfaff
2012-02-27nlmon: Also print ifinfomsg flags.Ben Pfaff
2012-02-27ovs-ofctl: Add --timestamp option to print time for each received packet.Ben Pfaff
2012-02-27vlog: Be more liberal in syntax for -v and vlog/set.Ben Pfaff
2012-02-27docs: Consistently format each form of an option on a separate line.Ben Pfaff
2012-02-15Implement new "fin_timeout" action and "learn" feature.Ben Pfaff
2012-02-13ovs-ofctl: Clarify that tun_id will not be nonzero unless the key is nonzeroSimon Horman
2012-02-13ovs-ofctl: Remove documentation that ovs-ofctl uses TUN_ID_FROM_COOKIESimon Horman
2012-02-09ovs-ofctl: New "ofctl/barrier" unixctl command.Ben Pfaff
2012-02-09ovs-ofctl: New "ofctl/set-output-file" unixctl command.Ben Pfaff
2012-02-09ovs-ofctl: New "ofctl/send" unixctl command.Ben Pfaff
2012-02-09ovs-ofctl: Add "packet-out" command.Ben Pfaff
2012-02-09Add support for parsing and printing OFPFF_* flags.Ben Pfaff
2012-02-09ovs-ofctl: Allow priority and timeout to be specified on mod-flows.Ben Pfaff
2012-02-07Add information about time left before timeouts to flow dumps.Ben Pfaff
2012-02-03ovs-ofctl: Fix minor memory leaks.Ben Pfaff
2012-02-03ovs-ofctl: Fix typos in manpage.Ben Pfaff
2012-02-02Add support for bitwise matching on TCP and UDP ports.Ben Pfaff
2012-02-02daemon: New function daemon_save_fd() to preserve fds across detach.Ben Pfaff
2012-02-02ovs-ofctl: Update usage message.Ben Pfaff
2012-02-01ovs-ofctl: Fix typo in manpage.Ben Pfaff
2012-02-01Add support for limiting the number of flows in an OpenFlow flow table.Ben Pfaff
2012-01-27vlog: Change the default timestamp structure.Gurucharan Shetty
2012-01-27ovs-appctl: Document the facility "file" option.Gurucharan Shetty
2012-01-27ovs-ofctl: Fix "snoop" command.Ben Pfaff
2012-01-26ovs-ofctl: Fix typo in comment.Ben Pfaff
2012-01-26ovs-ctl: Restore ability to create 256 bridges.Ben Pfaff
2012-01-16ovs-ctl: Do not load brcompat_mod if the bridge module is already loaded.Ben Pfaff
2012-01-16ovs-vsctl: Add example of creating a GRE tunnel to manpage.Ben Pfaff
2012-01-13ofproto: New action TTL decrement.Pravin B Shelar
2012-01-13ovs-vsctl: Document a pitfall of the syntax for maps.Ben Pfaff
2012-01-12Better abstract OpenFlow error codes.Ben Pfaff
2012-01-11odp-util: Handle ipv6 in set nw action.Pravin B Shelar
2012-01-11ovs-vsctl: Add set relational operators to "find" command.Ben Pfaff
2012-01-10openflow: New Nicira Extended PACKET_IN format.Ethan Jackson
2012-01-10nx-match: New function nx_pull_match_loose().Ethan Jackson
2012-01-10ovs-ofctl: Support daemonization for monitor and snoop.Ethan Jackson
2012-01-09ovs-ctl: Pull system_type and system_version from config fileGurucharan Shetty
2012-01-06ovs-benchmark: Improve output format for "rate" command.Ben Pfaff
2011-12-30ovs-ofctl: Fix "cookie mask" issue in diff-flows command.Justin Pettit
2011-12-27Add ability to restrict flow mods and flow stats requests to cookies.Justin Pettit