summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* tunneling: Enable IPv6 tuneling.Pravin B Shelar2016-03-241-4/+6
* ovs-pki: OS X compatibilityLance Richardson2016-03-221-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-193-3/+3
* Move lib/ofp-errors.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ovs-ofctl: Update manpage for --color option.Quentin Monnet2016-03-181-0/+1
* ovs-ofctl: Declare / set up colors for command output.Quentin Monnet2016-03-181-0/+3
* ovs-ofctl: Add option for color output to dump-flows command.Quentin Monnet2016-03-181-0/+30
* ovs-ctl: Remove code for upgrading from Open vSwitch 1.6 and earlier.Ben Pfaff2016-03-161-6/+2
* ovs-ctl: Remove code for upgrading from Open vSwitch 1.9 and earlier.Ben Pfaff2016-03-162-79/+3
* Document how to match any packet with a VLAN header.Ben Pfaff2016-03-101-1/+4
* ovs-ofctl: Fix command names in documentation.Ben Pfaff2016-03-071-3/+3
* ovs-ofctl.8: commit is required with alg in ct().Russell Bryant2016-03-031-1/+4
* ofp: Add support for bundles extension in OpenFlow 1.3.Jarno Rajahalme2016-02-291-8/+11
* ovs-ofctl.8: Clarify conntrack documentation.Joe Stringer2016-02-231-17/+24
* ovs-bugtool: Create OVN plugin and add output.William Tu2016-02-221-2/+4
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-192-27/+93
* Support userdata in NXT_PACKET_IN2.Ben Pfaff2016-02-191-6/+14
* Implement new packet-in format NXT_PACKET_IN2.Ben Pfaff2016-02-192-47/+72
* ofpbuf: New function ofpbuf_const_initializer().Ben Pfaff2016-02-191-5/+3
* vlog: Add vlog/close command.Ben Pfaff2016-02-101-3/+7
* vlog: Make the most common module reference more direct.Ben Pfaff2016-02-101-1/+1
* 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