summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-upcall.c
Commit message (Expand)AuthorAgeFilesLines
* Embrace anonymous unions.Ben Pfaff2018-05-251-33/+33
* ofproto-dpif-upcall: Only call ovsrcu_postpone() on active actionsEelco Chaudron2018-04-191-2/+7
* ofproto-dpif: Init ukey->dump_seq to zeroJan Scheurich2018-04-041-9/+5
* ofproto-dpif-upcall: fix for segmentation faultAshish Varma2018-03-051-0/+5
* xlate: auto ofproto trace when recursion too deepWilliam Tu2018-03-051-1/+21
* Don't shadow variables.Justin Pettit2018-02-281-28/+22
* Don't shadow global VLOG "rl" definition.Justin Pettit2018-02-281-7/+8
* ofproto-dpif-upcall: Fix using uninitialized fitness.Ilya Maximets2018-02-261-0/+1
* ofproto-dpif-upcall: Slow path flows that datapath can't fully match.Ben Pfaff2018-02-061-3/+13
* ofproto-dpif-upcall: Fix typo in comment.Ben Pfaff2018-01-241-1/+1
* ofproto-dpif-sflow: Recursively examine actions inside clone.Zoltan Balogh2018-01-231-1/+1
* ofproto-dpif: Don't slow-path controller actions with pause.Justin Pettit2018-01-101-7/+24
* ofproto-dpif: Don't slow-path controller actions.Justin Pettit2018-01-101-18/+77
* ofproto: Add 'ofproto_uuid' and 'ofp_in_port' to user action cookie.Justin Pettit2018-01-101-15/+34
* ofproto-dpif: Modify process_upcall() to remove some redundant code.Justin Pettit2018-01-101-28/+17
* ofproto-dpif: Reorganize upcall handling.Justin Pettit2018-01-101-45/+36
* ofproto-dpif: Use a fixed size userspace cookie.Justin Pettit2018-01-101-27/+26
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* ofproto-dpif-upcall: Transition ukey on dp_ops error.Joe Stringer2017-11-021-0/+5
* ofproto-dpif-upcall: Fix null pointer dereference on exit.Ben Pfaff2017-11-021-2/+2
* ofproto-dpif-upcall: Fix key attr iteration.Joe Stringer2017-08-071-1/+1
* ofproto-dpif-upcall: Fix action attr iteration.Joe Stringer2017-08-071-1/+1
* ofproto-dpif: Add boottime support field.Andy Zhou2017-08-031-3/+3
* ofproto-dpif-ipfix: add support for per-flow drop countersPrzemyslaw Szczerbik2017-08-021-23/+72
* dpctl: Add an option to dump only certain kinds of flowsPaul Blakey2017-06-151-1/+2
* userspace: Switching of L3 packets in L2 pipelineJan Scheurich2017-06-021-2/+2
* revalidator: Fix logging of xlate_key() failure.Joe Stringer2017-05-021-2/+2
* revalidator: Revalidate ukeys created from flows.Joe Stringer2017-05-021-1/+1
* ofproto: Meter slowpath action when action upcall meters are configuredAndy Zhou2017-04-281-3/+31
* revalidator: Improve logging for transition_ukey().Joe Stringer2017-04-271-3/+22
* revalidator: Avoid assert in transition_ukey().Joe Stringer2017-04-271-2/+7
* ofproto-dpif-upcall: Fix flow setup/delete race.Joe Stringer2017-03-271-1/+1
* ofproto-dpif: Update handle_action() comment.Justin Pettit2017-03-231-2/+5
* ofp-actions: Add limit to learn action.Daniele Di Proietto2017-03-161-0/+4
* revalidator: Complain for more ukey transitions.Joe Stringer2017-01-111-1/+1
* revalidator: Prevent double-delete of ukey.Joe Stringer2017-01-111-3/+5
* ofproto-dpif: Unhide structure contents.Ben Pfaff2017-01-051-5/+5
* ofproto-dpif-upcall: Remove OVS_UNUSED from upcall_unixctl_set_flow_limit() arg.Justin Pettit2016-12-211-1/+1
* ovs-vswitchd: Avoid segfault for "netdev" datapath.nickcooper-zhangtonghao2016-12-091-3/+3
* ovs-appctl: Add usage content to "upcall/set-flow-limit" command.nickcooper-zhangtonghao2016-12-061-2/+2
* revalidator: Simplify full-revalidation code.Joe Stringer2016-09-281-31/+18
* revalidator: Defer stats push to end of validation.Joe Stringer2016-09-281-20/+42
* revalidator: Reuse xlate_ukey from deletion.Joe Stringer2016-09-281-26/+22
* revalidator: Refactor revalidation early exit.Joe Stringer2016-09-281-58/+78
* revalidator: Refactor ukey->xout translation.Joe Stringer2016-09-281-33/+67
* revalidator: Prepare xcache before xlate_lookup.Joe Stringer2016-09-281-7/+7
* upcall: Don't start new revalidation round too soon after the last one.Jarno Rajahalme2016-09-271-0/+15
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-6/+3
* ofproto: Refactor packet_out handling.Jarno Rajahalme2016-09-141-3/+8
* ofproto-dpif-xlate: Allow translating without side-effects.Jarno Rajahalme2016-09-141-2/+2