Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / ofproto / connmgr.h
2014-05-04 Giuseppe LettieriMerge branch 'mainstream'
2014-05-02 Alexandru CopotAdd basic implementation for OpenFlow 1.4 bundles
2014-04-10 Giuseppe LettieriMerge branch 'mainstream'
2014-04-10 Giuseppe LettieriMerge branch 'mainstream'
2014-04-03 Simon Hormanofproto: Support OF version-specific table-miss behaviours
2014-04-01 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2014-03-20 Simon Hormanofproto-dpif: Differentiate between different miss...
2014-03-09 Giuseppe LettieriMerge branch 'mainstream'
2014-02-26 Ben Pfaffofproto: Send port status message for port-mods, right...
2013-11-05 Giuseppe LettieriMerge branch 'mainstream'
2013-10-29 Alexandru Copotofproto: Add support for sending OFPTYPE_ROLE_STATUS...
2013-10-25 Giuseppe LettieriMerge branch 'mainstream'
2013-10-23 YAMAMOTO Takashiconnmgr: Fix packet-in reason for OpenFlow1.3 table...
2013-10-23 Ben Pfaffconnmgr: Move send_len from ofputil_packet_in to ofprot...
2013-10-23 Ben Pfaffconnmgr: Move controller_id from ofputil_packet_in...
2013-10-23 Ben Pfaffofproto, ofp-util: Begin disentangling packet-in wire...
2013-10-14 Giuseppe LettieriMerge branch 'mainstream'
2013-10-11 Ben Pfaffconnmgr: Formalize 'ofproto_mutex' as protecting ofconn...
2013-09-15 Giuseppe LettieriMerge branch 'mainstream'
2013-09-13 Ben Pfaffofproto: Add global locking around flow table changes.
2013-09-13 Ben Pfaffofproto: Eliminate 'ofproto_node' member from struct...
2013-09-12 Giuseppe LettieriMerge branch 'mainstream'
2013-09-07 Alexandru Copotofproto: implement OFPT_GET_ASYNC_REQUEST
2013-07-06 Giuseppe LettieriMerge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
2013-06-28 Ethan Jacksonconnmgr: Remove connmgr_must_output_local().
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-06-17 Jarno Rajahalmeofproto: Make handle_openflow's msg argument const.
2013-05-29 Ethan Jacksonofproto: Ditch SLOW_IN_BAND slow path reason.
2013-04-04 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2013-02-27 Giuseppe LettieriMerge branch 'mainstream'
2013-02-12 Ben Pfaffofp-util: Simplify struct ofputil_role_request.
2013-01-16 Giuseppe LettieriMerge branch 'mainstream'
2013-01-09 Justin Pettitofproto: Fix remaining incorrect users of OVSP_LOCAL.
2012-12-28 Jarno RajahalmeAdd Openflow 1.2 role request/reply processing, update...
2012-11-19 Ben Pfaffconnmgr: Mark ofconn_get_protocol() parameter const.
2012-11-12 Simon Hormanofproto, connmgr: Parameterise OpenFlow versions for...
2012-09-13 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2012-09-05 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2012-09-05 Giuseppe LettieriMerge branch 'forward-port'
2012-09-04 Ben PfaffIntroduce sparse flows and masks, to reduce memory...
2012-09-04 Ben Pfaffclassifier: Break cls_rule 'flow' and 'wc' members...
2012-08-30 Giuseppe LettieriMerge branch 'master' into forward-port
2012-07-12 Ben Pfaffofproto: New feature to notify controllers of flow...
2012-05-22 Ben PfaffAdd support for tracking and logging daemon memory...
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...