summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-xlate-cache.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Add refcount to ofproto to fix ofproto use-after-free.Peng He2022-03-071-0/+2
* Add offload packets statisticszhaozhanxu2019-12-061-4/+4
* ofproto-dpif: Don't slow-path controller actions with pause.Justin Pettit2018-01-101-13/+0
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-1/+2
* xcache: Handle null argument for xlate_cache_uninit().Justin Pettit2017-12-211-0/+3
* tunneling: Avoid datapath-recirc by combining recirc actions at xlate.Sugesh Chandran2017-07-191-2/+31
* ofp-actions: Add limit to learn action.Daniele Di Proietto2017-03-161-1/+2
* ofproto-dpif: Unhide structure contents.Ben Pfaff2017-01-051-4/+4
* ofproto: Refactor packet_out handling.Jarno Rajahalme2016-09-141-6/+17
* ofproto-dpif-xlate: Allow translating without side-effects.Jarno Rajahalme2016-09-141-0/+14
* ofproto: Use ofproto_flow_mod for learn execution from xlate cache.Jarno Rajahalme2016-09-141-4/+10
* ofproto-dpif-xlate: Add xlate cache type XC_TABLE.Jarno Rajahalme2016-09-141-0/+10
* ofproto-dpif-xlate: Expose xlate cache.Jarno Rajahalme2016-09-141-0/+239