summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* manpages: Update documentation for ct_* masks.Joe Stringer2016-04-151-2/+2
* Move lib/ofp-print.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-2/+2
* Move lib/ofp-msgs.h to include/openvswitch directoryBen Warren2016-04-141-10/+10
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-142-2/+2
* Move lib/meta-flow.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* ovs-save: Handle MTU changes correctly.Gurucharan Shetty2016-04-111-2/+2
* checkpatch: Don't enforce char limit on tests.Joe Stringer2016-04-081-1/+17
* ovs-dpctl: Document conntrack "zone" arguments in help output.Justin Pettit2016-03-291-2/+2
* checkpatch: Fix Python style violation.Ben Pfaff2016-03-311-0/+1
* checkpatch.py: A simple script for finding patch issuesAaron Conole2016-03-312-2/+238
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-303-3/+3
* Move ofp-parse.h to include/openvswitch directoryBen Warren2016-03-303-3/+3
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-302-14/+14
* ovs-ctl: Allow selective start for db and switchAaron Conole2016-03-252-14/+64
* ovs-ctl: Store hostname as an external-id.Russell Bryant2016-03-241-0/+2
* 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