summaryrefslogtreecommitdiff
path: root/ofproto/connmgr.h
Commit message (Expand)AuthorAgeFilesLines
* ofp-monitor: Support flow monitoring for OpenFlow 1.3, 1.4+.Vasu Dasari2022-04-281-2/+4
* ofp-monitor: Extend Flow Monitoring support for OF 1.0-1.2 with Nicira Extens...Vasu Dasari2022-04-281-1/+2
* Use primary/secondary, not master/slave, as names for OpenFlow roles.Ben Pfaff2020-10-161-2/+2
* vswitchd: Allow user to configure controllers as "primary" or "service".Ben Pfaff2019-02-051-21/+0
* ofproto: Handle multipart requests with multiple parts.Ben Pfaff2019-01-101-1/+1
* connmgr: Improve interface for setting controllers.Ben Pfaff2018-10-311-3/+2
* connmgr: Suppress duplicate port status notifications.Ben Pfaff2018-10-181-1/+3
* ofproto: Allow bundle idle timeout to be configured.Flavio Leitner2018-05-091-0/+2
* ofp-packet: Better abstract packet-in format.Ben Pfaff2018-03-141-2/+3
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-1/+4
* ofp-errors: Send as much of a message as possible in an error reply.Ben Pfaff2018-01-091-2/+2
* ofproto: Don't use connmgr after destruction.Jarno Rajahalme2016-09-131-2/+4
* lib: Retire packet buffering feature.Jarno Rajahalme2016-08-301-3/+0
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/match.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* Move lib/ofp-errors.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* Implement OFPT_TABLE_STATUS Message.Saloni Jain2016-02-241-0/+3
* gcc: Fix compile errors due to anonymous union initilization.William Tu2016-02-221-7/+5
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-191-1/+1
* connmgr: Generalize ofproto_packet_in to ofproto_async_msg.Ben Pfaff2016-01-201-6/+14
* openflow: Better abstract handling of packet-in messages.Ben Pfaff2016-01-201-21/+1
* ofp-util: Define struct ofputil_async_cfg to hold async message config.Ben Pfaff2016-01-201-6/+3
* ofproto: Implement OF1.4 Group & Meter change notification messagesNiti Rohilla2015-09-091-0/+3
* ofproto: Implement OF1.4 Set/Get asynchronous configuration messages.Niti Rohilla2015-07-271-8/+0
* bundles: Manage bundles in connmgr.Jarno Rajahalme2015-06-011-1/+5
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-1/+1
* ofproto: Don't count hidden rules in table stats.Ben Pfaff2015-01-061-1/+3
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-3/+3
* ofproto: Honour out_port of flow monitorsSimon Horman2014-06-231-1/+3
* ofproto: Do straightforward removal of asynchronous flow operations.Ben Pfaff2014-06-121-6/+2
* ofproto: Log flow mod statistics per controller rather than per switch.Ben Pfaff2014-05-051-0/+3
* connmgr: Remove prototype for nonexistent function.Ben Pfaff2014-05-051-2/+0
* Add basic implementation for OpenFlow 1.4 bundlesAlexandru Copot2014-05-021-0/+2
* ofproto: Support OF version-specific table-miss behavioursSimon Horman2014-04-031-0/+1
* ofproto-dpif: Differentiate between different miss types in packet inSimon Horman2014-03-201-5/+20
* ofproto: Send port status message for port-mods, right away.Ben Pfaff2014-02-261-2/+2
* ofproto: Add support for sending OFPTYPE_ROLE_STATUS messages.Alexandru Copot2013-10-291-0/+2
* connmgr: Fix packet-in reason for OpenFlow1.3 table-miss flow entries.YAMAMOTO Takashi2013-10-231-0/+5
* connmgr: Move send_len from ofputil_packet_in to ofproto_packet_in.Ben Pfaff2013-10-221-0/+1
* connmgr: Move controller_id from ofputil_packet_in to ofproto_packet_in.Ben Pfaff2013-10-221-0/+1
* ofproto, ofp-util: Begin disentangling packet-in wire format and handling.Ben Pfaff2013-10-221-4/+8
* connmgr: Formalize 'ofproto_mutex' as protecting ofconn monitor data.Ben Pfaff2013-10-111-6/+11
* ofproto: Add global locking around flow table changes.Ben Pfaff2013-09-121-1/+2
* ofproto: Eliminate 'ofproto_node' member from struct rule.Ben Pfaff2013-09-121-2/+5
* ofproto: implement OFPT_GET_ASYNC_REQUESTAlexandru Copot2013-09-071-0/+3
* connmgr: Remove connmgr_must_output_local().Ethan Jackson2013-06-271-4/+1
* Create specific types for ofp and odp portAlex Wang2013-06-201-3/+3
* ofproto: Make handle_openflow's msg argument const.Jarno Rajahalme2013-06-171-1/+1