aboutsummaryrefslogtreecommitdiff
path: root/ofproto/connmgr.c
AgeCommit message (Expand)Author
2012-03-02Revert "connmgr: Make "enable-async-messages" work for primary controllers too."Ben Pfaff
2012-03-02connmgr: Make "enable-async-messages" work for primary controllers too.Ben Pfaff
2012-01-10openflow: New Nicira Extended PACKET_IN format.Ethan Jackson
2012-01-10ofp-util: Don't use ofpbuf in ofputil_packet_in struct.Ethan Jackson
2012-01-10ofproto: Always clone packets in PACKET_IN message.Ethan Jackson
2012-01-10pktbuf: Directly use pointers in pktbuf_save().Ethan Jackson
2011-12-21vswitchd: fix "implicit declaration of function" build warning.Ansis Atteka
2011-12-19vswitchd: In-band rules for Controller are missing after executing force-relo...Ansis Atteka
2011-11-02ofproto: Consistently log OpenFlow error replies.Ben Pfaff
2011-08-15connmgr: Remove unused function ofconn_n_pending_opgroups().Ben Pfaff
2011-08-03in-band: Delete remaining rules when disabling in-band control.Ben Pfaff
2011-08-03connmgr: Drop 'next_in_band_update' timer.Ben Pfaff
2011-07-01ofproto: Rename "private.h" to "ofproto->provider.h".Justin Pettit
2011-07-01connmgr: Free controller info in the same module where it's allocated.Andrew Evans
2011-07-01bridge: Update controller connection status correctly.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-12Merge 'master' into 'next'.Ben Pfaff
2011-05-12Implement basic multiple table support.Ben Pfaff
2011-05-11ofproto: Eliminate reference to dpif_upcall from ofproto.Ben Pfaff
2011-05-11ofproto: Break apart into generic and hardware-specific parts.Ben Pfaff
2011-05-04ofproto: Move private definitions to separate header.Ben Pfaff
2011-05-04ofproto: Maintain ofp_phy_port for each ofport in network byte order.Ben Pfaff
2011-04-26connmgr: Remove unused variable.Ethan Jackson
2011-04-25bridge: Move logic for flushing flows and standalone mode into connmgr.Ben Pfaff
2011-03-31ofproto: Change string sets in interface from svec to sset.Ben Pfaff
2011-03-31connmgr: Fix wild pointer dereference in connmgr_broadcast().Ben Pfaff
2011-03-29ofproto: Factor OpenFlow connection management into new "connmgr".Ben Pfaff