summaryrefslogtreecommitdiff
path: root/lib/dpctl.c
Commit message (Expand)AuthorAgeFilesLines
* dpctl: Drop parser debug information.Ilya Maximets2019-03-181-4/+0
* dpctl: Stop showing the dpctl/help command.Ilya Maximets2019-03-151-0/+4
* treewide: Clean up inclusions of netdev-dpdk header.Ilya Maximets2019-03-141-1/+0
* odp-util: Improve log messages and error reporting for Netlink parsing.Ben Pfaff2019-02-251-11/+20
* Userspace datapath: Add fragmentation handling.Darrell Ball2019-02-141-1/+214
* dpctl: Simplify opt_dpif_open().Darrell Ball2018-12-111-28/+21
* dpctl: Expand the flow dump type filterGavi Teitz2018-09-131-25/+87
* dpctl: Fix memory leak in dp_exists().Yunjian Wang2018-08-271-0/+2
* dpctl: Implement dpctl commands for conntrack per zone limitYi-Hung Wei2018-08-171-0/+169
* dpctl: Export next argument to be parsed in opt_dpif_open().Yi-Hung Wei2018-08-171-14/+23
* dpctl: Make opt_dpif_open() more general.Darrell Ball2018-08-151-5/+39
* dpctl: Simplify dpctl_flush_conntrack.Darrell Ball2018-08-061-42/+16
* Revert "dpctl: Expand the flow dump type filter"Justin Pettit2018-07-251-82/+25
* dpctl: Expand the flow dump type filterGavi Teitz2018-07-251-25/+82
* dpctl: Properly reflect a rule's offloaded to HW stateGavi Teitz2018-06-181-6/+19
* dpctl: Prefer "--more" to indicate verbosity for "ct-stats-show".Justin Pettit2018-06-151-2/+4
* dpctl: Use common code to open dpif with optional name.Justin Pettit2018-06-151-120/+38
* dpctl: Remove tabs from output.Ben Pfaff2018-06-111-17/+17
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-1/+2
* dpctl conntrack: Add get number of connections.Darrell Ball2018-01-091-0/+22
* dpctl conntrack: Add get and set maxconns command.Darrell Ball2018-01-091-0/+72
* 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-16/+60
* ct-dpif,dpif-netlink: Support conntrack flush by ct 5-tupleYi-Hung Wei2017-12-071-1/+1
* dpctl: Fix comment describing get_one_dp().Justin Pettit2017-12-071-2/+2
* netdev, dpif: fix the crash/assert on port deleteAshish Varma2017-11-131-1/+1
* dpctl: manage ret value when dumping CT entries.antonio.fischetti@intel.com2017-11-031-3/+24
* dpctl: Comment functions retrieving the datapath name.antonio.fischetti@intel.com2017-11-031-1/+27
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-3/+3
* dpctl: Add new 'ct-bkts' command.Antonio Fischetti2017-08-021-2/+101
* dpctl: add CT Stats for Connections per protocol.Antonio Fischetti2017-07-111-1/+138
* Fix coding style and some typos.Antonio Fischetti2017-07-111-2/+4
* odp-util: Use port names in output in more places.Ben Pfaff2017-06-231-4/+4
* ovs-dpctl: New --names option to use port names in flow dumps.Ben Pfaff2017-06-231-22/+54
* dpctl: Skip invoking qsort on empty listBhanuprakash Bodireddy2017-06-201-1/+3
* dpctl: Indicate if flow is offloaded when dumping flows of all typesPaul Blakey2017-06-151-3/+8
* dpctl: Add an option to dump only certain kinds of flowsPaul Blakey2017-06-151-8/+36
* dpctl: Add filter arg to dump-flows command infoRoi Dayan2017-06-151-1/+1
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-7/+10
* dpctl: Fix memory leak on error path.Ben Pfaff2017-05-301-1/+2
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-8/+21
* dpctl: Avoid making assumptions on pmd threads.Daniele Di Proietto2017-01-151-94/+13
* dpctl: Fix usage for most dpctl commands.Ben Pfaff2016-12-061-10/+10
* ovs-appctl: Add usage content to "dpctl/*" command.nickcooper-zhangtonghao2016-12-061-2/+6
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-3/+2
* Add read-only option to ovs-dpctl and ovs-ofctl commands.Ryan Moats2016-08-151-20/+27
* meta-flow: Add mf_mask_field_masked().Jarno Rajahalme2016-07-291-2/+2
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* dpctl: Fix shadowed iterator in show_dpif().Justin Pettit2016-07-131-7/+4
* dpctl: Implement dpctl/flow-get for dpif-netdev.Ilya Maximets2016-06-061-2/+1