Global replace of Nicira Networks.
[sliver-openvswitch.git] / ofproto / connmgr.h
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-03-15 Ben Pfaffconnmgr: Remove now-unused function connmgr_broadcast().
2012-03-15 Ben Pfaffconnmgr: Drop 'flow' parameter from connmgr_send_packet...
2012-03-07 Ben PfaffAbstract everything that uses ofp_phy_port, add OF1...
2012-03-07 Ben PfaffIntroduce ofputil_protocol, to abstract the protocol...
2012-02-27 Ben PfaffAdd ability to direct "packet-in"s to particular contro...
2012-02-09 Ben Pfaffofproto: Implement OpenFlow extension to allow control...
2012-01-14 Pravin B Shelarofproto: New action TTL decrement.
2012-01-12 Ben PfaffBetter abstract OpenFlow error codes.
2012-01-10 Ethan Jacksonopenflow: New Nicira Extended PACKET_IN format.
2012-01-10 Ethan Jacksonofproto: Always clone packets in PACKET_IN message.
2011-09-30 Ben PfaffRemove a pair of unnecessary dependencies on datapath...
2011-08-15 Ben Pfaffconnmgr: Remove unused function ofconn_n_pending_opgrou...
2011-07-01 Andrew Evansconnmgr: Free controller info in the same module where...
2011-06-14 Ben Pfaffofproto: Implement asynchronous OFPT_FLOW_MOD commands.
2011-06-14 Ben Pfaffconnmgr: New function ofconn_send_error().
2011-06-14 Ben Pfaffopenflow: Make stats replies more like other OpenFlow...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-12 Ben PfaffImplement basic multiple table support.
2011-05-11 Ben Pfaffofproto: Eliminate reference to dpif_upcall from ofproto.
2011-03-31 Ben Pfaffofproto: Change string sets in interface from svec...
2011-03-29 Ben Pfaffofproto: Factor OpenFlow connection management into...