summaryrefslogtreecommitdiff
path: root/lib/rconn.c
Commit message (Expand)AuthorAgeFilesLines
* openflow: Add extension to flush CT by generic match.Ales Musil2023-01-161-0/+1
* rconn: Increase precision of timers.Ben Pfaff2019-07-051-77/+77
* rconn: Remove write-only struct members.Ben Pfaff2019-07-051-16/+0
* rconn: Avoid occasional immediate connection failures.Ben Pfaff2019-03-011-2/+2
* rconn: New function rconn_is_reliable().Ben Pfaff2018-10-311-0/+7
* rconn: Suppress 'connected' log for unreliable connections.Ilya Maximets2018-07-051-1/+1
* rconn: Introduce new invariant to fix assertion failure in corner case.Ben Pfaff2018-05-231-25/+16
* ofp-util: Use consistent naming convention.Ben Pfaff2018-02-281-1/+1
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* lib: Move lib/rconn.h to include/openvswitchXiao Liang2017-10-311-1/+10
* rconn: Avoid abort for ill-behaved remote.Ben Pfaff2016-12-231-6/+10
* Add OpenFlow command to flush conntrack table entries.Justin Pettit2016-09-231-0/+1
* ipfix: Add support for exporting ipfix statistics.Benli Ye2016-06-141-0/+4
* rconn: Disable probe for local connections.nghosh@us.ibm.com2016-06-031-0/+4
* Move lib/ofp-msgs.h to include/openvswitch directoryBen Warren2016-04-141-4/+4
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-12/+12
* Implement OFPT_TABLE_STATUS Message.Saloni Jain2016-02-241-0/+1
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-191-1/+2
* geneve-map-rename: rename geneve-map to tlv-map.Mengke Liu2015-12-151-3/+3
* ofproto: Implement OF1.4 Group & Meter change notification messagesNiti Rohilla2015-09-091-0/+1
* Implement OpenFlow 1.4+ OFPMP_TABLE_DESC message.Ben Pfaff2015-07-031-0/+2
* openflow: Table maintenance commands for Geneve options.Jesse Gross2015-06-251-0/+3
* rconn: Only increment seqno when connection actually drops or reconnects.Ben Pfaff2015-05-051-1/+1
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-9/+9
* rconn: Remove dead code and data.Ben Pfaff2015-01-191-25/+1
* rconn: Make OF 1.4 bundle messages 'admitted'.Jarno Rajahalme2014-12-221-2/+2
* lib: Move vconn.h to <openvswitch/vconn.h>Thomas Graf2014-12-151-1/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-1/+1
* rconn: Prevent redefinition of 'MAX_MONITORS' in Windows.Gurucharan Shetty2014-09-101-2/+2
* rconn: Don't warn when peer abruptly closes connection.Gurucharan Shetty2014-06-261-1/+8
* rconn: Preserve the name of an unreliable connection beyond disconnection.Ben Pfaff2014-05-051-5/+40
* rconn: Correct comment.Ben Pfaff2014-05-051-4/+1
* Add basic implementation for OpenFlow 1.4 bundlesAlexandru Copot2014-05-021-0/+2
* ofpbuf: Abstract 'l2' pointer and document usage conventions.Jarno Rajahalme2014-04-031-7/+6
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-6/+6
* lib/ofpbuf: CompactJarno Rajahalme2014-03-291-3/+10
* rconn: Discover errors in rconn_run() even if rconn_recv() is never called.Ben Pfaff2014-02-271-1/+9
* Remove stream, vconn, and rconn functions to get local/remote IPs/ports.Ben Pfaff2013-12-171-57/+0
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-2/+2
* rconn: Update comments on is_admitted_msg().Ben Pfaff2013-12-161-1/+11
* include/openflow: Add OpenFlow 1.4 header fileAlexandru Copot2013-10-291-0/+1
* rconn: Make thread-safe.Ben Pfaff2013-10-111-45/+241
* rconn: Make rconn_packet_counter thread-safe.Ben Pfaff2013-10-111-10/+51
* openflow-1.1+: OFPT_TABLE_MOD (part 1)Andy Zhou2013-09-071-0/+1
* Implement OpenFlow 1.1+ "groups" protocol.Neil Zhu2013-09-021-0/+1
* ofp-msgs: Consistently include "STATS" in the names of stats messages.Ben Pfaff2013-07-181-14/+14
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-3/+5