summaryrefslogtreecommitdiff
path: root/utilities/ovs-dpctl.c
Commit message (Expand)AuthorAgeFilesLines
* dpctl: dpif: Allow viewing and configuring dp cache sizes.Eelco Chaudron2021-11-081-0/+4
* dpctl: Add add/mod/del-flows command.Eelco Chaudron2021-01-051-3/+7
* tests: Use environment variable for default timeout.Ilya Maximets2018-08-151-3/+4
* utilities: Fix and unify parsing of timeout option.Ilya Maximets2018-08-151-5/+3
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-1/+0
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-1/+2
* dpctl: Support flush conntrack by conntrack 5-tupleYi-Hung Wei2017-12-071-2/+2
* dpctl: Add new 'ct-bkts' command.Antonio Fischetti2017-08-021-0/+1
* 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
* ovs-dpctl: New --names option to use port names in flow dumps.Ben Pfaff2017-06-231-0/+20
* 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