summaryrefslogtreecommitdiff
path: root/lib/vconn.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vconn: Properly line up description for "tcp:" and "ssl:" usage.Justin Pettit2012-08-071-2/+2
* vconn: Fix vconn_get_version().Ben Pfaff2012-08-071-2/+2
* vconn: Ensure that vconn_run() is enough to complete a connection.Ben Pfaff2012-08-071-0/+12
* ofp-util: Make ofperr_encode_msg__() use correct Open Flow versionSimon Horman2012-08-061-3/+2
* ofp-util: Allow encoding of Open Flow 1.1 & 1.2 Barrier Request MessagesSimon Horman2012-08-061-1/+1
* test-vconn: Block in three cases where a race is visible on FreeBSD.Ben Pfaff2012-07-311-7/+19
* openflow: Add enum ofp_versionSimon Horman2012-07-301-2/+3
* ofp-msgs: New approach to encoding and decoding OpenFlow headers.Ben Pfaff2012-07-301-34/+34
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-231-5/+7
* Begin breaking openflow-1.0.h into common and version-specific definitions.Ben Pfaff2012-03-071-6/+6
* Introduce ofputil_protocol, to abstract the protocol in use on a connection.Ben Pfaff2012-03-071-5/+16
* ofp-util: New function ofputil_encode_barrier_request().Ben Pfaff2012-02-091-2/+2
* Better abstract OpenFlow error codes.Ben Pfaff2012-01-121-7/+4
* vconn: Fix comparison that should be assignment in vconn_open_block().Justin Pettit2011-02-221-1/+1
* vconn: New function vconn_transact_multiple_noreply().Ben Pfaff2010-12-061-0/+25
* vconn: New function vconn_transact_noreply().Ben Pfaff2010-12-021-0/+77
* coverage: Make the coverage counters catalog program-specific.Ben Pfaff2010-11-301-0/+4
* Convert stream and vconn interfaces to use ovs_be16, ovs_be32.Ben Pfaff2010-11-291-11/+11
* ofp-util: Consistently treat OpenFlow xids as network byte order.Ben Pfaff2010-11-171-1/+2
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* treewide: Remove trailing whitespaceJoe Perches2010-08-301-12/+12
* stream, vconn: Fix comments.Ben Pfaff2010-08-251-14/+13
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2
* vconn: Fix tracking of "connected" state.Ben Pfaff2010-06-241-6/+8
* vconn: Move OpenFlow utility functions into new file ofp-util.c.Ben Pfaff2010-06-171-669/+1
* tunneling: Add support for tunnel ID.Jesse Gross2010-04-191-1/+2
* Make fatal signals cause an exit more promptly in special cases.Ben Pfaff2010-04-131-0/+9
* Merge "master" into "next".Ben Pfaff2010-02-241-63/+132
|\
| * vconn: New functions vconn_verify_name(), pvconn_verify_name().Ben Pfaff2010-02-121-42/+120
| * vconn: When validating OpenFlow actions always check for bad length.Ben Pfaff2010-02-121-21/+12