2013-12-17 |
Ben Pfaff | Remove stream, vconn, and rconn functions to get local... |
blob | commitdiff |
2013-12-17 |
Harold Lim | Rename NOT_REACHED to OVS_NOT_REACHED |
blob | commitdiff | diff to current |
2013-12-13 |
Ben Pfaff | vconn: Reply with OFPBRC_BAD_VERSION for bad version. |
blob | commitdiff | diff to current |
2013-10-01 |
Justin Pettit | ofproto: Define official OpenFlow port number. |
blob | commitdiff | diff to current |
2013-10-01 |
Justin Pettit | Don't differentiate between TCP and SSL ports for OpenF... |
blob | commitdiff | diff to current |
2013-06-29 |
Ben Pfaff | vconn: Fix formatting of user message. |
blob | commitdiff | diff to current |
2013-06-28 |
Ben Pfaff | Replace all uses of strerror() by ovs_strerror(), for... |
blob | commitdiff | diff to current |
2013-06-05 |
Andy Hill | Fix misspellings in comments and docs. |
blob | commitdiff | diff to current |
2013-05-03 |
Ben Pfaff | vconn: Mark class structures as const. |
blob | commitdiff | diff to current |
2013-01-26 |
Ben Pfaff | vconn: Initialize 'recv_any_version' member of struct... |
blob | commitdiff | diff to current |
2013-01-24 |
Ben Pfaff | rconn: Fix null pointer dereference in rconn_add_monitor(). |
blob | commitdiff | diff to current |
2013-01-17 |
Ben Pfaff | Replace most uses of assert by ovs_assert. |
blob | commitdiff | diff to current |
2013-01-04 |
Ben Pfaff | vconn: Fix parameters for vconn_open(), vconn_open_bloc... |
blob | commitdiff | diff to current |
2012-11-12 |
Simon Horman | vonn: Allow snoops to use the OpenFlow version of the... |
blob | commitdiff | diff to current |
2012-11-05 |
Simon Horman | ofp-util: Add version bitmap support to hello messages. |
blob | commitdiff | diff to current |
2012-11-05 |
Simon Horman | vconn: Replace minimum version with bitmap of allowed... |
blob | commitdiff | diff to current |
2012-08-07 |
Justin Pettit | vconn: Properly line up description for "tcp:" and... |
blob | commitdiff | diff to current |
2012-08-07 |
Ben Pfaff | vconn: Fix vconn_get_version(). |
blob | commitdiff | diff to current |
2012-08-07 |
Ben Pfaff | vconn: Ensure that vconn_run() is enough to complete... |
blob | commitdiff | diff to current |
2012-08-07 |
Simon Horman | ofp-util: Make ofperr_encode_msg__() use correct Open... |
blob | commitdiff | diff to current |
2012-08-07 |
Simon Horman | ofp-util: Allow encoding of Open Flow 1.1 & 1.2 Barrier... |
blob | commitdiff | diff to current |
2012-08-01 |
Ben Pfaff | test-vconn: Block in three cases where a race is visibl... |
blob | commitdiff | diff to current |
2012-07-31 |
Simon Horman | openflow: Add enum ofp_version |
blob | commitdiff | diff to current |
2012-07-31 |
Ben Pfaff | ofp-msgs: New approach to encoding and decoding OpenFlo... |
blob | commitdiff | diff to current |
2012-05-03 |
Raju Subramanian | Global replace of Nicira Networks. |
blob | commitdiff | diff to current |
2012-03-24 |
Mehak Mahajan | Allow configuring DSCP on controller and manager connec... |
blob | commitdiff | diff to current |
2012-03-07 |
Ben Pfaff | Begin breaking openflow-1.0.h into common and version... |
blob | commitdiff | diff to current |
2012-03-07 |
Ben Pfaff | Introduce ofputil_protocol, to abstract the protocol... |
blob | commitdiff | diff to current |
2012-02-09 |
Ben Pfaff | ofp-util: New function ofputil_encode_barrier_request(). |
blob | commitdiff | diff to current |
2012-01-12 |
Ben Pfaff | Better abstract OpenFlow error codes. |
blob | commitdiff | diff to current |
2011-02-22 |
Justin Pettit | vconn: Fix comparison that should be assignment in... |
blob | commitdiff | diff to current |
2010-12-06 |
Ben Pfaff | vconn: New function vconn_transact_multiple_noreply(). |
blob | commitdiff | diff to current |
2010-12-02 |
Ben Pfaff | vconn: New function vconn_transact_noreply(). |
blob | commitdiff | diff to current |
2010-11-30 |
Ben Pfaff | coverage: Make the coverage counters catalog program... |
blob | commitdiff | diff to current |
2010-11-30 |
Ben Pfaff | Convert stream and vconn interfaces to use ovs_be16... |
blob | commitdiff | diff to current |
2010-11-17 |
Ben Pfaff | ofp-util: Consistently treat OpenFlow xids as network... |
blob | commitdiff | diff to current |
2010-10-29 |
Ben Pfaff | vlog: Make client supply semicolon for VLOG_DEFINE_THIS... |
blob | commitdiff | diff to current |
2010-08-30 |
Joe Perches | treewide: Remove trailing whitespace |
blob | commitdiff | diff to current |
2010-08-25 |
Ben Pfaff | stream, vconn: Fix comments. |
blob | commitdiff | diff to current |
2010-07-21 |
Ben Pfaff | vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring... |
blob | commitdiff | diff to current |
2010-06-24 |
Ben Pfaff | vconn: Fix tracking of "connected" state. |
blob | commitdiff | diff to current |
2010-06-17 |
Ben Pfaff | vconn: Move OpenFlow utility functions into new file... |
blob | commitdiff | diff to current |
2010-04-19 |
Jesse Gross | tunneling: Add support for tunnel ID. |
blob | commitdiff | diff to current |
2010-04-13 |
Ben Pfaff | Make fatal signals cause an exit more promptly in speci... |
blob | commitdiff | diff to current |
2010-03-25 |
Ben Pfaff | Merge "citrix" branch into "master". |
blob | commitdiff | diff to current |
2010-03-17 |
Ben Pfaff | Merge "next" branch into "master". |
blob | commitdiff | diff to current |
2010-02-24 |
Ben Pfaff | Merge "master" into "next". |
blob | commitdiff | diff to current |
2010-02-20 |
Justin Pettit | ofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0) |
blob | commitdiff | diff to current |
2010-02-20 |
Justin Pettit | ofproto: Add support for matching IP addresses in ARP... |
blob | commitdiff | diff to current |
2010-02-20 |
Justin Pettit | ofproto: Add support for flow cookies (OpenFlow 1.0) |
blob | commitdiff | diff to current |
2010-02-20 |
Justin Pettit | ofproto: Check overlap, emerg flow cache, and error... |
blob | commitdiff | diff to current |
2010-02-20 |
Justin Pettit | ofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow... |
blob | commitdiff | diff to current |
2010-02-12 |
Ben Pfaff | vconn: New functions vconn_verify_name(), pvconn_verify... |
blob | commitdiff | diff to current |
2010-02-12 |
Ben Pfaff | vconn: When validating OpenFlow actions always check... |
blob | commitdiff | diff to current |
2010-02-11 |
Ben Pfaff | Merge "master" into "next". |
blob | commitdiff | diff to current |
2010-02-11 |
Ben Pfaff | Rename UNUSED macro to OVS_UNUSED to avoid naming conflict. |
blob | commitdiff | diff to current |
2010-02-06 |
Justin Pettit | Merge branch 'master' into next |
blob | commitdiff | diff to current |
2010-01-06 |
Ben Pfaff | vconn: Convert vconn code to modern OVS structure. |
blob | commitdiff | diff to current |
2010-01-06 |
Ben Pfaff | Check invariants earlier in vconn and stream code. |
blob | commitdiff | diff to current |
2009-12-11 |
Justin Pettit | vconn: Have check_action() perform all validation |
blob | commitdiff | diff to current |
2009-12-02 |
Ben Pfaff | Merge "master" branch into "db". |
blob | commitdiff | diff to current |
2009-11-18 |
Ben Pfaff | Merge citrix branch into master. |
blob | commitdiff | diff to current |
2009-11-17 |
Justin Pettit | vconn: Fix endian issue in unknown action type error... |
blob | commitdiff | diff to current |
2009-11-10 |
Jesse Gross | Merge citrix branch into master. |
blob | commitdiff | diff to current |
2009-11-10 |
Justin Pettit | vconn: Clean-up "match" typo in comments |
blob | commitdiff | diff to current |
2009-11-09 |
Ben Pfaff | Fix incorrect printf format specifiers. |
blob | commitdiff | diff to current |
2009-10-23 |
Ben Pfaff | Merge "citrix" into "master". |
blob | commitdiff | diff to current |
2009-10-06 |
Justin Pettit | Merge commit 'origin/citrix' |
blob | commitdiff | diff to current |
2009-10-05 |
Ben Pfaff | Merge "citrix" branch into "master. |
blob | commitdiff | diff to current |
2009-09-22 |
Ben Pfaff | Merge citrix branch into master. |
blob | commitdiff | diff to current |
2009-09-21 |
Ben Pfaff | vconn: Remove unused "reconnectable" member from vconn. |
blob | commitdiff | diff to current |
2009-09-16 |
Ben Pfaff | Factor out code for composing OFPT_PACKET_IN messages. |
blob | commitdiff | diff to current |
2009-09-12 |
Justin Pettit | Merge commit 'origin/citrix' |
blob | commitdiff | diff to current |
2009-09-12 |
Justin Pettit | Merge commit 'origin/ctrix' into k |
blob | commitdiff | diff to current |
2009-09-11 |
Jean Tourrihles | vconn: Fix byte-swapping of message type when validatin... |
blob | commitdiff | diff to current |
2009-09-05 |
Justin Pettit | Merge commit 'origin/citrix' |
blob | commitdiff | diff to current |
2009-09-02 |
Ben Pfaff | Merge citrix branch into master. |
blob | commitdiff | diff to current |
2009-08-25 |
Justin Pettit | Merge commit 'origin/citrix' |
blob | commitdiff | diff to current |
2009-08-19 |
Ben Pfaff | Merge citrix into master. |
blob | commitdiff | diff to current |
2009-08-19 |
Ben Pfaff | Merge citrix into master. |
blob | commitdiff | diff to current |
2009-07-29 |
Justin Pettit | Merge commit 'origin/citrix' |
blob | commitdiff | diff to current |
2009-07-29 |
Justin Pettit | Merge commit 'origin/citrix' |
blob | commitdiff | diff to current |
2009-07-21 |
Ben Pfaff | Do not try to resolve DNS for OpenFlow controllers... |
blob | commitdiff | diff to current |
2009-07-16 |
Ben Pfaff | Merge citrix branch into master. |
blob | commitdiff | diff to current |
2009-07-13 |
Ben Pfaff | vconn: Fix detection of vconn local IP address, to... |
blob | commitdiff | diff to current |
2009-07-08 |
Justin Pettit | Have rconn and vconn export information about IPs and... |
blob | commitdiff | diff to current |
2009-07-01 |
Justin Pettit | Merge commit 'origin/citrix' |
blob | commitdiff | diff to current |
2009-06-15 |
Ben Pfaff | Merge changes from citrix branch into master. |
blob | commitdiff | diff to current |
2009-06-15 |
Ben Pfaff | Update primary code license to Apache 2.0. |
blob | commitdiff | diff to current |
2009-06-13 |
Ben Pfaff | vconn: Factor out common code from TCP and SSL vconns. |
blob | commitdiff | diff to current |
2009-06-12 |
Ben Pfaff | vconn: Drop obsolete code for Netlink-based vconns. |
blob | commitdiff | diff to current |
2009-06-12 |
Ben Pfaff | vconn: Report valid errno value if connection closed... |
blob | commitdiff | diff to current |
2009-07-08 |
Ben Pfaff | Import from old repository commit 61ef2b42a9c4ba8e1600f... v0.90.0 |
blob | commitdiff | diff to current |
|