summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-mirror.c
Commit message (Expand)AuthorAgeFilesLines
* Remove last mentions of 'facet' from comments.Ben Pfaff2018-02-061-6/+5
* ofproto-dpif-mirror: Fix issue of reseting snaplen in mirroringZhenyu Gao2017-04-031-1/+2
* mirror: Allow concurrent lookups.Jarno Rajahalme2017-03-221-24/+50
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* ofproto-dpif-mirror: Add mirror snaplen support.William Tu2016-07-031-1/+8
* ofproto-dpif-mirror: Fix bug that flag "need_revalidate" is never reset.Huanle Han2016-02-051-2/+4
* ofproto-dpif-mirror: Fix insane waste of memory and time in checking VLANs.Ben Pfaff2015-07-271-6/+12
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* mirror: Use 'struct ref_count' for refcounting.Joe Stringer2014-03-111-17/+13
* ofproto-dpif: Get rid of mirror_mask_ffs() function.Ben Pfaff2013-12-181-2/+1
* ofproto-dpif-mirror: Fix memory leak in mbridge_unref().Ben Pfaff2013-09-041-0/+1
* ofproto-dpif: Modularize mirror code.Ethan Jackson2013-07-071-0/+500