connmgr: Remove connmgr_must_output_local().
[sliver-openvswitch.git] / ofproto / connmgr.c
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-03-12 Ben Pfaffconnmgr: Fix memory leak in ofconn monitor table.
2013-02-12 Ben PfaffMake OpenFlow 1.2+ role replies return the generation ID.
2013-02-12 Ben Pfaffofp-util: Simplify struct ofputil_role_request.
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2013-01-09 Justin Pettitofproto: Fix remaining incorrect users of OVSP_LOCAL.
2013-01-09 Ben Pfaffconnmgr: Fix memory leak destroying ofmonitor.
2013-01-04 Ben Pfaffvconn: Fix parameters for vconn_open(), vconn_open_bloc...
2012-12-28 Jarno RajahalmeAdd Openflow 1.2 role request/reply processing, update...
2012-12-04 Ben Pfaffofp-errors: Make every error encodable.
2012-12-03 Simon Hormanconnmgr: Reinitialise controllers if protocols changes
2012-11-19 Ben Pfaffconnmgr: Use version of underlying rconn
2012-11-19 Ben Pfaffconnmgr: Mark ofconn_get_protocol() parameter const.
2012-11-16 Ben Pfaffofp-util: Rename OFPUTIL_P_* constants and update comme...
2012-11-12 Simon Hormanofproto, connmgr: Parameterise OpenFlow versions for...
2012-11-12 Simon Hormanrconn: Add allowed OpenFlow versions
2012-11-05 Simon Hormanconnmgr: Parameterize ofservice_create() over allowed...
2012-11-05 Simon Hormanvconn: Replace minimum version with bitmap of allowed...
2012-09-20 Anupam Chandaofproto: Fix uninitialized field in ofputil_flow_update.
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-08-08 Simon Hormanofp-util: Allow encoding of Open Flow 1.2 Packet In...
2012-08-03 Ben Pfaffutil: New macro CONST_CAST.
2012-07-31 Ben Pfaffofp-msgs: New approach to encoding and decoding OpenFlo...
2012-07-12 Ben Pfaffofproto: New feature to notify controllers of flow...
2012-07-12 Ben Pfaffrconn: Add byte counting feature to rconn_packet_counter.
2012-07-04 Ben Pfaffofp-actions: Add decoding and encoding OF1.1 instructio...
2012-07-04 Ben PfaffIntroduce ofpacts, an abstraction of OpenFlow actions.
2012-06-21 Mehak MahajanReapplying the dscp changes: No need to restart DB...
2012-06-20 Ben PfaffRevert DSCP update changes.
2012-06-09 Mehak MahajanNo need to restart DB / OVS on changing dscp value.
2012-05-22 Ben PfaffAdd support for tracking and logging daemon memory...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-30 Ben Pfaffconnmgr: Log when controllers are added and removed.
2012-04-26 Ethan Jacksonrconn: Simplify rconn_send() semantics.
2012-04-17 Ethan Jacksonsocket-util: Remove DSCP_INVALID.
2012-03-24 Mehak MahajanAllow configuring DSCP on controller and manager connec...
2012-03-15 Ben Pfaffconnmgr: Remove now-unused function connmgr_broadcast().
2012-03-15 Ben Pfaffofproto: connmgr_send_packet_in() doesn't need buffer_i...
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 Pfaffopenflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.
2012-03-07 Ben PfaffBegin breaking openflow-1.0.h into common and version...
2012-03-07 Ben PfaffIntroduce ofputil_protocol, to abstract the protocol...
2012-03-02 Ben Pfaffconnmgr: Make "enable-async-messages" work for primary...
2012-02-27 Ben PfaffAdd ability to direct "packet-in"s to particular contro...
2012-02-09 Ben Pfaffvswitchd: Add "enable-async-messages" setting for contr...
2012-02-09 Ben Pfaffofproto: Implement OpenFlow extension to allow control...
2012-02-09 Ben Pfaffconnmgr: Do not persist OpenFlow settings from one...
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 Jacksonofp-util: Don't use ofpbuf in ofputil_packet_in struct.
2012-01-10 Ethan Jacksonofproto: Always clone packets in PACKET_IN message.
2012-01-10 Ethan Jacksonpktbuf: Directly use pointers in pktbuf_save().
2011-12-21 Ansis Attekavswitchd: fix "implicit declaration of function" build...
2011-12-20 Ansis Attekavswitchd: In-band rules for Controller are missing...
2011-11-02 Ben Pfaffofproto: Consistently log OpenFlow error replies.
2011-08-15 Ben Pfaffconnmgr: Remove unused function ofconn_n_pending_opgrou...
2011-08-04 Ben Pfaffin-band: Delete remaining rules when disabling in-band...
2011-08-04 Ben Pfaffconnmgr: Drop 'next_in_band_update' timer.
2011-07-01 Justin Pettitofproto: Rename "private.h" to "ofproto->provider.h".
2011-07-01 Andrew Evansconnmgr: Free controller info in the same module where...
2011-07-01 Andrew Evansbridge: Update controller connection status correctly.
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-16 Ben Pfaffofproto: Maintain ofp_phy_port for each ofport in netwo...
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-05-11 Ben Pfaffofproto: Break apart into generic and hardware-specific...
2011-05-04 Ben Pfaffofproto: Move private definitions to separate header.
2011-05-04 Ben Pfaffofproto: Maintain ofp_phy_port for each ofport in netwo...
2011-04-27 Ethan Jacksonconnmgr: Remove unused variable.
2011-04-26 Ben Pfaffbridge: Move logic for flushing flows and standalone...
2011-03-31 Ben Pfaffofproto: Change string sets in interface from svec...
2011-03-31 Ben Pfaffconnmgr: Fix wild pointer dereference in connmgr_broadc...
2011-03-29 Ben Pfaffofproto: Factor OpenFlow connection management into...