Implement OFPT_TABLE_STATUS Message.
[cascardo/ovs.git] / ofproto / connmgr.h
2016-02-24 Saloni JainImplement OFPT_TABLE_STATUS Message.
2016-02-22 William Tugcc: Fix compile errors due to anonymous union initiliz...
2016-02-20 Ben PfaffImplement serializing the state of packet traversal...
2016-01-20 Ben Pfaffconnmgr: Generalize ofproto_packet_in to ofproto_async_msg.
2016-01-20 Ben Pfaffopenflow: Better abstract handling of packet-in messages.
2016-01-20 Ben Pfaffofp-util: Define struct ofputil_async_cfg to hold async...
2015-09-09 Niti Rohillaofproto: Implement OF1.4 Group & Meter change notificat...
2015-07-27 Niti Rohillaofproto: Implement OF1.4 Set/Get asynchronous configura...
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-02 Jarno Rajahalmebundles: Manage bundles in connmgr.
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-03 Pravin B Shelardp-packet: Remove ofpbuf dependency.
2015-01-06 Ben Pfaffofproto: Don't count hidden rules in table stats.
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
2014-06-23 Simon Hormanofproto: Honour out_port of flow monitors
2014-06-12 Ben Pfaffofproto: Do straightforward removal of asynchronous...
2014-05-05 Ben Pfaffofproto: Log flow mod statistics per controller rather...
2014-05-05 Ben Pfaffconnmgr: Remove prototype for nonexistent function.
2014-05-02 Alexandru CopotAdd basic implementation for OpenFlow 1.4 bundles
2014-04-03 Simon Hormanofproto: Support OF version-specific table-miss behaviours
2014-03-20 Simon Hormanofproto-dpif: Differentiate between different miss...
2014-02-26 Ben Pfaffofproto: Send port status message for port-mods, right...
2013-10-29 Alexandru Copotofproto: Add support for sending OFPTYPE_ROLE_STATUS...
2013-10-23 YAMAMOTO Takashiconnmgr: Fix packet-in reason for OpenFlow1.3 table...
2013-10-23 Ben Pfaffconnmgr: Move send_len from ofputil_packet_in to ofprot...
2013-10-23 Ben Pfaffconnmgr: Move controller_id from ofputil_packet_in...
2013-10-23 Ben Pfaffofproto, ofp-util: Begin disentangling packet-in wire...
2013-10-11 Ben Pfaffconnmgr: Formalize 'ofproto_mutex' as protecting ofconn...
2013-09-13 Ben Pfaffofproto: Add global locking around flow table changes.
2013-09-13 Ben Pfaffofproto: Eliminate 'ofproto_node' member from struct...
2013-09-07 Alexandru Copotofproto: implement OFPT_GET_ASYNC_REQUEST
2013-06-28 Ethan Jacksonconnmgr: Remove connmgr_must_output_local().
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-06-17 Jarno Rajahalmeofproto: Make handle_openflow's msg argument const.
2013-05-29 Ethan Jacksonofproto: Ditch SLOW_IN_BAND slow path reason.
2013-02-12 Ben Pfaffofp-util: Simplify struct ofputil_role_request.
2013-01-09 Justin Pettitofproto: Fix remaining incorrect users of OVSP_LOCAL.
2012-12-28 Jarno RajahalmeAdd Openflow 1.2 role request/reply processing, update...
2012-11-19 Ben Pfaffconnmgr: Mark ofconn_get_protocol() parameter const.
2012-11-12 Simon Hormanofproto, connmgr: Parameterise OpenFlow versions for...
2012-09-04 Ben PfaffIntroduce sparse flows and masks, to reduce memory...
2012-09-04 Ben Pfaffclassifier: Break cls_rule 'flow' and 'wc' members...
2012-07-12 Ben Pfaffofproto: New feature to notify controllers of flow...
2012-05-22 Ben PfaffAdd support for tracking and logging daemon memory...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-03-15 Ben Pfaffconnmgr: Remove now-unused function connmgr_broadcast().
2012-03-15 Ben Pfaffconnmgr: Drop 'flow' parameter from connmgr_send_packet...
2012-03-07 Ben PfaffAbstract everything that uses ofp_phy_port, add OF1...
2012-03-07 Ben PfaffIntroduce ofputil_protocol, to abstract the protocol...
2012-02-27 Ben PfaffAdd ability to direct "packet-in"s to particular contro...
2012-02-09 Ben Pfaffofproto: Implement OpenFlow extension to allow control...
2012-01-14 Pravin B Shelarofproto: New action TTL decrement.
2012-01-12 Ben PfaffBetter abstract OpenFlow error codes.
2012-01-10 Ethan Jacksonopenflow: New Nicira Extended PACKET_IN format.
2012-01-10 Ethan Jacksonofproto: Always clone packets in PACKET_IN message.
2011-09-30 Ben PfaffRemove a pair of unnecessary dependencies on datapath...
2011-08-15 Ben Pfaffconnmgr: Remove unused function ofconn_n_pending_opgrou...
2011-07-01 Andrew Evansconnmgr: Free controller info in the same module where...
2011-06-14 Ben Pfaffofproto: Implement asynchronous OFPT_FLOW_MOD commands.
2011-06-14 Ben Pfaffconnmgr: New function ofconn_send_error().
2011-06-14 Ben Pfaffopenflow: Make stats replies more like other OpenFlow...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-12 Ben PfaffImplement basic multiple table support.
2011-05-11 Ben Pfaffofproto: Eliminate reference to dpif_upcall from ofproto.
2011-03-31 Ben Pfaffofproto: Change string sets in interface from svec...
2011-03-29 Ben Pfaffofproto: Factor OpenFlow connection management into...