summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-034-4/+4
* lib: Move lib/rconn.h to include/openvswitchXiao Liang2017-10-311-1/+1
* ovs-save: Replace "echo -n" with "printf"Timothy Redaelli2017-10-271-2/+2
* ovs-save: Use a file to restore flows instead of heredocTimothy Redaelli2017-10-271-6/+7
* ovs-save: Use --bundle to restore flows (on OpenFlow 1.4+)Timothy Redaelli2017-10-271-3/+19
* ovs-ctl: Add delete-transient-ports commandTimothy Redaelli2017-10-272-10/+20
* ovs-save: Handle different 'ip addr show' output.Gurucharan Shetty2017-10-201-0/+8
* checkpatch: Reset line counter.Ilya Maximets2017-10-101-1/+2
* ovs-ctl.in: Call 'hostname -f' after vswitchd starts.Gurucharan Shetty2017-10-061-2/+7
* ofproto-dpif: Mark packets as "untracked" after call to ct().Justin Pettit2017-08-211-4/+6
* checkpatch: Enforce bracing around conditionals.Joe Stringer2017-08-211-0/+6
* checkpatch: Check for trailing operators.Joe Stringer2017-08-091-1/+13
* checkpatch: Fix matching on C filenames.Joe Stringer2017-08-091-4/+4
* checkpatch: Check for infix operator whitespace.Joe Stringer2017-08-091-0/+19
* ovs-vsctl-bashcomp: Make compatible with busybox "awk".Ben Pfaff2017-08-081-1/+1
* ovs-bugtool: Run the 'dmesg' command without condition.Gurucharan Shetty2017-08-071-3/+1
* ovs-bugtool: Collect OVS logs with "--ovs" option.Gurucharan Shetty2017-08-071-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