summaryrefslogtreecommitdiff
path: root/lib/vconn.h
Commit message (Expand)AuthorAgeFilesLines
* rconn: Discover errors in rconn_run() even if rconn_recv() is never called.Ben Pfaff2014-02-271-1/+3
* Remove stream, vconn, and rconn functions to get local/remote IPs/ports.Ben Pfaff2013-12-171-5/+0
* rconn: Fix null pointer dereference in rconn_add_monitor().Ben Pfaff2013-01-241-2/+6
* vconn: Fix parameters for vconn_open(), vconn_open_block(), pvconn_open().Ben Pfaff2013-01-041-5/+5
* vonn: Allow snoops to use the OpenFlow version of the controller connectionSimon Horman2012-11-121-0/+2
* vconn: Replace minimum version with bitmap of allowed versions.Simon Horman2012-11-041-5/+7
* vconn: Fix vconn_get_version().Ben Pfaff2012-08-071-1/+2
* test-vconn: Block in three cases where a race is visible on FreeBSD.Ben Pfaff2012-07-311-1/+2
* openflow: Add enum ofp_versionSimon Horman2012-07-301-2/+3
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-231-2/+3
* Introduce ofputil_protocol, to abstract the protocol in use on a connection.Ben Pfaff2012-03-071-0/+1
* vconn: Remove unnecessary forward declarations and #includes from header.Ben Pfaff2011-10-041-9/+1
* lib: Adapt headers for use in C++.Casey Barker2011-08-041-0/+8
* openflow: Merge ofp_stats_request and ofp_stats_reply.Ben Pfaff2011-06-141-1/+1
* Convert remaining network-byte-order "uint<N>_t"s into "ovs_be<N>"s.Ben Pfaff2011-05-161-2/+2
* vconn: New function vconn_transact_multiple_noreply().Ben Pfaff2010-12-061-0/+3
* vconn: New function vconn_transact_noreply().Ben Pfaff2010-12-021-0/+1
* Convert stream and vconn interfaces to use ovs_be16, ovs_be32.Ben Pfaff2010-11-291-4/+4
* vconn: Move OpenFlow utility functions into new file ofp-util.c.Ben Pfaff2010-06-171-62/+0
* Merge "master" into "next".Ben Pfaff2010-02-241-1/+3
|\
| * vconn: New functions vconn_verify_name(), pvconn_verify_name().Ben Pfaff2010-02-121-1/+3
* | vconn: Convert vconn code to modern OVS structure.Ben Pfaff2010-01-061-0/+3
|/
* Factor out code for composing OFPT_PACKET_IN messages.Ben Pfaff2009-09-161-0/+3
* Have rconn and vconn export information about IPs and portsJustin Pettit2009-07-081-1/+4
* Update primary code license to Apache 2.0.Ben Pfaff2009-06-151-10/+10
* Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff2009-07-081-0/+128