summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* ovs-benchmark: Remove.Ben Pfaff2016-02-054-841/+0
* ovs-benchmark: Fix return value of do_poll.William Tu2016-02-051-6/+6
* vlog: Stop using explicit references to external log modules.Ben Pfaff2016-02-031-2/+1
* ovn: Remove top ovn directory from PATHs.Ilya Maximets2016-01-291-1/+1
* ofp-util: Make decoding switch features harder to misuse (and fix leak).Ben Pfaff2016-01-201-3/+1
* ovs-vsctl: Add parent process name and ID.William Tu2016-01-201-2/+48
* openflow: Implement OF1.4+ OFPMP_QUEUE_DESC multipart message.Ben Pfaff2016-01-202-15/+17
* ovs-ofctl: Merge dump_stats_transaction() into dump_transaction().Ben Pfaff2016-01-201-69/+54
* ovs-bugtool: Add conntrack output.William Tu2016-01-143-1/+23
* {lib, utilities}: Fix ct_state constants in docs.Joe Stringer2016-01-131-16/+16
* ovs-ofctl.8.in: Fix indentation.Joe Stringer2016-01-121-2/+0
* python: Fix print function compatibility.Russell Bryant2016-01-121-4/+6
* python: Fix exception handler compatibility.Russell Bryant2016-01-121-2/+2
* Better abstract OFPT_SET_CONFIG and OFPT_GET_CONFIG_REPLY, make stricter.Ben Pfaff2016-01-072-43/+52
* ofproto: Implement OFPT_QUEUE_GET_CONFIG_REQUEST for OFPP_ANY in OF1.1+.Ben Pfaff2016-01-072-15/+47
* ovs-ofctl: Generalize code for finding ports into general-purpose iterator.Ben Pfaff2016-01-071-110/+123
* python: Resolve pep8 blank line errors.Russell Bryant2016-01-051-0/+3
* python: Run flake8 at build time.Russell Bryant2016-01-051-0/+2
* ovs-ofctl: Fix memory leak reported by valgrind.William Tu2016-01-041-0/+3
* Use initializers for struct ofputil_flow_mod instead of assignments.Ben Pfaff2016-01-041-17/+16
* ovs-dev.py: Fix libcap-ng-dev dependency.Joe Stringer2015-12-241-1/+1
* ovs-ofctl: Document arp_op match field.Ben Pfaff2015-12-231-1/+5
* ovs-benchmark: Fix memory leak.Ben Pfaff2015-12-221-1/+2
* dpctl: Add new 'flush-conntrack' command.Daniele Di Proietto2015-12-211-0/+1
* dpctl: Add 'conntrack-dump' command.Daniele Di Proietto2015-12-211-0/+1
* ovs-lib: Try to call exit before killing.Ilya Maximets2015-12-161-1/+8
* geneve-map-rename: rename geneve-map to tlv-map.Mengke Liu2015-12-152-34/+38
* ovs-ofctl: Fix manpage formatting typo.Ben Pfaff2015-12-041-1/+1
* ovs-ofctl: Support multiple tables in replace-flows and diff-flows.Jarno Rajahalme2015-11-301-67/+127
* Implement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD.Saloni Jain2015-11-292-6/+97
* ovs-ofctl: Add "out_group" keyword for OF1.1+ matching on output group.Ben Pfaff2015-11-291-1/+8
* use "/usr/bin/env python" for shebangs for python scriptsYAMAMOTO Takashi2015-11-263-3/+3
* openflow: Remove OFPG11_*Jarno Rajahalme2015-11-241-1/+1
* utilities/ovs-ofctl: Fix meter requests.Jarno Rajahalme2015-11-191-3/+3
* ovs-ofctl.8: Improve description of dec_ttl action.Justin Pettit2015-11-101-5/+6
* ofp-parse: Fix parsing, formatting of multiple fields in NTR extension.Ben Pfaff2015-11-031-1/+5
* ovs-ofctl: Fix OpenFlow versions with '--bundle'Jarno Rajahalme2015-10-191-0/+3
* ovs-ofctl: Fix replace-flows.Jarno Rajahalme2015-10-191-0/+2
* ovn-nb: Rename Port_Bindings 'macs' column to 'addresses'.Ben Pfaff2015-10-161-2/+2
* ovs-sim.1.xml: Fix tab/space issue.Justin Pettit2015-10-131-1/+1
* Add support for connection tracking helper/ALGs.Joe Stringer2015-10-131-0/+10
* Add connection tracking label support.Joe Stringer2015-10-131-0/+10
* Add connection tracking mark support.Joe Stringer2015-10-131-2/+27
* Add support for connection tracking.Joe Stringer2015-10-131-0/+148
* ovn-sbctl: Use environment var OVN_SB_DB to find the database by default.Ben Pfaff2015-10-071-2/+3
* ovn-ctl: Ability to upgrade databases.Gurucharan Shetty2015-10-022-40/+43
* ovn-ctl, ovs-ctl: Move common code to ovs-lib.Gurucharan Shetty2015-10-022-10/+12
* ovs-dev.py: add --monitor and optionAndy Zhou2015-09-301-0/+6
* ovs-dev.py: add --user optionAndy Zhou2015-09-301-1/+11
* ovs-dev.py: run operational commands as rootAndy Zhou2015-09-301-2/+14