summaryrefslogtreecommitdiff
path: root/lib/dpctl.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* dpif-netdev: Add per-pmd flow-table/classifier.Alex Wang2014-12-301-13/+113
* dpctl: Add 'get-flow' command.Joe Stringer2014-12-191-15/+81
* dpctl: Add support for using UFID to add/del flows.Joe Stringer2014-12-151-4/+37
* dpif: Minimize memory copy for revalidation.Joe Stringer2014-12-021-1/+1
* dpif: Index flows using unique identifiers.Joe Stringer2014-12-021-2/+10
* dpctl: Implement 'list-commands' function.Alex Wang2014-10-281-26/+55
* dpctl: add ovs-appctl dpctl/* commands to talk to dpif-netdevDaniele Di Proietto2014-08-041-0/+1422