summaryrefslogtreecommitdiff
path: root/lib/dpctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dpctl: Sort port listing in "show" command.Justin Pettit2016-05-151-0/+34
* Move lib/match.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* Move ofp-parse.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* dpctl: Add new 'flush-conntrack' command.Daniele Di Proietto2015-12-211-0/+30
* dpctl: Add 'conntrack-dump' command.Daniele Di Proietto2015-12-211-0/+51
* odp-util: Return exact mask if netlink mask attribute is missing.Daniele Di Proietto2015-12-101-1/+1
* dpctl: Fix jump through wild pointer in "dpctl/help".Ben Pfaff2015-11-031-15/+12
* odp-util: Pass down flow netlink attributes when translating masks.Jesse Gross2015-06-251-1/+2
* dpctl: Don't print UFID if not present.Joe Stringer2015-05-221-7/+3
* netdev-dpdk: Properly support non pmd threads.Daniele Di Proietto2015-05-221-0/+6
* dpctl: Ignore enumeration errors if there is at least one datapath.Daniele Di Proietto2015-05-071-4/+16
* dpctl: Factor out common code to iterate through all dpifs.Daniele Di Proietto2015-05-071-60/+49
* dpctl: Add OVS_PRINTF_FORMAT annotation to dpctl_* functions.Daniele Di Proietto2015-05-071-2/+7
* dpctl: Fix error handling and reporting regressions.Ben Pfaff2015-04-161-11/+23
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-23/+18
* netdev-dpdk: Allow changing NON_PMD_CORE_ID for testing purpose.Alex Wang2015-02-101-1/+1