summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Add protected property to bundleBen Kelly2016-11-221-1/+10
* ofproto-dpif: Log warning when ct action or its variants are not supported.Ben Pfaff2016-11-011-0/+14
* Add OpenFlow command to flush conntrack table entries.Justin Pettit2016-09-231-0/+10
* ofproto: Do not signal revalidation for group mods twice.Jarno Rajahalme2016-09-201-9/+1
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-15/+45
* xlate: Use dp_hash for select groups.Jarno Rajahalme2016-09-161-4/+7
* ofproto: Support packet_outs in bundles.Jarno Rajahalme2016-09-141-0/+23
* ofproto: Refactor packet_out handling.Jarno Rajahalme2016-09-141-22/+190
* ofproto: Use ofproto_flow_mod for learn execution from xlate cache.Jarno Rajahalme2016-09-141-7/+10
* ofproto-dpif-xlate: Add xlate cache type XC_TABLE.Jarno Rajahalme2016-09-141-1/+34
* connmgr: Make connmgr_wants_packet_in_on_miss() lock-free.Jarno Rajahalme2016-09-131-12/+0
* lib: Retire packet buffering feature.Jarno Rajahalme2016-08-301-19/+2
* ofproto: Add 'modify_cookie' to ofproto_flow_mod.Jarno Rajahalme2016-07-291-18/+9
* ofp-util: remove flow mod's delete_reason.Jarno Rajahalme2016-07-291-1/+0
* ofproto-dpif: Always forward 'used' from the old_rule.Jarno Rajahalme2016-07-291-7/+31
* ofproto: Make groups versioned.Jarno Rajahalme2016-07-291-2/+2
* ofproto: refactor group mods.Jarno Rajahalme2016-07-291-3/+1
* ofproto: Take group references only when needed.Jarno Rajahalme2016-07-291-2/+4
* ofproto: Lockless group lookups.Jarno Rajahalme2016-07-291-17/+10
* lib: Separate versioning to its own module.Jarno Rajahalme2016-07-291-7/+7
* bridge: Pass interface's configuration to datapath.Ilya Maximets2016-07-271-0/+15
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-0/+1
* ofproto-dpif-mirror: Add mirror snaplen support.William Tu2016-07-031-1/+2
* bfd: Allow setting OAM bit when encapsulated in tunnel.Jesse Gross2016-06-291-7/+9
* ofp-actions: Add truncate action.William Tu2016-06-241-0/+79
* ofproto: Set to revalidate when a new version is available.Jarno Rajahalme2016-06-211-21/+2
* ipfix: Add support for exporting ipfix statistics.Benli Ye2016-06-141-0/+16
* ofproto-dpif: Cache result of time_msec() for rule_expire().Daniele Di Proietto2016-06-021-4/+4
* ofproto-dpif: Call dpif_poll_threads_set() before dpif_run().Daniele Di Proietto2016-05-231-2/+2
* hmap: Use struct for hmap_at_position().Daniele Di Proietto2016-05-231-5/+3
* dpif: Pass flow parameter to dpif_execute().Daniele Di Proietto2016-05-201-0/+10
* ofproto-dpif: Restore packet metadata when a continuation is resumed.Numan Siddique2016-05-101-6/+18
* util: Pass 128-bit arguments directly instead of using pointers.Justin Pettit2016-05-081-1/+1
* cmap: New macro CMAP_INITIALIZER, for initializing an empty cmap.Ben Pfaff2016-05-091-2/+0
* ofproto-dpif: Do not count resubmit to later tables against limit.Ben Pfaff2016-05-091-2/+3
* ofproto-dpif: Rename "recurse" to "indentation".Ben Pfaff2016-05-091-21/+22
* Remove "VLAN splinters" feature.Pravin B Shelar2016-04-271-278/+0
* Move lib/ofp-print.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-13/+11
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/meta-flow.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* ofp-actions: Make ofpact_finish() harder to misuse.Ben Pfaff2016-04-131-1/+1
* ovs-vswitchd: Call flow_extract() for resumed packet in nxt_resume().Numan Siddique2016-03-311-0/+3
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* Move ofp-parse.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-14/+14
* ofp-actions: Fix use-after-free with ofpact_finish().Joe Stringer2016-03-301-1/+1
* ofproto/trace: Fix "unchanged" output for Final flowYAMAMOTO Takashi2016-03-241-0/+1
* ofproto-dpif: rename wait() to avoid collision with system wait(2)Lance Richardson2016-03-221-2/+2
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1