summaryrefslogtreecommitdiff
path: root/lib/dpctl.c
Commit message (Expand)AuthorAgeFilesLines
* dpctl: Fix dereferencing null pointer in parse_ct_limit_zones().Zhiqi Chen2023-05-111-2/+3
* ovs-dpctl: Add new command dpctl/ct-[sg]et-sweep-interval.Paolo Valerio2023-04-061-0/+61
* dpctl: Fix flush-conntrack with datapath as argument.Ales Musil2023-03-151-3/+9
* dpctl: Add support to count upcall packets.wangchuanlei2023-01-311-0/+4
* ofp, dpif: Allow CT flush based on partial match.Ales Musil2023-01-161-12/+31
* dpctl: Add function to read hardware offload statistics.Gaetan Rivet2022-01-181-0/+36
* dpctl: dpif: Allow viewing and configuring dp cache sizes.Eelco Chaudron2021-11-081-0/+120
* dpctl: dpif: Add kernel datapath cache hit output.Eelco Chaudron2021-11-081-0/+9
* dpctl: Fix dpctl process command parameter error.Mao YingMing2021-01-271-4/+5
* dpctl: Fix broken Windows build due to missing strndup.Ilya Maximets2021-01-061-1/+2
* dpctl: Add add/mod/del-flows command.Eelco Chaudron2021-01-051-20/+175
* dpctl: Add the option 'pmd' for dump-flows.Tonghao Zhang2020-11-101-4/+16
* dpctl: Fix broken flow deletion via ovs-dpctl due to missing ufid.Ilya Maximets2020-10-091-1/+20
* dpctl: Fix memory leak in dpctl_dump_flows()Tonghao Zhang2020-07-211-1/+1
* dpif: Fix dp_extra_info leak by reworking the allocation scheme.Ilya Maximets2020-01-271-1/+0
* dpif-netdev: Modified ovs-appctl dpctl/dump-flows commandEmma Finn2020-01-171-0/+4
* dpctl: Support dump-flows filters "dpdk" and "partially-offloaded".Eli Britstein2020-01-161-3/+25
* dpctl: Fix referencing DPDK in a flow dump.Ilya Maximets2019-12-191-1/+1
* conntrack: Add option to disable TCP sequence checking.Darrell Ball2019-09-251-1/+63
* dpctl: Update docs about dump-flows and HW offloading.Ilya Maximets2019-06-111-0/+7
* 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