ofproto-dpif-xlate: Fix revalidation in execute_controller_action().
[cascardo/ovs.git] / ofproto / ofproto.c
2015-11-30 Ambika Aroraofproto: Implement OF1.4 error code for set-async-config
2015-11-30 Saloni JainImplement Vacancy Events for OFPMP_TABLE_DESC.
2015-11-30 Saloni JainImplement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD.
2015-11-29 Ben Pfaffofproto: Fix inserting buckets at the end of an empty...
2015-11-29 Ben Pfaffofp-actions: Look inside write_actions for output ports...
2015-11-25 Ben Pfaffofproto: Correctly reject duplicate bucket ID for OFPGC...
2015-11-24 Jarno Rajahalmeopenflow: Remove OFPG11_*
2015-11-20 Jarno Rajahalmeofproto: Check actions also for packet outs and traces.
2015-09-16 Ben Pfaffofproto: Reduce log level from WARN to INFO.
2015-09-09 Niti Rohillaofproto: Implement OF1.4 Group & Meter change notificat...
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-07-29 Ben Pfaffofproto: Ignore generation ID for role change to "equal".
2015-07-27 Niti Rohillaofproto: Implement OF1.4 Set/Get asynchronous configura...
2015-07-22 Ben Pfafftreewide: Change doubled ";;" to single ";" in C code.
2015-07-16 Huanle Hanovs-appctl: register unixctl commands in the beginning
2015-07-15 Jarno Rajahalmeflow: Always inline miniflows.
2015-07-06 Jarno Rajahalmeclassifier: Make versioning more explicit.
2015-07-06 Jarno Rajahalmeofproto: Add struct ofproto_flow_mod.
2015-07-03 Ben PfaffImplement OpenFlow 1.4+ OFPMP_TABLE_DESC message.
2015-07-03 Ben PfaffImplement OpenFlow 1.4+ OFPTC_EVICTION.
2015-07-03 Ben Pfaffofproto: Use OF1.4+ "importance" as part of eviction...
2015-07-03 Ben Pfaffofproto: Make 'importance' immutable.
2015-07-02 Ben Pfaffofproto: Hold ofproto_mutex when enabling or disabling...
2015-06-26 Ben Pfaffofproto: Fix use-after-free in bridge destruction with...
2015-06-26 Ben Pfaffofp-actions: Support mixing "conjunction" and "note...
2015-06-25 Jesse Grosstunnel: Geneve TLV handling support for OpenFlow.
2015-06-25 Jesse Grossopenflow: Table maintenance commands for Geneve options.
2015-06-19 Justin PettitMerge remote-tracking branch 'origin/master' into ovn4
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-12 Jarno Rajahalmeofproto: Support port mods in bundles.
2015-06-12 Jarno Rajahalmeofproto: Postpone sending flow removed messages.
2015-06-12 Jarno Rajahalmeclassifier: Simplify versioning.
2015-06-11 Jarno Rajahalmeofproto: Revertible eviction.
2015-06-11 Jarno Rajahalmeofproto: Accurate flow counts.
2015-06-11 Jarno RajahalmeUse classifier versioning.
2015-06-11 Jarno Rajahalmeofproto: Infra for table versioning.
2015-06-10 Jarno Rajahalmeclassifier: Support table versioning
2015-06-10 Jarno Rajahalmeofproto: Rename *_begin functions as *_start.
2015-06-09 Jarno Rajahalmeofproto: Fix memory leak in ofproto_rule_delete().
2015-06-02 Jarno Rajahalmeofproto: Add support for reverting flow mods and bundle...
2015-06-02 Jarno Rajahalmeofproto: Split delete_flow*().
2015-06-02 Jarno Rajahalmeofproto: Split modify_flows().
2015-06-02 Jarno Rajahalmeofproto: Split add_flow().
2015-06-02 Jarno Rajahalmeofproto: Refactor modify_flows__().
2015-06-02 Jarno Rajahalmeofproto: Use enum ofperr for 'error'.
2015-06-02 Jarno Rajahalmeofproto: Factor out ofproto_rule_create().
2015-06-02 Jarno Rajahalmeofproto: Factor out ofproto_rule_insert__().
2015-06-02 Jarno Rajahalmebundles: Validate bundled messages.
2015-06-01 Jarno Rajahalmeclassifier: Add support for invisible flows.
2015-06-01 Jarno Rajahalmeofproto: Eliminate use of unset error code.
2015-05-18 Jarno Rajahalmeofproto: Fix memory leak in flow deletion.
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-04-06 Jarno Rajahalmelib/list: Add LIST_FOR_EACH_POP.
2015-03-24 Simon HormanSupport encoding of NTR selection method
2015-03-24 Simon HormanSupport decoding of NTR selection method
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-04 Dennis Flynnauto-attach: Add auto-attach support to ofproto layer
2015-03-03 Pravin B Shelarofpbuf: Simplify ofpbuf API.
2015-03-03 Pravin B Shelardp-packet: Remove ofpbuf dependency.
2015-02-04 Flavio Leitnermcast-snoop: Add support to control Reports forwarding
2015-01-22 Ben Pfaffofp-errors: Use OFPERR_OFPBRC_IS_SLAVE to reject slave...
2015-01-11 Ben Pfaffclassifier: Add support for conjunctive matches.
2015-01-06 Jarno Rajahalmeminiflow: Use 64-bit data.
2015-01-06 Ben Pfaffofproto: Don't count hidden rules in table stats.
2015-01-02 Ben Pfaffofproto: Omit hidden tables from "next tables".
2014-12-22 Jarno Rajahalmeofproto: Reject slave controllers for bundle messages.
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-15 Thomas Graflib: Expose struct ovs_list definition in <openvswitch...
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
2014-11-15 Jarno Rajahalmeclassifier: Defer pvector publication.
2014-11-15 Jarno Rajahalmeclassifier: Make insert and replace take a const rule...
2014-11-14 Jarno Rajahalmeclassifier: Lockless and robust classifier iteration.
2014-11-13 Simon Hormanofproto: Handle (draft) OpenFlow 1.5 insert and remove...
2014-11-11 Neil McKeesflow: Export LAG, PORTNAME, and OPENFLOWPORT informati...
2014-11-11 Shu Shenofproto: Fix supported group types.
2014-11-10 Rishi BambaAdd support for OpenFlow 1.4+ "importance" values.
2014-10-31 Ben Pfaffclassifier: Change type used for priorities from 'unsig...
2014-10-27 Jarno Rajahalmelib/ofproto: Add comments about races in ofproto_flush().
2014-10-27 Jarno Rajahalmelib/ofproto: Remove obsolete FIXME comment.
2014-10-23 Ben Pfaffofproto: Report support for group stats.
2014-10-07 Ben Pfaffnx-match: Move all knowledge of OXM/NXM here.
2014-10-01 Daniele Di Proiettoofproto: Do not postpone closing the mgmt socket
2014-09-19 Alex Wangdpif-netdev: Allow multi-rx-queue, multi-pmd-thread...
2014-09-18 Ethan Jacksonofproto: Warn about excessive rule counts in OpenFlow...
2014-09-09 Daniele VenturinoRapid Spanning Tree Protocol (IEEE 802.1D).
2014-08-29 Jarno Rajahalmeofproto/ofproto: Use relaxed atomics.
2014-08-11 Ben Pfaffofproto: Implement OpenFlow 1.3+ table features request.
2014-08-11 Ben Pfaffofp-util: Abstract table miss configuration and fix...
2014-08-11 Ben Pfaffofproto: Correctly report table miss configuration...
2014-08-11 Ben Pfaffofp-actions: Add instructions bitmaps and fix related...
2014-08-11 Ben Pfaffofp-actions: Add action bitmap abstraction.
2014-07-22 Ben Pfaffcmap, classifier: Avoid unsafe aliasing in iterators.
2014-07-15 Ben PfaffDrop assignments whose values are never used.
2014-07-15 Ben Pfaffofproto: Avoid theoretical double free of large rule...
2014-07-11 Jarno Rajahalmelib/classifier: Lockless lookups.
2014-07-11 Jarno Rajahalmelib/classifier: RCUify prefix trie code.
2014-07-11 Jarno Rajahalmelib/classifier: Simplify iteration with C99 declaration.
2014-07-07 Jarno Rajahalmeofproto-dpif: Use ovs_refcount_try_ref_rcu().
2014-07-07 Jarno RajahalmeUse ovs_refcount_unref_relaxed.
2014-06-24 Flavio Leitnerofproto: Add functions to configure multicast snooping
next