aboutsummaryrefslogtreecommitdiff
path: root/utilities
AgeCommit message (Expand)Author
2012-07-27ovs-ctl: Start the rest of Open vSwitch if loading brcompat module fails.Ben Pfaff
2012-07-23Fix race condition in parallel execution of "make install".Ben Pfaff
2012-07-05ovs-check-dead-ifs: Tolerate processes that disappear during run.Ben Pfaff
2012-05-29ofp-util: Clean up cookie handling.Justin Pettit
2012-05-16bugtool: rename label names in plugins related to ovs-appctlArun Sharma
2012-05-16bugtool: Collect bond state information from ovs.Arun Sharma
2012-05-11ovs-bugtool: Close file descriptors after use.Gurucharan Shetty
2012-05-10Fix "make distcheck" failure since we weren't cleaning up a generated file.Ben Pfaff
2012-05-08ovs-ofctl: Use port description stat to look up ports when necessary.Justin Pettit
2012-05-08ovs-ofctl: Support large number of ports with "show" command.Justin Pettit
2012-05-08ofproto: Add support for OF1.3 port description multipart message.Justin Pettit
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-05-01ovs-ctl: Make "force-reload-kmod" warn when DHCP clients must be restarted.Ben Pfaff
2012-05-01ovs-ofctl: Document padding in "note" actions.Ben Pfaff
2012-05-01ovs-ofctl: Document importance of priorities.Ben Pfaff
2012-05-01ovs-appctl: Point to individual daemon manpages in docs.Ben Pfaff
2012-04-30ovs-bugtool: Add "ovs-vsctl show" output to bugtool.Ben Pfaff
2012-04-30ovs-bugtool: Add "ovs-appctl coverage/show" output to bugtool.Ben Pfaff
2012-04-26nicira-ext: Support masking of nd_target fieldAnsis Atteka
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