summaryrefslogtreecommitdiff
path: root/utilities/ovs-dpctl.c
Commit message (Expand)AuthorAgeFilesLines
* Add read-only option to ovs-dpctl and ovs-ofctl commands.Ryan Moats2016-08-151-0/+7
* ovs-dpctl: Document conntrack "zone" arguments in help output.Justin Pettit2016-03-291-2/+2
* Move ofp-parse.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* 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
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-161-2/+2
* dpctl: Add 'get-flow' command.Joe Stringer2014-12-191-0/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-1/+1
* dpctl: Implement 'list-commands' function.Alex Wang2014-10-281-0/+1
* command-line: Add function to print all options.Alex Wang2014-10-281-1/+5
* compiler: Define NO_RETURN for MSVC.Gurucharan Shetty2014-09-151-1/+1
* dpctl: add ovs-appctl dpctl/* commands to talk to dpif-netdevDaniele Di Proietto2014-08-041-1077/+24
* dpif: Refactor flow dumping interface to make better sense for batching.Ben Pfaff2014-05-201-32/+25
* vswitchd: Add error column to Interface table to store error conditionThomas Graf2014-05-191-2/+2
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-11/+12
* dpif: Don't synchronize flow_dump_next() status.Joe Stringer2014-02-271-7/+15
* dpif: Make dpif_flow_dump_next() thread-safe.Joe Stringer2014-02-271-3/+6
* fatal-signal: SIGPIPE for Windows.Gurucharan Shetty2014-02-261-1/+2
* Enhance userspace support for MPLS, for up to 3 labels.Ben Pfaff2014-02-041-3/+3
* dpif-linux: fix the size of n_masksFrancesco Fusco2013-12-171-2/+2
* netdev: Log a warning when netdev_set_config() fails.Ben Pfaff2013-12-111-2/+0
* Switch from sscanf() to ovs_scan() throughout the tree.Ben Pfaff2013-11-151-2/+1
* dpif-linux: collect and display mega flow mask statsAndy Zhou2013-10-221-0/+8
* ovs-dpctl: Add a 'filter' option to match wildcarded 'dump-flows'.Gurucharan Shetty2013-10-171-2/+45
* ovs-dpctl, ofproto/trace: Show and handle the in_port name in flows.Gurucharan Shetty2013-10-011-15/+47
* Remove unused variables and functions.Jarno Rajahalme2013-09-271-2/+0
* Remove mpls_depth field from flowSimon Horman2013-09-271-1/+1
* ovs-dpctl: Update usage where datapath name is optional.Gurucharan Shetty2013-09-241-6/+8
* ovs-dpctl: Parse the arguments correctly for del-flow.Gurucharan Shetty2013-09-241-1/+1
* ovs-dpctl: Add a missing simap_destroy()Gurucharan Shetty2013-09-241-0/+1
* ovs-dpctl: Remove stale comment.Gurucharan Shetty2013-09-241-4/+1
* odp-util: add verbose mode for displaying dp flow.Andy Zhou2013-08-031-2/+4
* clang: Fix the alignment warning.Alex Wang2013-07-231-1/+2
* Avoid designated initializers and static decls of arrays of unknown size.Linda Sun2013-07-191-2/+7
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-4/+4
* Create specific types for ofp and odp portAlex Wang2013-06-201-7/+7
* ovs-dpctl: Add mega flow supportAndy Zhou2013-06-201-6/+19
* netdev: Factor restoring flags into new "struct netdev_saved_flags".Ben Pfaff2013-05-101-2/+2
* Make most "struct option" instances "const".Ben Pfaff2013-05-031-1/+1
* ovs-dpctl: New add-flow, mod-flow, del-flow commands.Ben Pfaff2013-03-151-4/+124
* User-Space MPLS actions and matchesSimon Horman2013-02-051-5/+13
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-3/+2
* ovs-dpctl: Describe -s option in usage message.Ben Pfaff2012-11-291-1/+3
* ovs-dpctl: Make specifying datapath optional for some commands.Justin Pettit2012-11-011-6/+49
* Always treat datapath ports as 32 bits.Justin Pettit2012-11-011-3/+3
* ovs-dpctl: Allow requesting the port number from "add-if" command.Justin Pettit2012-07-301-1/+13
* Rename static functions to increase uniqueness.Arun Sharma2012-07-091-26/+26
* lib: New data structure - smap.Ethan Jackson2012-06-141-16/+17
* simap: New data structure for string-to-integer maps.Ben Pfaff2012-05-221-4/+5