summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ofproto-dpif: Differentiate between different miss types in packet inSimon Horman2014-03-201-0/+1
* ofproto: Honour Table Mod settings for table-miss handlingSimon Horman2014-03-201-5/+17
* Enhance userspace support for MPLS, for up to 3 labels.Ben Pfaff2014-02-041-0/+2
* ofproto-dpif: Add more lock annotations.Ben Pfaff2014-01-161-2/+6
* ofproto-dpif: Translation of indirect and all groupsSimon Horman2013-11-021-0/+10
* connmgr: Fix packet-in reason for OpenFlow1.3 table-miss flow entries.YAMAMOTO Takashi2013-10-231-0/+1
* fail-open: Add function to identify fail-open's flows.Ben Pfaff2013-10-231-1/+1
* ofproto, ofp-util: Begin disentangling packet-in wire format and handling.Ben Pfaff2013-10-221-1/+2
* ofproto-dpif: Make execute_actions() function non-static.Alex Wang2013-10-111-0/+3
* ofproto-dpif: Move send_packet() to ofproto-dpif-xlate module.Alex Wang2013-10-081-0/+1
* ofproto: Add a ref_count to "struct rule" to protect it from being freed.Ben Pfaff2013-09-121-7/+5
* ofproto: Break actions out of rule into new rule_actions structure.Ben Pfaff2013-09-121-3/+1
* ofproto-dpif: Correct indentation of rule_dpif_{release, credit_stats}Simon Horman2013-09-051-3/+3
* ofproto-dpif: Hide struct rule_dpif internally.Ethan Jackson2013-09-041-34/+24
* ofproto-dpif: Fix thread safety annotation on rule_dpif_lookup_in_table().Ben Pfaff2013-08-231-1/+1
* ofproto-dpif: Implement multi-threaded miss handling.Ethan Jackson2013-08-111-0/+29
* ofproto-dpif: Lock rules to prevent eviction.Ethan Jackson2013-08-111-4/+10
* ofproto-dpif: Hide rule_dpif_miss_rule().Ethan Jackson2013-08-081-3/+5
* ofproto-dpif-xlate: Take responsibility for ofproto_receive().Ethan Jackson2013-08-051-0/+4
* ofproto-dpif: Guard rule statistics with a mutex.Ethan Jackson2013-08-051-2/+4
* ofproto-dpif-xlate: Maintain a pointer to struct dpif.Ethan Jackson2013-08-051-8/+0
* ofproto-dpif-xlate: Don't trace on deep resubmit.Ethan Jackson2013-08-031-3/+0
* ofproto-dpif: Handle learn action flow mods asynchronously.Ethan Jackson2013-08-021-1/+1
* ofproto-dpif-xlate: Take control of the qdscp map.Ethan Jackson2013-08-021-2/+0
* ofproto-dpif-xlate: Pull STP xlation into ofproto-dpif-xlate.Ethan Jackson2013-08-021-4/+0