summaryrefslogtreecommitdiff
path: root/ofproto/connmgr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ofproto: Honour NXFMF_OWN flag of flow monitorsSimon Horman2014-06-131-1/+2
* ofp-errors: Add OFPET_FLOW_MONITOR_FAILEDSimon Horman2014-06-131-1/+1
* ofproto: Additional simplifications.Ben Pfaff2014-06-121-0/+4
* ofproto: Do straightforward removal of asynchronous flow operations.Ben Pfaff2014-06-121-109/+29
* ofproto: Log flow mod statistics per controller rather than per switch.Ben Pfaff2014-05-051-0/+98
* Add basic implementation for OpenFlow 1.4 bundlesAlexandru Copot2014-05-021-0/+16
* ofproto: Inline actions in struct rule_actions.Jarno Rajahalme2014-04-291-1/+1
* ofproto: Support OF version-specific table-miss behavioursSimon Horman2014-04-031-1/+61
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-1/+2
* ofproto-dpif: Differentiate between different miss types in packet inSimon Horman2014-03-201-1/+2
* ofproto: Use RCU to protect rule_actions.Ben Pfaff2014-03-181-2/+3
* ofproto: Send port status message for port-mods, right away.Ben Pfaff2014-02-261-2/+28
* Add IPv6 support for OpenFlow, OVSDB, NetFlow, and sFlow.Arun Sharma2014-02-061-10/+6
* ofproto: Add more thread safety annotations.Ben Pfaff2014-01-101-1/+2
* connmgr: Log when a packet-in is dropped due to queue overflow.Ben Pfaff2013-12-301-2/+7
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-1/+1
* connmgr: Fix attempt to take mutex recursively when exiting fail-open.Ben Pfaff2013-12-161-1/+2
* ofproto: Add support for sending OFPTYPE_ROLE_STATUS messages.Alexandru Copot2013-10-291-1/+17
* connmgr: Fix an abort.YAMAMOTO Takashi2013-10-231-2/+2
* pinsched: Eliminate function callback in interface.Ben Pfaff2013-10-231-11/+17
* connmgr: Fix packet-in reason for OpenFlow1.3 table-miss flow entries.YAMAMOTO Takashi2013-10-231-4/+28
* connmgr: Move send_len from ofputil_packet_in to ofproto_packet_in.Ben Pfaff2013-10-221-5/+4
* connmgr: Move controller_id from ofputil_packet_in to ofproto_packet_in.Ben Pfaff2013-10-221-1/+1
* ofproto, ofp-util: Begin disentangling packet-in wire format and handling.Ben Pfaff2013-10-221-19/+21
* connmgr: Always send full packet in packet_in when not buffering.YAMAMOTO Takashi2013-10-151-8/+15
* connmgr: Formalize 'ofproto_mutex' as protecting ofconn monitor data.Ben Pfaff2013-10-111-11/+51