summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
...
* ovs-ofctl: Fix a typo in documentation.Gurucharan Shetty2013-09-261-1/+1
* ovs-dpctl: Update usage where datapath name is optional.Gurucharan Shetty2013-09-241-6/+8
* ovs-dpctl: Parse the arguments correctly for del-flow.Gurucharan Shetty2013-09-241-1/+1
* ovs-dpctl: Add a missing simap_destroy()Gurucharan Shetty2013-09-241-0/+1
* ovs-dpctl: Remove stale comment.Gurucharan Shetty2013-09-241-4/+1
* utilities: add ovs-dpctl-top to .gitignoreLorand Jakab2013-09-191-0/+2
* utilities: a top like tool for ovs-dpctl dump-flows.Mark Hamilton2013-09-173-0/+1833
* ovs-ofctl: Add meter support.Jarno Rajahalme2013-09-162-3/+212
* vlog: Report timestamps in millisecond resolution in log messages.Paul Ingram2013-09-132-3/+11
* openflow-1.1+: OFPT_TABLE_MOD (part 1)Andy Zhou2013-09-072-0/+63
* ovs-ofctl: Correct formatting of instructions in manpage.Simon Horman2013-09-041-1/+1
* Implement OpenFlow 1.1+ "groups" protocol.Neil Zhu2013-09-022-0/+278
* lib: Keep track of usable protocols while parsing.Jarno Rajahalme2013-08-272-29/+39
* ofp-util: Abstract flow_mod OFPFF_* flags.Ben Pfaff2013-08-271-1/+2
* ovs-save: Do not depend on hardcoded set of $PATH for utilities.Gurucharan Shetty2013-08-261-21/+6
* ofp-util: Add SCTP supportJoe Stringer2013-08-221-7/+13
* ipfix: implement flow caching and aggregation in exporterRomain Lenglet2013-08-221-2/+3
* flow: Enable matching on new field 'pkt_mark'.Jesse Gross2013-08-131-0/+7
* ovs-ofctl: Avoid groff warning due to too-long line.Ben Pfaff2013-08-131-1/+1
* ovs-bugtool: Add config files to the debug bundle.Gurucharan Shetty2013-08-091-1/+3
* ovs-bugtool: Collect database through CAP_NETWORK_STATUS.Gurucharan Shetty2013-08-091-1/+35
* classifier: Make use of the classifier thread safe.Ethan Jackson2013-08-091-0/+8
* ovs-ofctl: Add "ofp-parse" command for printing OpenFlow from a file.Ben Pfaff2013-08-062-1/+62
* odp-util: add verbose mode for displaying dp flow.Andy Zhou2013-08-032-5/+13
* ovs-dev.py: Use custom suppressions when running valgrind.Ethan Jackson2013-07-291-1/+3
* ovs-dev.py: Add support for clang builds.Ethan Jackson2013-07-291-1/+10
* ovs-dev.py: Rely on configure for warning options.Ethan Jackson2013-07-291-1/+1
* ovs-bugtool: Increase max size of CAP_HARDWARE_INFO.Gurucharan Shetty2013-07-241-1/+1
* ovs-bugtool: Separate capability for general network info.Gurucharan Shetty2013-07-241-17/+20
* ovs-bugtool: Remove duplicate bond/show command.Gurucharan Shetty2013-07-241-22/+0
* clang: Fix the alignment warning.Alex Wang2013-07-232-3/+4
* Avoid designated initializers and static decls of arrays of unknown size.Linda Sun2013-07-194-9/+28
* BFD: Add BFD output to bugtoolPavithra Ramesh2013-07-173-0/+21
* ovs-ctl.in: Increase the limit on file descriptors.Gurucharan Shetty2013-07-111-4/+4
* ovs-bugtool: Add ovsdb-server/list-dbs command to bugtool.Gurucharan Shetty2013-07-103-0/+21
* ovs-vsctl: Fix behavioral regression for "--if-exists del-port <bridge>".Ben Pfaff2013-07-091-3/+6
* utilities: New helper script ovs-dev.py.Ethan Jackson2013-07-092-0/+301
* ofp-util: Add 'modify_cookie' to struct ofputil_flow_mod, to support OF1.1.Ben Pfaff2013-07-081-0/+1
* ofp-parse: Do not exit() upon a parse error.Ben Pfaff2013-07-082-17/+62
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-283-10/+10
* Fix table checking for goto table instruction.Jarno Rajahalme2013-06-281-3/+9
* ofp-errors: Implement OpenFlow 1.2+ experimenter error codes.Ben Pfaff2013-06-251-6/+9
* Create specific types for ofp and odp portAlex Wang2013-06-202-18/+28
* ovs-dpctl: Add mega flow supportAndy Zhou2013-06-201-6/+19
* ovs-vsctl: Improve error message for "ovs-vsctl del-port <bridge>".Ben Pfaff2013-06-191-3/+7
* leak-checker: Remove because it cannot be made thread-safe.Ben Pfaff2013-06-174-340/+1
* Always update ethertype on mpls_popSimon Horman2013-06-051-3/+4
* ofp-actions: enforce valid range for table_id in goto_table instructionJing Ai2013-06-051-3/+14
* ovs-ctl.in: Restore flows with vswitchd packet processing disabled.Gurucharan Shetty2013-05-301-1/+18
* ovs-ctl.in: Add manager after restoring flows.Gurucharan Shetty2013-05-301-11/+17