summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif.c
Commit message (Expand)AuthorAgeFilesLines
* Initial check-in of kernel-based elephant flow detection.elephantJustin Pettit2014-07-251-0/+41
* stp: Add more logging points for debug.Alex Wang2014-07-221-0/+1
* cmap, classifier: Avoid unsafe aliasing in iterators.Ben Pfaff2014-07-211-2/+2
* lib/classifier: Lockless lookups.Jarno Rajahalme2014-07-111-2/+0
* lib/classifier: Simplify iteration with C99 declaration.Jarno Rajahalme2014-07-111-6/+1
* ofproto-dpif: Use ovs_refcount_try_ref_rcu().Jarno Rajahalme2014-07-071-19/+21
* udpif: Add command to wait for revalidation.Joe Stringer2014-06-301-0/+1
* ofproto-dpif: Add mcast snooping db show and flush cmdsFlavio Leitner2014-06-241-0/+89
* ofproto: Add functions to configure multicast snoopingFlavio Leitner2014-06-241-0/+52
* ofproto-dpif: Introduce multicast snooping handlerFlavio Leitner2014-06-241-1/+16
* ofproto: Add separate functions for checking bfd/cfm status change.Alex Wang2014-06-131-13/+20
* cfm: Extracts the cfm status in one function.Alex Wang2014-06-131-6/+2
* ofproto: Do straightforward removal of asynchronous flow operations.Ben Pfaff2014-06-121-4/+2
* ofproto: Only initiate flow table modifications if they will succeed.Ben Pfaff2014-06-121-0/+1
* ofproto-dpif: Add idle_timeout parameter to ofproto_dpif_add_internal_flow()Simon Horman2014-06-111-4/+6
* ofproto-dpif: Add recirc_id field to struct rule_dpifSimon Horman2014-06-111-0/+47
* ofproto-dpif: Remove unused struct dpif_completion.Ben Pfaff2014-06-061-5/+0
* ofproto-dpif: Fix uninitialized data in ofproto_dpif_execute_actions().Ben Pfaff2014-06-051-7/+7
* ofproto: Remove ofproto_refresh_rule().Joe Stringer2014-06-041-12/+0
* ofproto-dpif-xlate: Implement RCU locking in ofproto-dpif-xlate.Ryan Wilson2014-05-271-8/+8
* ofproto-dpif: remove a redundant assignmentAndy Zhou2014-05-221-1/+0
* ofproto: per-table statisticsSimon Horman2014-05-221-19/+20
* ofproto: Add support for Openflow group and bucket stats.Ryan Wilson2014-05-211-20/+42
* ofproto: Add reference count for Openflow groups.Ryan Wilson2014-05-211-18/+5
* dpif: Refactor flow dumping interface to make better sense for batching.Ben Pfaff2014-05-201-26/+17
* dpif: Comestic indentation fixesFlavio Leitner2014-05-191-6/+6
* odp-util: Always serialise recirculation in upcall key.Joe Stringer2014-05-191-2/+2
* ofproto-dpif: Install internal rule should not change the match content.Andy Zhou2014-05-161-3/+3
* ofproto-dpif: Whitespace fixesYAMAMOTO Takashi2014-05-131-4/+4
* ofproto-dpif: Add table_is_internal() helperSimon Horman2014-05-021-0/+7
* ofproto-dpif: Correct check_recirc commentSimon Horman2014-05-011-3/+3
* ofproto-dpif: Close race between processing packet_ins and checking seqno.Ben Pfaff2014-04-301-6/+6
* ofproto: Inline trivial functions.Jarno Rajahalme2014-04-291-46/+3
* ofproto: Inline actions in struct rule_actions.Jarno Rajahalme2014-04-291-2/+2
* ofproto-dpif: restore bond rebalance for non-recirc bondAndy Zhou2014-04-281-9/+3
* ofproto-dpif: Use sequence number to wake up main thread forAlex Wang2014-04-271-0/+17
* bfd/cfm: Check status change before update status to database.Alex Wang2014-04-241-11/+26
* ofproto: Make taking rule reference conditional on lookup.Jarno Rajahalme2014-04-241-17/+41
* ofproto-dpif: Improve code clarity and comments on recirc changes to rule_dpi...Andy Zhou2014-04-231-7/+14
* odp-util: Always generate key/mask pair in netlink for recirc_idAndy Zhou2014-04-201-2/+2
* ofproto-dpif: Rule lookup starts from table zero for non-recirc datapathAndy Zhou2014-04-201-21/+24
* ofproto: New function ofproto_refresh_rule().Joe Stringer2014-04-181-0/+12
* ofproto-dpif: Correct typo in documentation of rule_dpif_lookup()Simon Horman2014-04-141-1/+1
* ofproto-dpif: Correct documentation of rule_dpif_lookup_from_table()Simon Horman2014-04-141-0/+1
* Tests: Fix ofproto/trace and expose megaflows when having a set action.Jarno Rajahalme2014-04-091-3/+7
* ofproto/ofproto-dpif: Use ofpbuf API to access 'data' and 'size'.Jarno Rajahalme2014-04-081-4/+6
* ofproto/bond: Implement bond megaflow using recirculationAndy Zhou2014-04-071-55/+221
* ofproto: Support OF version-specific table-miss behavioursSimon Horman2014-04-031-10/+34
* ofpbuf: Abstract 'l2' pointer and document usage conventions.Jarno Rajahalme2014-04-031-7/+7
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-20/+23