Implement OFPT_TABLE_STATUS Message.
[cascardo/ovs.git] / ofproto / ofproto.c
2016-02-24 Saloni JainImplement OFPT_TABLE_STATUS Message.
2016-02-20 Ben PfaffImplement serializing the state of packet traversal...
2016-02-20 Ben PfaffImplement new packet-in format NXT_PACKET_IN2.
2016-02-20 Ben Pfaffofpbuf: New function ofpbuf_const_initializer().
2016-02-05 Ben Pfaffovs-vswitchd: Preserve datapath ports across graceful...
2016-02-05 Ilya Maximetsdpif-netdev: Allow different numbers of rx queues for...
2016-02-03 Ben Pfaffofproto: Detect and handle errors in ofproto_port_add().
2016-01-20 Ben Pfaffopenflow: Better abstract handling of packet-in messages.
2016-01-20 Ben Pfaffofp-util: Add function to encode OFPT_SET_ASYNC messages.
2016-01-20 Ben Pfaffofp-util: Fix OF1.4+ version of ofputil_decode_set_asyn...
2016-01-20 Ben Pfaffofp-util: Define struct ofputil_async_cfg to hold async...
2016-01-20 Ben Pfaffopenflow: Implement OF1.4+ OFPMP_QUEUE_DESC multipart...
2016-01-20 Ben Pfaffofproto: Fix memory leak and memory exhaustion bugs...
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
2016-01-07 Ben PfaffBetter abstract OFPT_SET_CONFIG and OFPT_GET_CONFIG_REP...
2016-01-07 Ben Pfaffofproto: Implement OFPT_QUEUE_GET_CONFIG_REQUEST for...
2016-01-04 Ben PfaffUse initializers for struct ofputil_flow_mod instead...
2015-12-23 Zoltán Baloghofproto: Remove flows from all tables upon group deletion.
2015-12-15 Mengke Liugeneve-map-rename: rename geneve-map to tlv-map.
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.
next