summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* ovs-ctl: Allow add-remote without vswitchd started.Darrell Ball2018-09-061-9/+7
* utilities: Drop shebang from bash completion scriptMarkos Chandras2018-08-301-1/+0
* ofctl: Fixup compare_flows functionAlin Gabriel Serdean2018-08-081-2/+4
* utilities: Launch ovsdb-tool without using PAMTimothy Redaelli2018-08-061-1/+4
* ovs-ofctl: Better validate OpenFlow message length in "ofp-parse-pcap".Ben Pfaff2018-08-061-1/+2
* ovs-vsctl: Fix segfault when attempting to del-port from parent bridge.Flavio Fernandes2018-05-071-2/+2
* datapath: Prevent panicGreg Rose2018-04-231-0/+2
* ovs-tcpundump: fix a conversion issueAaron Conole2018-01-121-1/+1
* ovs-ctl: Don't remember vport-* kernel modulesGurucharan Shetty2017-11-131-11/+0
* ovs-lib: dont't purge corrupted DBMatteo Croce2017-11-031-1/+1
* ovs-save: Handle different 'ip addr show' output.Gurucharan Shetty2017-10-201-0/+8
* ovs-ctl.in: Call 'hostname -f' after vswitchd starts.Gurucharan Shetty2017-10-061-2/+7
* Revert "ofproto-dpif: Mark packets as "untracked" after call to ct()."Justin Pettit2017-08-311-6/+4
* ofproto-dpif: Mark packets as "untracked" after call to ct().Justin Pettit2017-08-211-4/+6
* ovs-vsctl-bashcomp: Make compatible with busybox "awk".Ben Pfaff2017-08-091-1/+1
* ovs-ofctl: Avoid unnecessary flow replacement in "replace-flows" command.Ben Pfaff2017-08-031-10/+8
* ovs-ctl: Remove a leftover restore_interfaces in restartTimothy Redaelli2017-08-031-3/+0
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-2/+1
* OF support and translation of generic encap and decapJan Scheurich2017-08-021-5/+71
* dpctl: Add new 'ct-bkts' command.Antonio Fischetti2017-08-021-0/+1
* checkpatch: Print commit hashes and names.Ilya Maximets2017-07-261-2/+7
* checkpatch: Allow checking more than one file.Ilya Maximets2017-07-261-5/+10
* checkpatch: Print results while checking HEAD and stdin.Ilya Maximets2017-07-261-8/+25
* checkpatch: Don't allow Gerrit Change-Ids.Ilya Maximets2017-07-261-0/+6
* checkpatch: Suggest ovs_assert() to author.Bhanuprakash Bodireddy2017-07-121-0/+1
* Fix some -Wimplicit-fallthrough warnings building with GCC 7Timothy Redaelli2017-07-111-0/+2
* dpctl: add CT Stats for Connections per protocol.Antonio Fischetti2017-07-111-0/+2
* Fix coding style and some typos.Antonio Fischetti2017-07-111-2/+4
* make logs not readable by otherTimothy Redaelli2017-07-102-3/+4
* checkpatch: Use default encoding from email library.Joe Stringer2017-07-061-2/+2
* ofp-parse: Fix small memory leak when calling parse_ofp_meter_mod_str().Justin Pettit2017-07-051-0/+4
* ovs-ctl: Fix typo in a commentTimothy Redaelli2017-06-291-1/+1
* userspace: Introduce packet_type in OF 1.5 packet-outZoltán Balogh2017-06-271-0/+1
* ovs-dpctl: New --names option to use port names in flow dumps.Ben Pfaff2017-06-232-1/+28
* Use @PYTHON@ directly instead of "#! /usr/bin/env"Timothy Redaelli2017-06-219-9/+9
* checkpatch: Fix skipping of the most recent commit.Ilya Maximets2017-06-151-1/+1
* checkpatch: Support checking recent commits in the current repo.Ben Pfaff2017-06-141-16/+49
* ovs-ofctl: New option "--no-stats" for "ovs-ofctl dump-flows".Ben Pfaff2017-06-142-5/+21
* ovs-ofctl: Avoid read overrun in ofperr_decode_msg().Ben Pfaff2017-06-141-4/+6
* checkpatch: Also allow .at files to have leading tabs.Ben Pfaff2017-06-081-2/+8
* ovs-ofctl: Close pcap file at end of ofctl_ofp_parse_pcap().Ben Pfaff2017-06-011-0/+1
* checkpatch: Also exempt Makefile.am from leading whitespace checks.Ben Pfaff2017-06-011-1/+1
* checkpatch: Fix typo for use as filter.Ben Pfaff2017-06-011-1/+1
* checkpatch: Omit some checks on comment lines.Ben Pfaff2017-06-011-0/+12
* Replace most uses of and references to "ifconfig" by "ip".Ben Pfaff2017-06-013-6/+6
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-313-66/+216
* ofp-parse: Parse pipeline fields in OF1.5 packet-outYi-Hung Wei2017-05-311-0/+5
* ofproto: Add pipeline fields support for OF 1.5 packet-outYi-Hung Wei2017-05-311-8/+9
* ofp-util: Add flow metadata to ofputil_packet_outYi-Hung Wei2017-05-311-1/+3
* checkpatch: Implement -f option more usefully.Ben Pfaff2017-05-311-5/+5