summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* python: Trivial fix flake8 errorDaniel Alvarez2018-04-041-1/+1
* ovn-ctl: Support starting clustered OVN dbsNuman Siddique2018-04-041-5/+57
* ovs-ofctl: Add '--no-names' to usage message.Tonghao Zhang2018-04-041-0/+1
* checkpatch: Fix mis-flagging of division operators as lacking whitespace.Ben Pfaff2018-04-031-1/+1
* ovs-lib: Ensure Emacs and vim identify the file type properly.Ben Pfaff2018-04-021-0/+2
* checkpatch: add a comment spell-checkerAaron Conole2018-04-011-3/+105
* checkpatch: filter comment contentsAaron Conole2018-04-011-1/+55
* checkpatch: introduce constants for the parse statesAaron Conole2018-04-011-6/+11
* nlmon: added netns support.Flavio Leitner2018-03-311-1/+9
* netlink: provide network namespace id from a msg.Flavio Leitner2018-03-311-1/+1
* checkpatch: Avoid warnings for /* or */.Ben Pfaff2018-03-311-2/+3
* ctl-option: add --inactivity-probe= option in set targets commandsGuoshuai Li2018-03-311-7/+24
* ofp-flow: Reduce memory consumption for ofputil_flow_mod, using minimatch.Ben Pfaff2018-03-311-32/+49
* Clean up some minor spelling and typos.Justin Pettit2018-03-141-1/+1
* ovs-vsctl: Include bfd_status in "show" output for interfacesMiguel Angel Ajo2018-03-141-1/+2
* python: Enable flake8 checking of ovs-pipegen.py.Russell Bryant2018-03-142-4/+5
* ofp-print: Move much of the printing code into message-specific files.Ben Pfaff2018-03-141-5/+7
* ofp-packet: Better abstract packet-in format.Ben Pfaff2018-03-141-5/+5
* utilities: Make ovs-pipegen.py Python 3 friendlyTimothy Redaelli2018-03-131-3/+3
* ovs-bugtool: Fix ambiguous variable flake8 warningsAlin Gabriel Serdean2018-03-071-6/+6
* ofp-util: Use consistent naming convention.Ben Pfaff2018-02-281-2/+2
* Don't shadow variables.Justin Pettit2018-02-281-12/+12
* Refer to database manpages in *ctl manpagesMark Michelson2018-02-262-51/+7
* ovs-ofctl: Make ofp-print able to read raw data from a file.Ben Pfaff2018-02-161-25/+35
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-133-3/+11
* ovs-vsctl: Add commands "add-bond-iface" and "del-bond-iface".Ben Pfaff2018-02-062-23/+124
* Support accepting and displaying table names in OVS tools.Ben Pfaff2018-02-013-92/+294
* ofp-actions: Make formatting and parsing functions take a struct argument.Ben Pfaff2018-01-311-6/+13
* classifier: Refactor interface for classifier_remove().Ben Pfaff2018-01-311-1/+1
* Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEADBen Pfaff2018-01-271-1/+1
|\
| * vswitchd: show DPDK versionMatteo Croce2018-01-261-1/+1
* | ovs-ofctl: Fix typo in comment.Ben Pfaff2018-01-271-2/+2
* | ovs-ofctl: Add "compose-packet" command for testing flow_compose().Ben Pfaff2018-01-271-0/+72
* | ovs-vsctl, vtep-ctl: Free 'args' string on exit.Ben Pfaff2018-01-261-4/+8
|/
* checkpatch.py: Fix Python style.Ben Pfaff2018-01-261-0/+3
* checkpatch.py: Add check for "xxx" in comments.Justin Pettit2018-01-251-0/+16
* ovs-tcpundump: fix a conversion issueAaron Conole2018-01-121-1/+1
* nsh: add dec_nsh_ttl actionYi Yang2018-01-111-1/+12
* ovs-bugtool: Extend bugtool with query repeat feature.Dávid Patrik Pintér2018-01-102-23/+61
* ovs-bugtool: Enhancement of bugtool plugins.Dávid Patrik Pintér2018-01-109-21/+176
* ovs-bugtool: Refactorize bugtool plugin xml files.Dávid Patrik Pintér2018-01-1012-211/+11
* ovs-bugtool: Bugfix for bugtool plugin queries.Dávid Patrik Pintér2018-01-104-33/+17
* utilities: move some functions from ovs-ctl.in to ovs-lib.inTimothy Redaelli2018-01-082-173/+173
* ovs-ofctl: Better document stack push and pop actions.Ben Pfaff2017-12-241-15/+24
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-1/+2
* ovsdb: Improve documentation.Ben Pfaff2017-12-141-15/+6
* dpctl: Support flush conntrack by conntrack 5-tupleYi-Hung Wei2017-12-071-2/+2
* ovs-tcpdump: handle large interface names on linuxAaron Conole2017-11-131-1/+15
* 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