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
/
vconn.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support accepting and displaying table names in OVS tools.
Ben Pfaff
2018-02-01
1
-4
/
+6
*
sparse: Add guards to prevent FreeBSD-incompatible #include order.
Ben Pfaff
2017-12-22
1
-0
/
+1
*
lib: Move lib/poll-loop.h to include/openvswitch
Xiao Liang
2017-11-03
1
-1
/
+1
*
Eliminate most shadowing for local variable names.
Ben Pfaff
2017-08-02
1
-1
/
+0
*
ovs-ofctl: Avoid read overrun in ofperr_decode_msg().
Ben Pfaff
2017-06-14
1
-17
/
+8
*
Support accepting and displaying port names in OVS tools.
Ben Pfaff
2017-05-31
1
-5
/
+5
*
ovn-trace: New --ovs option to also print OpenFlow flows.
Ben Pfaff
2016-12-28
1
-1
/
+119
*
vconn: Better bundle error management.
Jarno Rajahalme
2016-07-29
1
-43
/
+87
*
vconn: Update length of bundled messages.
Jarno Rajahalme
2016-07-29
1
-1
/
+2
*
Move lib/ofp-print.h to include/openvswitch directory
Ben Warren
2016-04-14
1
-1
/
+1
*
Move lib/ofp-msgs.h to include/openvswitch directory
Ben Warren
2016-04-14
1
-6
/
+6
*
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
*
Move lib/dynamic-string.h to include/openvswitch directory
Ben Warren
2016-03-19
1
-1
/
+1
*
Move lib/ofp-errors.h to include/openvswitch directory
Ben Warren
2016-03-19
1
-1
/
+1
*
ovs-ofctl: Add bundle support and unit testing.
Jarno Rajahalme
2015-06-10
1
-22
/
+219
*
lib/list: Add LIST_FOR_EACH_POP.
Jarno Rajahalme
2015-04-06
1
-4
/
+2
*
Use the IANA-assigned ports for OpenFlow and OVSDB.
Justin Pettit
2015-03-12
1
-4
/
+4
*
ofpbuf: Simplify ofpbuf API.
Pravin B Shelar
2015-03-03
1
-14
/
+14
*
vconn: Avoid using C++ keyword 'class' as variable name in headers
Amit Bose
2015-01-13
1
-17
/
+17
*
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
*
ofpbuf: Introduce access api for base, data and size.
Pravin Shelar
2014-03-30
1
-14
/
+14
*
vconn: Fix vconn_get_status() return value when connection in progress.
Ben Pfaff
2014-02-28
1
-1
/
+1
*
rconn: Discover errors in rconn_run() even if rconn_recv() is never called.
Ben Pfaff
2014-02-27
1
-1
/
+10
*
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
-1
/
+1
*
vconn: Reply with OFPBRC_BAD_VERSION for bad version.
Ben Pfaff
2013-12-13
1
-1
/
+15
*
ofproto: Define official OpenFlow port number.
Justin Pettit
2013-10-01
1
-4
/
+4
*
Don't differentiate between TCP and SSL ports for OpenFlow and OVSDB.
Justin Pettit
2013-10-01
1
-2
/
+2
*
vconn: Fix formatting of user message.
Ben Pfaff
2013-06-28
1
-1
/
+1
*
Replace all uses of strerror() by ovs_strerror(), for thread safety.
Ben Pfaff
2013-06-28
1
-1
/
+1
*
Fix misspellings in comments and docs.
Andy Hill
2013-06-04
1
-1
/
+1
*
vconn: Mark class structures as const.
Ben Pfaff
2013-05-03
1
-15
/
+15
*
vconn: Initialize 'recv_any_version' member of struct vconn in vconn_init().
Ben Pfaff
2013-01-25
1
-5
/
+1
*
rconn: Fix null pointer dereference in rconn_add_monitor().
Ben Pfaff
2013-01-24
1
-1
/
+22
*
Replace most uses of assert by ovs_assert.
Ben Pfaff
2013-01-16
1
-20
/
+19
*
vconn: Fix parameters for vconn_open(), vconn_open_block(), pvconn_open().
Ben Pfaff
2013-01-04
1
-7
/
+7
*
vonn: Allow snoops to use the OpenFlow version of the controller connection
Simon Horman
2012-11-12
1
-0
/
+8
*
ofp-util: Add version bitmap support to hello messages.
Simon Horman
2012-11-04
1
-5
/
+4
*
vconn: Replace minimum version with bitmap of allowed versions.
Simon Horman
2012-11-04
1
-32
/
+91
*
vconn: Properly line up description for "tcp:" and "ssl:" usage.
Justin Pettit
2012-08-07
1
-2
/
+2
*
vconn: Fix vconn_get_version().
Ben Pfaff
2012-08-07
1
-2
/
+2
*
vconn: Ensure that vconn_run() is enough to complete a connection.
Ben Pfaff
2012-08-07
1
-0
/
+12
*
ofp-util: Make ofperr_encode_msg__() use correct Open Flow version
Simon Horman
2012-08-06
1
-3
/
+2
*
ofp-util: Allow encoding of Open Flow 1.1 & 1.2 Barrier Request Messages
Simon Horman
2012-08-06
1
-1
/
+1
*
test-vconn: Block in three cases where a race is visible on FreeBSD.
Ben Pfaff
2012-07-31
1
-7
/
+19
*
openflow: Add enum ofp_version
Simon Horman
2012-07-30
1
-2
/
+3
*
ofp-msgs: New approach to encoding and decoding OpenFlow headers.
Ben Pfaff
2012-07-30
1
-34
/
+34
*
Global replace of Nicira Networks.
Raju Subramanian
2012-05-02
1
-1
/
+1
[next]