| Commit message (Expand) | Author | Age | Files | Lines |
* | ofp-util: Add 'modify_cookie' to struct ofputil_flow_mod, to support OF1.1. | Ben Pfaff | 2013-07-08 | 1 | -0/+1 |
* | ofp-parse: Do not exit() upon a parse error. | Ben Pfaff | 2013-07-08 | 1 | -15/+56 |
* | Replace all uses of strerror() by ovs_strerror(), for thread safety. | Ben Pfaff | 2013-06-28 | 1 | -5/+5 |
* | Fix table checking for goto table instruction. | Jarno Rajahalme | 2013-06-28 | 1 | -3/+9 |
* | ofp-errors: Implement OpenFlow 1.2+ experimenter error codes. | Ben Pfaff | 2013-06-25 | 1 | -6/+9 |
* | Create specific types for ofp and odp port | Alex Wang | 2013-06-20 | 1 | -11/+21 |
* | ofp-actions: enforce valid range for table_id in goto_table instruction | Jing Ai | 2013-06-05 | 1 | -3/+14 |
* | Always check return value of strftime(). | Ben Pfaff | 2013-05-08 | 1 | -6/+2 |
* | ovs-ofctl: Fix bad info in comment on transact_multiple_noreply(). | Ben Pfaff | 2013-05-07 | 1 | -3/+3 |
* | ovs-ofctl: Make "ovs-ofctl monitor" respond to echo requests. | Ben Pfaff | 2013-05-03 | 1 | -7/+27 |
* | Make most "struct option" instances "const". | Ben Pfaff | 2013-05-03 | 1 | -1/+1 |
* | Use gmtime_r() and localtime_r() instead of non-thread-safe versions. | Ben Pfaff | 2013-05-02 | 1 | -1/+3 |
* | Use is_pow2() function, where possible, instead of IS_POW2 macro. | Ben Pfaff | 2013-02-01 | 1 | -1/+1 |
* | rconn: Fix null pointer dereference in rconn_add_monitor(). | Ben Pfaff | 2013-01-24 | 1 | -6/+12 |
* | ovs-ofctl: Use vconn_open() instead of vconn_open_block() in open_vconn__(). | Ben Pfaff | 2013-01-24 | 1 | -2/+1 |
* | Replace most uses of assert by ovs_assert. | Ben Pfaff | 2013-01-16 | 1 | -1/+1 |
* | vconn: Fix parameters for vconn_open(), vconn_open_block(), pvconn_open(). | Ben Pfaff | 2013-01-04 | 1 | -4/+5 |
* | ofp-errors: Correctly encode errors as extensions or not depending on domain. | Ben Pfaff | 2012-12-04 | 1 | -0/+35 |
* | ovs-ofctl: By default, do not set flow format for OpenFlow 1.1+ | Simon Horman | 2012-11-29 | 1 | -13/+26 |
* | ovs-ofctl: Reject impossible protocols configurations at startup. | Ben Pfaff | 2012-11-29 | 1 | -0/+18 |
* | ovs-ofctl: Add option to set allowed OpenFlow versions | Simon Horman | 2012-11-29 | 1 | -23/+30 |
* | Fix handling of OFPP_ANY in OpenFlow 1.1 and later. | Jarno Rajahalme | 2012-11-27 | 1 | -4/+4 |
* | ovs-ofctl: Don't rely on stat() to check unix sockets. | Ethan Jackson | 2012-11-20 | 1 | -15/+25 |
* | ofp-util: Make ofputil_encode_set_protocol() able to return failure. | Ben Pfaff | 2012-11-16 | 1 | -1/+1 |
* | ovs-ofctl: Style fix. | Ben Pfaff | 2012-11-16 | 1 | -1/+2 |
* | tests: Add tests for encoding and decoding OpenFlow hello messages. | Ben Pfaff | 2012-11-09 | 1 | -0/+15 |
* | vconn: Replace minimum version with bitmap of allowed versions. | Simon Horman | 2012-11-04 | 1 | -3/+2 |
* | ofp-util: Separate output, error reporting in ofputil_port_from_string(). | Ben Pfaff | 2012-10-18 | 1 | -2/+3 |
* | ofp-msgs: Open Flow 1.1 and 1.2 Queue Status Messages | Simon Horman | 2012-10-12 | 1 | -10/+6 |
* | ofp-msgs: Open Flow 1.1 and 1.2 Port Status Messages | Simon Horman | 2012-10-10 | 1 | -5/+1 |
* | ofp-util: Set Packet In Format: Use prevailing OpenFlow version | Simon Horman | 2012-10-04 | 1 | -2/+6 |
* | ovs-ofctl: Accept port keywords, OF1.1 port numbers, reject port number 0. | Ben Pfaff | 2012-09-20 | 1 | -6/+3 |
* | Introduce sparse flows and masks, to reduce memory usage and improve speed. | Ben Pfaff | 2012-09-04 | 1 | -1/+1 |
* | classifier: Prepare for "struct cls_rule" needing to be destroyed. | Ben Pfaff | 2012-09-04 | 1 | -0/+2 |
* | classifier: Break cls_rule 'flow' and 'wc' members into new "struct match". | Ben Pfaff | 2012-09-04 | 1 | -75/+76 |
* | flow: Replace flow_wildcards members by a single "struct flow". | Ben Pfaff | 2012-09-04 | 1 | -7/+7 |
* | ovs-ofctl: Use vconn as a parameter of dump_stats_transaction() | Simon Horman | 2012-08-29 | 1 | -18/+19 |
* | ovs-ofctl: Fix memory leak in "check-vlan" test command. | Ben Pfaff | 2012-08-17 | 1 | -0/+1 |
* | ofp-util: Prepare Packet Out encoder for other Open Flow versions | Simon Horman | 2012-08-08 | 1 | -2/+3 |
* | tests: Test that ofp10_match bytes that should be ignored really are. | Ben Pfaff | 2012-08-07 | 1 | -4/+36 |
* | ofp-util: Make make_echo_request() aware of different OpenFlow versions. | Simon Horman | 2012-08-06 | 1 | -1/+1 |
* | ofp-error: Remove ofperr_domain from external API | Simon Horman | 2012-08-06 | 1 | -8/+5 |
* | ofp-util: Allow encoding of Open Flow 1.1 & 1.2 Barrier Request Messages | Simon Horman | 2012-08-06 | 1 | -1/+1 |
* | nx-match: Separate raw match and header/pad pull/put | Simon Horman | 2012-08-06 | 1 | -13/+30 |
* | openflow: Separate OF1.0, OF1.1 flow_mod constants and types. | Ben Pfaff | 2012-07-30 | 1 | -4/+4 |
* | openflow: Rename OpenFlow 1.0 statistics messages with "10" infix. | Ben Pfaff | 2012-07-30 | 1 | -2/+2 |
* | ofp-msgs: New approach to encoding and decoding OpenFlow headers. | Ben Pfaff | 2012-07-30 | 1 | -93/+83 |
* | ovs-ofctl: Avoid printing false differences on "ovs-ofctl diff-flows". | Ben Pfaff | 2012-07-23 | 1 | -22/+34 |
* | tests: OXM VLAN match encoding and decoding | Simon Horman | 2012-07-23 | 1 | -0/+24 |
* | tests: Add more tests for VLAN match encoding and decoding. | Ben Pfaff | 2012-07-19 | 1 | -0/+76 |