summaryrefslogtreecommitdiff
path: root/ofproto/ofproto.c
Commit message (Expand)AuthorAgeFilesLines
* mcast-snoop: Add support to control Reports forwardingFlavio Leitner2015-02-041-4/+4
* ofp-errors: Use OFPERR_OFPBRC_IS_SLAVE to reject slave controllers.Ben Pfaff2015-01-221-1/+1
* classifier: Add support for conjunctive matches.Ben Pfaff2015-01-111-1/+89
* miniflow: Use 64-bit data.Jarno Rajahalme2015-01-061-1/+1
* ofproto: Don't count hidden rules in table stats.Ben Pfaff2015-01-061-1/+5
* ofproto: Omit hidden tables from "next tables".Ben Pfaff2015-01-021-4/+9
* ofproto: Reject slave controllers for bundle messages.Jarno Rajahalme2014-12-221-0/+10
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* lib: Expose struct ovs_list definition in <openvswitch/list.h>Thomas Graf2014-12-151-2/+2
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-28/+28
* classifier: Defer pvector publication.Jarno Rajahalme2014-11-141-46/+62
* classifier: Make insert and replace take a const rule, too.Jarno Rajahalme2014-11-141-2/+2
* classifier: Lockless and robust classifier iteration.Jarno Rajahalme2014-11-141-1/+1
* ofproto: Handle (draft) OpenFlow 1.5 insert and remove group commands.Simon Horman2014-11-131-1/+114
* sflow: Export LAG, PORTNAME, and OPENFLOWPORT information also.Neil McKee2014-11-111-0/+15
* ofproto: Fix supported group types.Shu Shen2014-11-101-0/+1
* Add support for OpenFlow 1.4+ "importance" values.Rishi Bamba2014-11-101-1/+6
* classifier: Change type used for priorities from 'unsigned int' to 'int'.Ben Pfaff2014-10-301-7/+6
* lib/ofproto: Add comments about races in ofproto_flush().Jarno Rajahalme2014-10-271-0/+10
* lib/ofproto: Remove obsolete FIXME comment.Jarno Rajahalme2014-10-271-2/+0
* ofproto: Report support for group stats.Ben Pfaff2014-10-231-1/+2
* nx-match: Move all knowledge of OXM/NXM here.Ben Pfaff2014-10-071-17/+3
* ofproto: Do not postpone closing the mgmt socketDaniele Di Proietto2014-10-011-2/+7
* dpif-netdev: Allow multi-rx-queue, multi-pmd-thread configuration.Alex Wang2014-09-191-0/+16
* ofproto: Warn about excessive rule counts in OpenFlow tables.Ethan Jackson2014-09-171-0/+8
* Rapid Spanning Tree Protocol (IEEE 802.1D).Daniele Venturino2014-09-091-0/+84
* ofproto/ofproto: Use relaxed atomics.Jarno Rajahalme2014-08-291-5/+7
* ofproto: Implement OpenFlow 1.3+ table features request.Ben Pfaff2014-08-111-1/+34
* ofp-util: Abstract table miss configuration and fix related bugs.Ben Pfaff2014-08-111-82/+134
* ofproto: Correctly report table miss configuration in table stats.Ben Pfaff2014-08-111-1/+4
* ofp-actions: Add instructions bitmaps and fix related bug.Ben Pfaff2014-08-111-1/+1
* ofp-actions: Add action bitmap abstraction.Ben Pfaff2014-08-111-48/+37
* cmap, classifier: Avoid unsafe aliasing in iterators.Ben Pfaff2014-07-211-2/+2
* Drop assignments whose values are never used.Ben Pfaff2014-07-151-1/+0
* ofproto: Avoid theoretical double free of large rule collections.Ben Pfaff2014-07-151-0/+3
* lib/classifier: Lockless lookups.Jarno Rajahalme2014-07-111-31/+2
* lib/classifier: RCUify prefix trie code.Jarno Rajahalme2014-07-111-2/+4
* lib/classifier: Simplify iteration with C99 declaration.Jarno Rajahalme2014-07-111-35/+7
* ofproto-dpif: Use ovs_refcount_try_ref_rcu().Jarno Rajahalme2014-07-071-0/+9
* Use ovs_refcount_unref_relaxed.Jarno Rajahalme2014-07-071-1/+1
* ofproto: Add functions to configure multicast snoopingFlavio Leitner2014-06-241-0/+27
* ofproto: Break out monitor deletion codeSimon Horman2014-06-231-8/+19
* ofproto: Honour out_port of flow monitorsSimon Horman2014-06-231-5/+7
* ofproto: Add separate functions for checking bfd/cfm status change.Alex Wang2014-06-131-5/+27
* cfm: Extracts the cfm status in one function.Alex Wang2014-06-131-1/+1
* ofp-errors: Add OFPET_FLOW_MONITOR_FAILEDSimon Horman2014-06-131-1/+1
* ofproto: Initialise return value of modify_flows__Simon Horman2014-06-131-4/+4
* Implement learned flow deletion.Ben Pfaff2014-06-121-0/+171
* ofproto: Reduce duplication in deletion logic.Ben Pfaff2014-06-121-34/+27
* ofproto: Shrink struct rule_actions slightly.Ben Pfaff2014-06-121-9/+5