summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif.h
Commit message (Expand)AuthorAgeFilesLines
* bfd: Allow setting OAM bit when encapsulated in tunnel.Jesse Gross2016-06-291-1/+2
* ofp-actions: Add truncate action.William Tu2016-06-241-0/+3
* ofproto-dpif: Do not count resubmit to later tables against limit.Ben Pfaff2016-05-091-1/+2
* ofproto-dpif: Rename "recurse" to "indentation".Ben Pfaff2016-05-091-1/+1
* Remove "VLAN splinters" feature.Pravin B Shelar2016-04-271-7/+0
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* ofproto-dpif-rid: Use UUID, not pointer, to identify ofprotos for recirc.Ben Pfaff2016-01-201-1/+3
* connmgr: Generalize ofproto_packet_in to ofproto_async_msg.Ben Pfaff2016-01-201-3/+3
* ofproto-dpif: Do not block on uninitialized pause barriers.Zoltan Kiss2015-09-251-0/+2
* tunneling: Track recursion levels across ARP generation.Jesse Gross2015-09-171-0/+4
* ofproto-dpif: Use a regular ref instead of try_ref for rule translation.Ben Pfaff2015-08-031-10/+0
* ofproto-dpif: Remove prototype for unimplemented function.Ben Pfaff2015-07-201-5/+0
* ofproto: Add struct ofproto_flow_mod.Jarno Rajahalme2015-07-061-1/+2
* odp-util: Share fields between odp and dpif_backer.Joe Stringer2015-07-061-10/+5
* classifier: Simplify versioning.Jarno Rajahalme2015-06-121-3/+2
* ofproto: Infra for table versioning.Jarno Rajahalme2015-06-111-1/+4
* ofproto-dpif: Refactor feature support structure.Joe Stringer2015-05-291-0/+25
* ofproto-dpif: Restore metadata and registers on recirculation.Jarno Rajahalme2015-03-261-90/+2
* Implement hash fields select groupSimon Horman2015-03-241-0/+2
* Support translation of NTR selection methodSimon Horman2015-03-241-0/+1
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-3/+3
* recirculation: Map recirc_id to ofproto_dpif.Alex Wang2014-12-221-0/+12
* dpif: Shift ufid support checking up to dpif_backer.Joe Stringer2014-12-191-0/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-1/+1
* recirculation: Do not drop packet when there is no match fromAlex Wang2014-12-121-6/+13
* openvswitch: Userspace tunneling.Pravin B Shelar2014-11-121-0/+1
* Fix misspellings of "OpenFlow".Ben Pfaff2014-11-121-2/+2
* ofproto-dpif: Clean up table lookup code.Jarno Rajahalme2014-11-101-25/+14
* rule_dpif_lookup_from_table: Check frags only once.Jarno Rajahalme2014-11-101-8/+4
* ofproto: Reorganize in preparation for direct dpdk upcalls.Ethan Jackson2014-08-141-1/+2
* ofproto-dpif: Use ovs_refcount_try_ref_rcu().Jarno Rajahalme2014-07-071-0/+9
* ofproto-dpif: Add idle_timeout parameter to ofproto_dpif_add_internal_flow()Simon Horman2014-06-111-0/+1
* ofproto-dpif: Add recirc_id field to struct rule_dpifSimon Horman2014-06-111-0/+2
* ofproto-dpif: Move RECIRC_RULE_PRIORITY to common headerSimon Horman2014-06-111-0/+3
* ofproto-dpif-xlate: Implement RCU locking in ofproto-dpif-xlate.Ryan Wilson2014-05-271-4/+1
* ofproto: per-table statisticsSimon Horman2014-05-221-2/+3
* ofproto: Add support for Openflow group and bucket stats.Ryan Wilson2014-05-211-0/+3
* ofproto: Add reference count for Openflow groups.Ryan Wilson2014-05-211-2/+16
* ofproto-dpif: Install internal rule should not change the match content.Andy Zhou2014-05-161-1/+1
* ofproto-dpif.h: Fix a commentYAMAMOTO Takashi2014-05-131-2/+2
* ofproto-dpif: Add table_is_internal() helperSimon Horman2014-05-021-0/+2
* ofproto: Inline trivial functions.Jarno Rajahalme2014-04-291-5/+48
* ofproto: Inline actions in struct rule_actions.Jarno Rajahalme2014-04-291-1/+1
* ofproto: Make taking rule reference conditional on lookup.Jarno Rajahalme2014-04-241-3/+5
* ofproto: New function ofproto_refresh_rule().Joe Stringer2014-04-181-0/+1
* ofproto/bond: Implement bond megaflow using recirculationAndy Zhou2014-04-071-2/+12
* ofproto: Support OF version-specific table-miss behavioursSimon Horman2014-04-031-0/+8
* recirculation: Some cosmetic fixesYAMAMOTO Takashi2014-03-281-23/+27
* dpif-netdev: user space datapath recirculationAndy Zhou2014-03-251-0/+58
* ofproto-dpif: Added Per backer recirculation ID managementAndy Zhou2014-03-251-0/+3