index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rconn.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: Move lib/poll-loop.h to include/openvswitch
Xiao Liang
2017-11-03
1
-1
/
+1
*
lib: Move lib/rconn.h to include/openvswitch
Xiao Liang
2017-10-31
1
-1
/
+10
*
rconn: Avoid abort for ill-behaved remote.
Ben Pfaff
2016-12-23
1
-6
/
+10
*
Add OpenFlow command to flush conntrack table entries.
Justin Pettit
2016-09-23
1
-0
/
+1
*
ipfix: Add support for exporting ipfix statistics.
Benli Ye
2016-06-14
1
-0
/
+4
*
rconn: Disable probe for local connections.
nghosh@us.ibm.com
2016-06-03
1
-0
/
+4
*
Move lib/ofp-msgs.h to include/openvswitch directory
Ben Warren
2016-04-14
1
-4
/
+4
*
Move lib/ofp-util.h to include/openvswitch directory
Ben Warren
2016-04-14
1
-1
/
+1
*
Move lib/ofpbuf.h to include/openvswitch directory
Ben Warren
2016-03-30
1
-1
/
+1
*
list: Rename all functions in list.h with ovs_ prefix.
Ben Warren
2016-03-30
1
-12
/
+12
*
Implement OFPT_TABLE_STATUS Message.
Saloni Jain
2016-02-24
1
-0
/
+1
*
Implement serializing the state of packet traversal in "continuations".
Ben Pfaff
2016-02-19
1
-1
/
+2
*
geneve-map-rename: rename geneve-map to tlv-map.
Mengke Liu
2015-12-15
1
-3
/
+3
*
ofproto: Implement OF1.4 Group & Meter change notification messages
Niti Rohilla
2015-09-09
1
-0
/
+1
*
Implement OpenFlow 1.4+ OFPMP_TABLE_DESC message.
Ben Pfaff
2015-07-03
1
-0
/
+2
*
openflow: Table maintenance commands for Geneve options.
Jesse Gross
2015-06-25
1
-0
/
+3
*
rconn: Only increment seqno when connection actually drops or reconnects.
Ben Pfaff
2015-05-05
1
-1
/
+1
*
ofpbuf: Simplify ofpbuf API.
Pravin B Shelar
2015-03-03
1
-9
/
+9
*
rconn: Remove dead code and data.
Ben Pfaff
2015-01-19
1
-25
/
+1
*
rconn: Make OF 1.4 bundle messages 'admitted'.
Jarno Rajahalme
2014-12-22
1
-2
/
+2
*
lib: Move vconn.h to <openvswitch/vconn.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
lib: Move vlog.h to <openvswitch/vlog.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
list: Rename struct list to struct ovs_list
Thomas Graf
2014-12-15
1
-1
/
+1
*
rconn: Prevent redefinition of 'MAX_MONITORS' in Windows.
Gurucharan Shetty
2014-09-10
1
-2
/
+2
*
rconn: Don't warn when peer abruptly closes connection.
Gurucharan Shetty
2014-06-26
1
-1
/
+8
*
rconn: Preserve the name of an unreliable connection beyond disconnection.
Ben Pfaff
2014-05-05
1
-5
/
+40
*
rconn: Correct comment.
Ben Pfaff
2014-05-05
1
-4
/
+1
*
Add basic implementation for OpenFlow 1.4 bundles
Alexandru Copot
2014-05-02
1
-0
/
+2
*
ofpbuf: Abstract 'l2' pointer and document usage conventions.
Jarno Rajahalme
2014-04-03
1
-7
/
+6
*
ofpbuf: Introduce access api for base, data and size.
Pravin Shelar
2014-03-30
1
-6
/
+6
*
lib/ofpbuf: Compact
Jarno Rajahalme
2014-03-29
1
-3
/
+10
*
rconn: Discover errors in rconn_run() even if rconn_recv() is never called.
Ben Pfaff
2014-02-27
1
-1
/
+9
*
Remove stream, vconn, and rconn functions to get local/remote IPs/ports.
Ben Pfaff
2013-12-17
1
-57
/
+0
*
Rename NOT_REACHED to OVS_NOT_REACHED
Harold Lim
2013-12-17
1
-2
/
+2
*
rconn: Update comments on is_admitted_msg().
Ben Pfaff
2013-12-16
1
-1
/
+11
*
include/openflow: Add OpenFlow 1.4 header file
Alexandru Copot
2013-10-29
1
-0
/
+1
*
rconn: Make thread-safe.
Ben Pfaff
2013-10-11
1
-45
/
+241
*
rconn: Make rconn_packet_counter thread-safe.
Ben Pfaff
2013-10-11
1
-10
/
+51
*
openflow-1.1+: OFPT_TABLE_MOD (part 1)
Andy Zhou
2013-09-07
1
-0
/
+1
*
Implement OpenFlow 1.1+ "groups" protocol.
Neil Zhu
2013-09-02
1
-0
/
+1
*
ofp-msgs: Consistently include "STATS" in the names of stats messages.
Ben Pfaff
2013-07-18
1
-14
/
+14
*
Replace all uses of strerror() by ovs_strerror(), for thread safety.
Ben Pfaff
2013-06-28
1
-3
/
+5
*
ofproto: Implement OpenFlow 1.3 meter table.
Jarno Rajahalme
2013-06-28
1
-7
/
+7
*
rconn: Discard messages received on monitor connections.
Ben Pfaff
2013-05-03
1
-1
/
+15
*
rconn: Factor code out from copy_to_monitor().
Ben Pfaff
2013-05-03
1
-4
/
+11
*
rconn: Fix null pointer dereference in rconn_add_monitor().
Ben Pfaff
2013-01-24
1
-8
/
+0
*
Replace most uses of assert by ovs_assert.
Ben Pfaff
2013-01-16
1
-7
/
+6
*
rconn: Avoid memory leak in rconn_send_with_limit() on queue overflow.
Ben Pfaff
2013-01-07
1
-6
/
+5
*
vconn: Fix parameters for vconn_open(), vconn_open_block(), pvconn_open().
Ben Pfaff
2013-01-04
1
-3
/
+3
*
Openflow 1.1 queue set/get config placeholders.
Jarno Rajahalme
2012-12-10
1
-0
/
+2
[next]