aboutsummaryrefslogtreecommitdiff
path: root/ofproto/connmgr.h
AgeCommit message (Expand)Author
2013-10-23connmgr: Fix packet-in reason for OpenFlow1.3 table-miss flow entries.YAMAMOTO Takashi
2013-10-22connmgr: Move send_len from ofputil_packet_in to ofproto_packet_in.Ben Pfaff
2013-10-22connmgr: Move controller_id from ofputil_packet_in to ofproto_packet_in.Ben Pfaff
2013-10-22ofproto, ofp-util: Begin disentangling packet-in wire format and handling.Ben Pfaff
2013-10-11connmgr: Formalize 'ofproto_mutex' as protecting ofconn monitor data.Ben Pfaff
2013-09-12ofproto: Add global locking around flow table changes.Ben Pfaff
2013-09-12ofproto: Eliminate 'ofproto_node' member from struct rule.Ben Pfaff
2013-09-07ofproto: implement OFPT_GET_ASYNC_REQUESTAlexandru Copot
2013-06-27connmgr: Remove connmgr_must_output_local().Ethan Jackson
2013-06-20Create specific types for ofp and odp portAlex Wang
2013-06-17ofproto: Make handle_openflow's msg argument const.Jarno Rajahalme
2013-05-29ofproto: Ditch SLOW_IN_BAND slow path reason.Ethan Jackson
2013-02-11ofp-util: Simplify struct ofputil_role_request.Ben Pfaff
2013-01-08ofproto: Fix remaining incorrect users of OVSP_LOCAL.Justin Pettit
2012-12-28Add Openflow 1.2 role request/reply processing, update OF 1.2 tests. Add stru...Jarno Rajahalme
2012-11-19connmgr: Mark ofconn_get_protocol() parameter const.Ben Pfaff
2012-11-12ofproto, connmgr: Parameterise OpenFlow versions for adding controllerSimon Horman
2012-09-04Introduce sparse flows and masks, to reduce memory usage and improve speed.Ben Pfaff
2012-09-04classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".Ben Pfaff
2012-07-12ofproto: New feature to notify controllers of flow table changes.Ben Pfaff
2012-05-22Add support for tracking and logging daemon memory usage.Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-03-15connmgr: Remove now-unused function connmgr_broadcast().Ben Pfaff
2012-03-15connmgr: Drop 'flow' parameter from connmgr_send_packet_in().Ben Pfaff
2012-03-07Abstract everything that uses ofp_phy_port, add OF1.1 support.Ben Pfaff
2012-03-07Introduce ofputil_protocol, to abstract the protocol in use on a connection.Ben Pfaff
2012-02-27Add ability to direct "packet-in"s to particular controllers.Ben Pfaff
2012-02-09ofproto: Implement OpenFlow extension to allow control over async messages.Ben Pfaff
2012-01-13ofproto: New action TTL decrement.Pravin B Shelar
2012-01-12Better abstract OpenFlow error codes.Ben Pfaff
2012-01-10openflow: New Nicira Extended PACKET_IN format.Ethan Jackson
2012-01-10ofproto: Always clone packets in PACKET_IN message.Ethan Jackson
2011-09-30Remove a pair of unnecessary dependencies on datapath-protocol.h.Ben Pfaff
2011-08-15connmgr: Remove unused function ofconn_n_pending_opgroups().Ben Pfaff
2011-07-01connmgr: Free controller info in the same module where it's allocated.Andrew Evans
2011-06-14ofproto: Implement asynchronous OFPT_FLOW_MOD commands.Ben Pfaff
2011-06-14connmgr: New function ofconn_send_error().Ben Pfaff
2011-06-14openflow: Make stats replies more like other OpenFlow messages.Ben Pfaff
2011-05-12Implement basic multiple table support.Ben Pfaff
2011-05-11ofproto: Eliminate reference to dpif_upcall from ofproto.Ben Pfaff
2011-03-31ofproto: Change string sets in interface from svec to sset.Ben Pfaff
2011-03-29ofproto: Factor OpenFlow connection management into new "connmgr".Ben Pfaff