]> git.proxmox.com Git - mirror_ovs.git/history - ofproto/connmgr.c
ovsdb: Use column diffs for ovsdb and raft log entries.
[mirror_ovs.git] / ofproto / connmgr.c
2020-10-17 Ben PfaffUse primary/secondary, not master/slave, as names for...
2020-08-17 Aaron Conoleconnmgr: Support changing openflow versions without...
2019-09-23 Dumitru Cearavswitchd: Make packet-in controller queue size configurable
2019-07-05 Ben Pfaffrconn: Increase precision of timers.
2019-02-05 Ben Pfaffvswitchd: Allow user to configure controllers as "prima...
2019-02-05 Ben Pfaffconnmgr: Make treatment of active and passive connectio...
2019-01-18 Ben Pfaffconnmgr: Do not send asynchronous messages to rconns...
2019-01-11 Ben Pfaffofproto: Handle multipart requests with multiple parts.
2018-11-19 Ben Pfaffofp-actions: Make all actions a multiple of OFPACT_ALIG...
2018-10-31 Ben Pfaffconnmgr: Improve interface for setting controllers.
2018-10-31 Ben Pfaffconnmgr: Modernize coding style.
2018-10-26 Zak Whittingtonofp-msgs: Added ONF_ and NXT_REQUESTFORWARD for OF1...
2018-10-23 Numan Siddiqueconnmgr: Fix vswitchd abort when a port is added and...
2018-10-18 Ben Pfaffconnmgr: Suppress duplicate port status notifications.
2018-05-09 Flavio Leitnerofproto: Allow bundle idle timeout to be configured.
2018-03-14 Ben Pfaffofp-packet: Better abstract packet-in format.
2018-02-28 Justin PettitDon't shadow global VLOG "rl" definition.
2018-02-13 Ben Pfaffofp-util, ofp-parse: Break up into many separate modules.
2018-01-09 Ben Pfaffofp-errors: Send as much of a message as possible in...
2017-11-03 Xiao Lianglib: Move lib/poll-loop.h to include/openvswitch
2017-10-31 Xiao Lianglib: Move lib/rconn.h to include/openvswitch
2017-09-28 Ben Pfaffconnmgr: Fix violation of flow monitoring protocol...
2017-07-31 Ben Pfaffofp-util: Avoid C++ keyword 'public' in name of struct...
2017-07-17 Ben Pfaffconnmgr: Fix crash when in_band_create() fails.
2017-04-24 Yi-Hung Weiconnmgr: Fix internal packet-in reason code mask.
2017-01-05 Daniele Di Proiettoofproto: Fix crash on flow monitor request with tun_met...
2016-12-12 Stephen Finucanedoc: Populate 'topics' section
2016-09-15 Jarno Rajahalmeofproto: Remove double reporting from bundles.
2016-09-13 Jarno Rajahalmeconnmgr: Make connmgr_wants_packet_in_on_miss() lock...
2016-09-13 Jarno Rajahalmeofproto: Add a fixed bundle idle timeout of 10 seconds.
2016-09-13 Jarno Rajahalmeofproto: Don't use connmgr after destruction.
2016-08-30 Jarno Rajahalmelib: Retire packet buffering feature.
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-04-14 Ben WarrenMove lib/ofp-actions.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/ofp-msgs.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/ofp-util.h to include/openvswitch directory
2016-03-30 Ben WarrenMove lib/ofpbuf.h to include/openvswitch directory
2016-03-30 Ben Warrenlist: Rename all functions in list.h with ovs_ prefix.
2016-03-19 Ben WarrenMove lib/dynamic-string.h to include/openvswitch directory
2016-02-24 Saloni JainImplement OFPT_TABLE_STATUS Message.
2016-02-20 Ben PfaffImplement serializing the state of packet traversal...
2016-02-20 Ben PfaffSupport userdata in NXT_PACKET_IN2.
2016-02-20 Ben PfaffImplement new packet-in format NXT_PACKET_IN2.
2016-02-20 Ben Pfaffofp-util: Remove 'const' from struct ofputil_packet_in...
2016-01-20 Ben Pfaffconnmgr: Generalize ofproto_packet_in to ofproto_async_msg.
2016-01-20 Ben Pfaffopenflow: Better abstract handling of packet-in messages.
2016-01-20 Ben Pfafffail-open: Drop some of the weirder special cases.
2016-01-20 Ben Pfaffofp-util: Define struct ofputil_async_cfg to hold async...
2016-01-05 Ben Pfaffofp-actions: Make composing actions harder to screw up.
2015-09-09 Niti Rohillaofproto: Implement OF1.4 Group & Meter change notificat...
2015-07-27 Niti Rohillaofproto: Implement OF1.4 Set/Get asynchronous configura...
2015-07-22 Ben Pfafftreewide: Change doubled ";;" to single ";" in C code.
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-11 Jarno Rajahalmeofproto: Accurate flow counts.
2015-06-08 Jesse Grossofp-util: Convert flow_metadata to match structure.
2015-06-02 Jarno Rajahalmeofproto: Add support for reverting flow mods and bundle...
2015-06-02 Jarno Rajahalmebundles: Manage bundles in connmgr.
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-04-06 Jarno Rajahalmelib/list: Add LIST_FOR_EACH_POP.
2015-03-17 Ben PfaffMerge "master" into "ovn".
2015-03-13 Justin PettitUse the IANA-assigned ports for OpenFlow and OVSDB.
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-03 Pravin B Shelarofpbuf: Simplify ofpbuf API.
2015-03-03 Pravin B Shelardp-packet: Remove ofpbuf dependency.
2015-02-07 Shu Shenofproto: add support of OFPR_ACTION_SET as packet-in...
2015-01-06 Ben Pfaffofproto: Don't count hidden rules in table stats.
2014-12-22 Jarno Rajahalmeconnmgr: Dealloc 'bundles' in ofconn_destroy().
2014-12-15 Thomas Graflib: Move vconn.h to <openvswitch/vconn.h>
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
2014-12-12 Shu Shenofproto: add support of OFPR_GROUP as packet-in reason...
2014-11-25 Shu Shenofproto: Fix checking of packet_in_mask in async config.
2014-08-11 Ben Pfaffofp-util: Abstract table miss configuration and fix...
2014-08-05 Jarno RajahalmeFix strict aliasing violations with GCC 4.1 and 4.4.
2014-07-29 Alex Wangconnmgr: Make call to connmgr_wants_packet_in_on_miss...
2014-07-29 Alex Wangconnmgr: Fix a typo.
2014-07-28 Ben Pfaffconnmgr: Only send role status messages to OpenFlow...
2014-07-28 Ben Pfaffconnmgr: Demote service controllers too in ofconn_set_r...
2014-07-17 Ben Pfaffofproto: Report controller rate limiting statistics...
2014-07-17 Ben PfaffSimplify ofproto_controller_info by using a struct...
2014-06-23 Simon Hormanofproto: Honour out_port of flow monitors
2014-06-13 Simon Hormanofproto: Honour NXFMF_OWN flag of flow monitors
2014-06-13 Simon Hormanofp-errors: Add OFPET_FLOW_MONITOR_FAILED
2014-06-12 Ben Pfaffofproto: Additional simplifications.
2014-06-12 Ben Pfaffofproto: Do straightforward removal of asynchronous...
2014-05-05 Ben Pfaffofproto: Log flow mod statistics per controller rather...
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-03 Simon Hormanofproto: Support OF version-specific table-miss behaviours
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-02-26 Ben Pfaffofproto: Send port status message for port-mods, right...
2014-02-07 Arun SharmaAdd IPv6 support for OpenFlow, OVSDB, NetFlow, and...
2014-01-10 Ben Pfaffofproto: Add more thread safety annotations.
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-10-29 Alexandru Copotofproto: Add support for sending OFPTYPE_ROLE_STATUS...
2013-10-24 YAMAMOTO Takashiconnmgr: Fix an abort.
next