summaryrefslogtreecommitdiff
path: root/lib/vconn.c
Commit message (Expand)AuthorAgeFilesLines
* list: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* ovs-vswitchd: Implement OFPT_TABLE_FEATURES table modification request.Ben Pfaff2019-01-151-0/+40
* vconn: Fix using of uninitialized deadline.Ilya Maximets2019-01-111-1/+1
* vconn: Allow timeout configuration for blocking connection.Ilya Maximets2019-01-101-5/+17
* vconn: Avoid null dereference on error path.Ben Pfaff2018-10-261-1/+1
* DNS: Add basic support for asynchronous DNS resolvingYifeng Sun2018-07-061-4/+4
* vconn: Remove obsolete comment.Ben Pfaff2018-05-251-4/+0
* rconn: Introduce new invariant to fix assertion failure in corner case.Ben Pfaff2018-05-231-0/+1
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-0/+1
* Support accepting and displaying table names in OVS tools.Ben Pfaff2018-02-011-4/+6
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-0/+1
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-1/+0
* ovs-ofctl: Avoid read overrun in ofperr_decode_msg().Ben Pfaff2017-06-141-17/+8
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-5/+5
* ovn-trace: New --ovs option to also print OpenFlow flows.Ben Pfaff2016-12-281-1/+119
* vconn: Better bundle error management.Jarno Rajahalme2016-07-291-43/+87
* vconn: Update length of bundled messages.Jarno Rajahalme2016-07-291-1/+2
* Move lib/ofp-print.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofp-msgs.h to include/openvswitch directoryBen Warren2016-04-141-6/+6
* 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
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* Move lib/ofp-errors.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ovs-ofctl: Add bundle support and unit testing.Jarno Rajahalme2015-06-101-22/+219
* lib/list: Add LIST_FOR_EACH_POP.Jarno Rajahalme2015-04-061-4/+2
* Use the IANA-assigned ports for OpenFlow and OVSDB.Justin Pettit2015-03-121-4/+4
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-14/+14
* vconn: Avoid using C++ keyword 'class' as variable name in headersAmit Bose2015-01-131-17/+17
* 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
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-14/+14
* vconn: Fix vconn_get_status() return value when connection in progress.Ben Pfaff2014-02-281-1/+1
* rconn: Discover errors in rconn_run() even if rconn_recv() is never called.Ben Pfaff2014-02-271-1/+10
* 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-1/+1
* vconn: Reply with OFPBRC_BAD_VERSION for bad version.Ben Pfaff2013-12-131-1/+15
* ofproto: Define official OpenFlow port number.Justin Pettit2013-10-011-4/+4
* Don't differentiate between TCP and SSL ports for OpenFlow and OVSDB.Justin Pettit2013-10-011-2/+2
* vconn: Fix formatting of user message.Ben Pfaff2013-06-281-1/+1
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-1/+1
* Fix misspellings in comments and docs.Andy Hill2013-06-041-1/+1
* vconn: Mark class structures as const.Ben Pfaff2013-05-031-15/+15
* vconn: Initialize 'recv_any_version' member of struct vconn in vconn_init().Ben Pfaff2013-01-251-5/+1
* rconn: Fix null pointer dereference in rconn_add_monitor().Ben Pfaff2013-01-241-1/+22
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-20/+19
* vconn: Fix parameters for vconn_open(), vconn_open_block(), pvconn_open().Ben Pfaff2013-01-041-7/+7
* vonn: Allow snoops to use the OpenFlow version of the controller connectionSimon Horman2012-11-121-0/+8
* ofp-util: Add version bitmap support to hello messages.Simon Horman2012-11-041-5/+4
* vconn: Replace minimum version with bitmap of allowed versions.Simon Horman2012-11-041-32/+91