aboutsummaryrefslogtreecommitdiff
path: root/utilities
AgeCommit message (Expand)Author
2012-04-19ovs-vsctl: Speed up port management operations with many ports.Ben Pfaff
2012-04-19ovs-vsctl: Remove 'ctrl', 'n_ctrl' from struct vsctl_bridge.Ben Pfaff
2012-04-19ovs-vsctl: Remove 'fail_mode' member from struct vsctl_bridge.Ben Pfaff
2012-04-19ovs-vsctl: Merge struct vsctl_info into struct vsctl_context.Ben Pfaff
2012-04-19ovs-vsctl: Verify VLAN bridge controllers in cmd_get_controller().Ben Pfaff
2012-04-19ovs-vsctl: Verify correct record in cmd_get_fail_mode() for VLAN bridges.Ben Pfaff
2012-04-18netlink-socket: Make caller provide message receive buffers.Ben Pfaff
2012-04-18ovs-test: Enhancements to the ovs-test toolAnsis Atteka
2012-04-16ovs-save: Add "dev" keyword before interface names in the ip commandsAnsis Atteka
2012-04-12ovsdb-idl: Improve ovsdb_idl_txn_increment() interface.Ben Pfaff
2012-04-12ovsdb-idl: Simplify transaction retry.Ben Pfaff
2012-04-05bugtool - Collect version information for all running Open vSwitch daemons.Arun Sharma
2012-03-28Fix minor memory leaks found by valgrind.Ben Pfaff
2012-03-27Avoid possibly including an old vswitch-idl.h.Ben Pfaff
2012-03-27Add error codes for Open Flow v1.2Simon Horman
2012-03-26ovs-bugtool: Add ability to prioritize files by date.Raju Subramanian
2012-03-23Allow configuring DSCP on controller and manager connections.Mehak Mahajan
2012-03-20ovs-vsctl: Allow "fake bridges" to be created for VLAN 0.Ben Pfaff
2012-03-19idl: Move vswitch-idl to libopenvswitch.Ethan Jackson
2012-03-19configure: Remove --with-build-number.Ben Pfaff
2012-03-15ovs-vsctl: Clarify br-exists usage.Ethan Jackson
2012-03-13Use `pwd` in place of $PWD, treewide.Ben Pfaff
2012-03-12ovs-pki: Implement --version option.Ben Pfaff
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