Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / ofproto / connmgr.c
2014-05-04 Giuseppe LettieriMerge branch 'mainstream'
2014-05-02 Alexandru CopotAdd basic implementation for OpenFlow 1.4 bundles
2014-04-29 Jarno Rajahalmeofproto: Inline actions in struct rule_actions.
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-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-20 Simon Hormanofproto-dpif: Differentiate between different miss...
2014-03-18 Ben Pfaffofproto: Use RCU to protect rule_actions.
2014-03-09 Giuseppe LettieriMerge branch 'mainstream'
2014-02-26 Ben Pfaffofproto: Send port status message for port-mods, right...
2014-02-10 Giuseppe LettieriMerge branch 'mainstream'
2014-02-07 Arun SharmaAdd IPv6 support for OpenFlow, OVSDB, NetFlow, and...
2014-01-21 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2014-01-21 Giuseppe LettieriMerge branch 'mainstream'
2014-01-10 Ben Pfaffofproto: Add more thread safety annotations.
2014-01-03 Giuseppe LettieriMerge branch 'mainstream'
2013-12-30 Ben Pfaffconnmgr: Log when a packet-in is dropped due to queue...
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-12-16 Ben Pfaffconnmgr: Fix attempt to take mutex recursively when...
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-24 YAMAMOTO Takashiconnmgr: Fix an abort.
2013-10-23 Ben Pfaffpinsched: Eliminate function callback in interface.
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-15 YAMAMOTO Takashiconnmgr: Always send full packet in packet_in when...
2013-10-14 Giuseppe LettieriMerge branch 'mainstream'
2013-10-11 Ben Pfaffconnmgr: Formalize 'ofproto_mutex' as protecting ofconn...
2013-10-11 Ben Pfaffconnmgr: Use 'ofproto_mutex' to protect ofconns from...
2013-10-11 Ben Pfaffrconn: Make rconn_packet_counter thread-safe.
2013-10-07 Giuseppe LettieriMerge branch 'mainstream'
2013-10-01 Justin Pettitofproto: Define official OpenFlow port number.
2013-10-01 Justin PettitDon't differentiate between TCP and SSL ports for OpenF...
2013-09-15 Giuseppe LettieriMerge branch 'mainstream'
2013-09-13 Ben Pfaffofproto: Add global locking around flow table changes.
2013-09-13 Ben Pfaffofproto: Remove ->timeout_mutex from struct rule (just...
2013-09-13 Ben Pfaffofproto: Break actions out of rule into new rule_action...
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-08-15 Giuseppe LettieriMerge commit '259e0b1ad1bfea762a76f0098deb8f8d8db1dfa3'
2013-08-08 Ethan Jacksonofproto: Lock hard_timeout and idle_timeout of struct...
2013-07-06 Giuseppe LettieriMerge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
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-04-03 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2013-03-12 Ben Pfaffconnmgr: Fix memory leak in ofconn monitor table.
2013-02-27 Giuseppe LettieriMerge branch 'mainstream'
2013-02-12 Ben PfaffMake OpenFlow 1.2+ role replies return the generation ID.
2013-02-12 Ben Pfaffofp-util: Simplify struct ofputil_role_request.
2013-01-24 Giuseppe LettieriMerge branch 'mainstream'
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2013-01-16 Giuseppe LettieriMerge branch 'mainstream'
2013-01-09 Justin Pettitofproto: Fix remaining incorrect users of OVSP_LOCAL.
2013-01-09 Ben Pfaffconnmgr: Fix memory leak destroying ofmonitor.
2013-01-04 Ben Pfaffvconn: Fix parameters for vconn_open(), vconn_open_bloc...
2012-12-28 Jarno RajahalmeAdd Openflow 1.2 role request/reply processing, update...
2012-12-04 Ben Pfaffofp-errors: Make every error encodable.
2012-12-03 Simon Hormanconnmgr: Reinitialise controllers if protocols changes
2012-11-19 Ben Pfaffconnmgr: Use version of underlying rconn
2012-11-19 Ben Pfaffconnmgr: Mark ofconn_get_protocol() parameter const.
2012-11-16 Ben Pfaffofp-util: Rename OFPUTIL_P_* constants and update comme...
2012-11-12 Simon Hormanofproto, connmgr: Parameterise OpenFlow versions for...
2012-11-12 Simon Hormanrconn: Add allowed OpenFlow versions
2012-11-05 Simon Hormanconnmgr: Parameterize ofservice_create() over allowed...
2012-11-05 Simon Hormanvconn: Replace minimum version with bitmap of allowed...
2012-09-24 Giuseppe LettieriMerge branch 'mainstream'
2012-09-20 Anupam Chandaofproto: Fix uninitialized field in ofputil_flow_update.
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-08-08 Simon Hormanofp-util: Allow encoding of Open Flow 1.2 Packet In...
2012-08-03 Ben Pfaffutil: New macro CONST_CAST.
2012-07-31 Ben Pfaffofp-msgs: New approach to encoding and decoding OpenFlo...
2012-07-12 Ben Pfaffofproto: New feature to notify controllers of flow...
2012-07-12 Ben Pfaffrconn: Add byte counting feature to rconn_packet_counter.
2012-07-04 Ben Pfaffofp-actions: Add decoding and encoding OF1.1 instructio...
2012-07-04 Ben PfaffIntroduce ofpacts, an abstraction of OpenFlow actions.
2012-06-21 Mehak MahajanReapplying the dscp changes: No need to restart DB...
2012-06-20 Ben PfaffRevert DSCP update changes.
2012-06-09 Mehak MahajanNo need to restart DB / OVS on changing dscp value.
2012-05-22 Ben PfaffAdd support for tracking and logging daemon memory...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-30 Ben Pfaffconnmgr: Log when controllers are added and removed.
2012-04-26 Ethan Jacksonrconn: Simplify rconn_send() semantics.
2012-04-17 Ethan Jacksonsocket-util: Remove DSCP_INVALID.
2012-03-24 Mehak MahajanAllow configuring DSCP on controller and manager connec...
2012-03-15 Ben Pfaffconnmgr: Remove now-unused function connmgr_broadcast().
next