summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-trace.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-trace: add --name option for ofproto/trace.Nobuhiro MIKI2022-09-151-18/+62
* list: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* ofproto-dpif-trace: Improve NAT tracing.Dumitru Ceara2020-06-161-25/+89
* odp-util: Improve log messages and error reporting for Netlink parsing.Ben Pfaff2019-02-251-42/+36
* ofproto-dpif-trace: Fix for the segmentation fault in ofproto_trace().Ashish Varma2019-02-041-1/+1
* ofproto-dpif-trace: Make -generate send packets to controller again.Ben Pfaff2018-08-271-14/+79
* ofp-actions: Split ofpacts_check__() into many functions.Ben Pfaff2018-07-311-10/+10
* ofproto-dpif-trace: Remove tabs from output.Ben Pfaff2018-06-111-1/+1
* ofproto-dpif-xlate: Improve tracing through groups.Ben Pfaff2018-05-171-0/+2
* xlate: auto ofproto trace when recursion too deepWilliam Tu2018-03-051-6/+1
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-1/+0
* ofp-actions: Make formatting and parsing functions take a struct argument.Ben Pfaff2018-01-311-2/+6
* flow: Add some L7 payload data to most L4 protocols that accept it.Ben Pfaff2018-01-271-1/+33
* ofproto-dpif-trace: Generalize syntax for ofproto/trace.Ben Pfaff2018-01-261-97/+97
* ofproto-dpif: Add ability to look up an ofproto by UUID.Justin Pettit2018-01-101-1/+1
* ofproto/trace: Fix memory leak in oftrace_push_ct_state()Yi-Hung Wei2017-11-021-1/+3
* ofproto/trace: Propagate ct_zone in recirculationYi-Hung Wei2017-10-311-1/+3
* flow: Refactor flow_compose() API.Andy Zhou2017-07-271-1/+1
* ofproto/trace: Add --ct-next option to ofproto/traceYi-Hung Wei2017-07-121-15/+115
* ofproto/trace: Add support for tracing conntrack recirculationYi-Hung Wei2017-07-121-14/+77
* odp-util: Use port names in output in more places.Ben Pfaff2017-06-231-1/+1
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-5/+13
* lib: Check match and action prerequisities with 'match'.Jarno Rajahalme2017-03-081-6/+7
* ofproto: Fix thread safety annotation.Jarno Rajahalme2017-03-081-0/+2
* ofproto-dpif: Make ofproto/trace output easier to read.Ben Pfaff2017-01-121-167/+124
* ofproto-dpif: Break trace functionality into a separate source file.Ben Pfaff2017-01-051-0/+555