summaryrefslogtreecommitdiff
path: root/ofproto/connmgr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* openflow: Better abstract handling of packet-in messages.Ben Pfaff2016-01-201-120/+19
* fail-open: Drop some of the weirder special cases.Ben Pfaff2016-01-201-3/+0
* ofp-util: Define struct ofputil_async_cfg to hold async message config.Ben Pfaff2016-01-201-105/+29
* ofp-actions: Make composing actions harder to screw up.Ben Pfaff2016-01-041-1/+0
* ofproto: Implement OF1.4 Group & Meter change notification messagesNiti Rohilla2015-09-091-0/+22
* ofproto: Implement OF1.4 Set/Get asynchronous configuration messages.Niti Rohilla2015-07-271-4/+29
* treewide: Change doubled ";;" to single ";" in C code.Ben Pfaff2015-07-221-1/+1
* ofproto: Accurate flow counts.Jarno Rajahalme2015-06-111-1/+1
* ofp-util: Convert flow_metadata to match structure.Jesse Gross2015-06-081-2/+2
* ofproto: Add support for reverting flow mods and bundle commit.Jarno Rajahalme2015-06-011-1/+1
* bundles: Manage bundles in connmgr.Jarno Rajahalme2015-06-011-4/+47
* lib/list: Add LIST_FOR_EACH_POP.Jarno Rajahalme2015-04-061-10/+6
* Use the IANA-assigned ports for OpenFlow and OVSDB.Justin Pettit2015-03-121-2/+1
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-2/+2
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-1/+1
* ofproto: add support of OFPR_ACTION_SET as packet-in reason for OF1.4+Shu Shen2015-02-061-0/+5
* ofproto: Don't count hidden rules in table stats.Ben Pfaff2015-01-061-1/+18
* connmgr: Dealloc 'bundles' in ofconn_destroy().Jarno Rajahalme2014-12-221-0/+1
* lib: Move vconn.h to <openvswitch/vconn.h>Thomas Graf2014-12-151-1/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-10/+10
* ofproto: add support of OFPR_GROUP as packet-in reason for OF1.4+Shu Shen2014-12-111-8/+40
* ofproto: Fix checking of packet_in_mask in async config.Shu Shen2014-11-251-1/+1
* ofp-util: Abstract table miss configuration and fix related bugs.Ben Pfaff2014-08-111-8/+5
* Fix strict aliasing violations with GCC 4.1 and 4.4.Jarno Rajahalme2014-08-051-4/+8
* connmgr: Make call to connmgr_wants_packet_in_on_miss() thread safe.Alex Wang2014-07-291-1/+5
* connmgr: Fix a typo.Alex Wang2014-07-291-1/+1
* connmgr: Only send role status messages to OpenFlow 1.4+ controllers.Ben Pfaff2014-07-281-2/+3
* connmgr: Demote service controllers too in ofconn_set_role().Ben Pfaff2014-07-281-3/+3
* ofproto: Report controller rate limiting statistics in database.Ben Pfaff2014-07-171-1/+26
* Simplify ofproto_controller_info by using a struct smap in place of array.Ben Pfaff2014-07-171-17/+9
* ofproto: Honour out_port of flow monitorsSimon Horman2014-06-231-1/+7