| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Allow configuring DSCP on controller and manager connections. | Mehak Mahajan | 2012-03-23 | 1 | -5/+7 |
* | Begin breaking openflow-1.0.h into common and version-specific definitions. | Ben Pfaff | 2012-03-07 | 1 | -6/+6 |
* | Introduce ofputil_protocol, to abstract the protocol in use on a connection. | Ben Pfaff | 2012-03-07 | 1 | -5/+16 |
* | ofp-util: New function ofputil_encode_barrier_request(). | Ben Pfaff | 2012-02-09 | 1 | -2/+2 |
* | Better abstract OpenFlow error codes. | Ben Pfaff | 2012-01-12 | 1 | -7/+4 |
* | vconn: Fix comparison that should be assignment in vconn_open_block(). | Justin Pettit | 2011-02-22 | 1 | -1/+1 |
* | vconn: New function vconn_transact_multiple_noreply(). | Ben Pfaff | 2010-12-06 | 1 | -0/+25 |
* | vconn: New function vconn_transact_noreply(). | Ben Pfaff | 2010-12-02 | 1 | -0/+77 |
* | coverage: Make the coverage counters catalog program-specific. | Ben Pfaff | 2010-11-30 | 1 | -0/+4 |
* | Convert stream and vconn interfaces to use ovs_be16, ovs_be32. | Ben Pfaff | 2010-11-29 | 1 | -11/+11 |
* | ofp-util: Consistently treat OpenFlow xids as network byte order. | Ben Pfaff | 2010-11-17 | 1 | -1/+2 |
* | vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE. | Ben Pfaff | 2010-10-29 | 1 | -1/+1 |
* | treewide: Remove trailing whitespace | Joe Perches | 2010-08-30 | 1 | -12/+12 |
* | stream, vconn: Fix comments. | Ben Pfaff | 2010-08-25 | 1 | -14/+13 |
* | vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use. | Ben Pfaff | 2010-07-21 | 1 | -2/+2 |
* | vconn: Fix tracking of "connected" state. | Ben Pfaff | 2010-06-24 | 1 | -6/+8 |
* | vconn: Move OpenFlow utility functions into new file ofp-util.c. | Ben Pfaff | 2010-06-17 | 1 | -669/+1 |
* | tunneling: Add support for tunnel ID. | Jesse Gross | 2010-04-19 | 1 | -1/+2 |
* | Make fatal signals cause an exit more promptly in special cases. | Ben Pfaff | 2010-04-13 | 1 | -0/+9 |
* | Merge "master" into "next". | Ben Pfaff | 2010-02-24 | 1 | -63/+132 |
|\ |
|
| * | vconn: New functions vconn_verify_name(), pvconn_verify_name(). | Ben Pfaff | 2010-02-12 | 1 | -42/+120 |
| * | vconn: When validating OpenFlow actions always check for bad length. | Ben Pfaff | 2010-02-12 | 1 | -21/+12 |