summaryrefslogtreecommitdiff
path: root/ofproto/connmgr.c
Commit message (Expand)AuthorAgeFilesLines
* ofp-monitor: Support flow monitoring for OpenFlow 1.3, 1.4+.Vasu Dasari2022-04-281-22/+25
* ofp-monitor: Extend Flow Monitoring support for OF 1.0-1.2 with Nicira Extens...Vasu Dasari2022-04-281-5/+13
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-10/+10
* list: use short version of safe loops if possible.Adrian Moreno2022-03-301-4/+4
* connmgr: Check nullptr inside ofmonitor_report().Yifeng Sun2021-02-231-1/+5
* Use primary/secondary, not master/slave, as names for OpenFlow roles.Ben Pfaff2020-10-161-36/+36
* connmgr: Support changing openflow versions without restarting.Aaron Conole2020-08-171-8/+17
* vswitchd: Make packet-in controller queue size configurableDumitru Ceara2019-09-231-1/+5
* rconn: Increase precision of timers.Ben Pfaff2019-07-051-8/+8
* vswitchd: Allow user to configure controllers as "primary" or "service".Ben Pfaff2019-02-051-17/+12
* connmgr: Make treatment of active and passive connections more uniform.Ben Pfaff2019-02-051-308/+306
* connmgr: Do not send asynchronous messages to rconns lacking protocols.Ben Pfaff2019-01-181-1/+1
* ofproto: Handle multipart requests with multiple parts.Ben Pfaff2019-01-101-5/+30
* ofp-actions: Make all actions a multiple of OFPACT_ALIGNTO bytes.Ben Pfaff2018-11-191-1/+1
* connmgr: Improve interface for setting controllers.Ben Pfaff2018-10-311-30/+21
* connmgr: Modernize coding style.Ben Pfaff2018-10-311-168/+112
* ofp-msgs: Added ONF_ and NXT_REQUESTFORWARD for OF1.0-1.3Zak Whittington2018-10-261-1/+6
* connmgr: Fix vswitchd abort when a port is added and the controller is downNuman Siddique2018-10-231-0/+4
* connmgr: Suppress duplicate port status notifications.Ben Pfaff2018-10-181-10/+28
* ofproto: Allow bundle idle timeout to be configured.Flavio Leitner2018-05-091-5/+19
* ofp-packet: Better abstract packet-in format.Ben Pfaff2018-03-141-4/+4
* Don't shadow global VLOG "rl" definition.Justin Pettit2018-02-281-2/+2
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-1/+1
* ofp-errors: Send as much of a message as possible in an error reply.Ben Pfaff2018-01-091-9/+4
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* lib: Move lib/rconn.h to include/openvswitchXiao Liang2017-10-311-1/+1
* connmgr: Fix violation of flow monitoring protocol description.Ben Pfaff2017-09-281-14/+14
* ofp-util: Avoid C++ keyword 'public' in name of struct member.Ben Pfaff2017-07-311-7/+7
* connmgr: Fix crash when in_band_create() fails.Ben Pfaff2017-07-171-1/+1
* connmgr: Fix internal packet-in reason code mask.Yi-Hung Wei2017-04-241-0/+10
* ofproto: Fix crash on flow monitor request with tun_metadata.Daniele Di Proietto2017-01-041-5/+5
* doc: Populate 'topics' sectionStephen Finucane2016-12-121-1/+1
* ofproto: Remove double reporting from bundles.Jarno Rajahalme2016-09-151-2/+2
* connmgr: Make connmgr_wants_packet_in_on_miss() lock-free.Jarno Rajahalme2016-09-131-26/+47
* ofproto: Add a fixed bundle idle timeout of 10 seconds.Jarno Rajahalme2016-09-131-3/+31
* ofproto: Don't use connmgr after destruction.Jarno Rajahalme2016-09-131-4/+12
* lib: Retire packet buffering feature.Jarno Rajahalme2016-08-301-20/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+2
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-6/+3
* Move lib/ofp-msgs.h to include/openvswitch directoryBen Warren2016-04-141-5/+5
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-7/+7
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* Implement OFPT_TABLE_STATUS Message.Saloni Jain2016-02-241-0/+31
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-191-11/+12
* Support userdata in NXT_PACKET_IN2.Ben Pfaff2016-02-191-0/+1
* Implement new packet-in format NXT_PACKET_IN2.Ben Pfaff2016-02-191-2/+2
* ofp-util: Remove 'const' from struct ofputil_packet_in's 'packet' member.Ben Pfaff2016-02-191-1/+1
* connmgr: Generalize ofproto_packet_in to ofproto_async_msg.Ben Pfaff2016-01-201-11/+19