2014-01-23 |
Luigi Rizzo | lib/pcap-file: add 'ovs_' prefix to pcap functions |
blob | commitdiff |
2014-01-14 |
Ben Pfaff | classifier: Use fat_rwlock instead of ovs_rwlock. |
blob | commitdiff | diff to current |
2013-12-23 |
Ben Pfaff | ovs-ofctl: New command "ofp-parse-pcap" to dump OpenFlo... |
blob | commitdiff | diff to current |
2013-12-23 |
Ben Pfaff | pcap-file: Add timestamp support for reading and writin... |
blob | commitdiff | diff to current |
2013-12-17 |
Harold Lim | Rename NOT_REACHED to OVS_NOT_REACHED |
blob | commitdiff | diff to current |
2013-12-13 |
Ethan Jackson | ovs-ofctl: Replace TODO with XXX. |
blob | commitdiff | diff to current |
2013-11-26 |
Alin Serdean | Avoid printf type modifiers not supported by MSVC C... |
blob | commitdiff | diff to current |
2013-11-20 |
Ben Pfaff | ofp-actions: Make ofpacts_check() report consistency... |
blob | commitdiff | diff to current |
2013-11-20 |
Jarno Rajahalme | Classifier: Staged subtable matching. |
blob | commitdiff | diff to current |
2013-11-02 |
Ben Pfaff | ofproto: Centralize action checking, doing it at decode... |
blob | commitdiff | diff to current |
2013-11-01 |
Jarno Rajahalme | ofp-actions: Simplify interface and internal structure. |
blob | commitdiff | diff to current |
2013-10-29 |
Venkitachalam Gopa... | Implement OFPT_QUEUE_GET_CONFIG_REQUEST and OFPT_QUEUE_... |
blob | commitdiff | diff to current |
2013-10-23 |
Jarno Rajahalme | lib/ofp-actions: Enforce action consistency. |
blob | commitdiff | diff to current |
2013-10-21 |
Joe Stringer | ofp-actions: Distinguish OF1.1/1.2 push_mpls from OF1.3+. |
blob | commitdiff | diff to current |
2013-10-14 |
Ben Pfaff | ofp-actions: Make ofpacts_format() caller add "actions... |
blob | commitdiff | diff to current |
2013-10-10 |
Ben Pfaff | ovs-ofctl: Add undocumented "parse-pcap" command, for... |
blob | commitdiff | diff to current |
2013-09-16 |
Jarno Rajahalme | ovs-ofctl: Add meter support. |
blob | commitdiff | diff to current |
2013-09-13 |
Paul Ingram | vlog: Report timestamps in millisecond resolution in... |
blob | commitdiff | diff to current |
2013-09-07 |
Andy Zhou | openflow-1.1+: OFPT_TABLE_MOD (part 1) |
blob | commitdiff | diff to current |
2013-09-02 |
Neil Zhu | Implement OpenFlow 1.1+ "groups" protocol. |
blob | commitdiff | diff to current |
2013-08-28 |
Jarno Rajahalme | lib: Keep track of usable protocols while parsing. |
blob | commitdiff | diff to current |
2013-08-27 |
Ben Pfaff | ofp-util: Abstract flow_mod OFPFF_* flags. |
blob | commitdiff | diff to current |
2013-08-09 |
Ethan Jackson | classifier: Make use of the classifier thread safe. |
blob | commitdiff | diff to current |
2013-08-06 |
Ben Pfaff | ovs-ofctl: Add "ofp-parse" command for printing OpenFlo... |
blob | commitdiff | diff to current |
2013-07-23 |
Alex Wang | clang: Fix the alignment warning. |
blob | commitdiff | diff to current |
2013-07-19 |
Linda Sun | Avoid designated initializers and static decls of array... |
blob | commitdiff | diff to current |
2013-07-08 |
Ben Pfaff | ofp-util: Add 'modify_cookie' to struct ofputil_flow_mo... |
blob | commitdiff | diff to current |
2013-07-08 |
Ben Pfaff | ofp-parse: Do not exit() upon a parse error. |
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-28 |
Jarno Rajahalme | Fix table checking for goto table instruction. |
blob | commitdiff | diff to current |
2013-06-25 |
Ben Pfaff | ofp-errors: Implement OpenFlow 1.2+ experimenter error... |
blob | commitdiff | diff to current |
2013-06-20 |
Alex Wang | Create specific types for ofp and odp port |
blob | commitdiff | diff to current |
2013-06-05 |
Jing Ai | ofp-actions: enforce valid range for table_id in goto_t... |
blob | commitdiff | diff to current |
2013-05-08 |
Ben Pfaff | Always check return value of strftime(). |
blob | commitdiff | diff to current |
2013-05-07 |
Ben Pfaff | ovs-ofctl: Fix bad info in comment on transact_multiple... |
blob | commitdiff | diff to current |
2013-05-03 |
Ben Pfaff | ovs-ofctl: Make "ovs-ofctl monitor" respond to echo... |
blob | commitdiff | diff to current |
2013-05-03 |
Ben Pfaff | Make most "struct option" instances "const". |
blob | commitdiff | diff to current |
2013-05-02 |
Ben Pfaff | Use gmtime_r() and localtime_r() instead of non-thread... |
blob | commitdiff | diff to current |
2013-02-01 |
Ben Pfaff | Use is_pow2() function, where possible, instead of... |
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-24 |
Ben Pfaff | ovs-ofctl: Use vconn_open() instead of vconn_open_block... |
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-12-04 |
Ben Pfaff | ofp-errors: Correctly encode errors as extensions or... |
blob | commitdiff | diff to current |
2012-11-29 |
Simon Horman | ovs-ofctl: By default, do not set flow format for OpenF... |
blob | commitdiff | diff to current |
2012-11-29 |
Ben Pfaff | ovs-ofctl: Reject impossible protocols configurations... |
blob | commitdiff | diff to current |
2012-11-29 |
Simon Horman | ovs-ofctl: Add option to set allowed OpenFlow versions |
blob | commitdiff | diff to current |
2012-11-27 |
Jarno Rajahalme | Fix handling of OFPP_ANY in OpenFlow 1.1 and later. |
blob | commitdiff | diff to current |
2012-11-20 |
Ethan Jackson | ovs-ofctl: Don't rely on stat() to check unix sockets. |
blob | commitdiff | diff to current |
2012-11-16 |
Ben Pfaff | ofp-util: Make ofputil_encode_set_protocol() able to... |
blob | commitdiff | diff to current |
2012-11-16 |
Ben Pfaff | ovs-ofctl: Style fix. |
blob | commitdiff | diff to current |
2012-11-09 |
Ben Pfaff | tests: Add tests for encoding and decoding OpenFlow... |
blob | commitdiff | diff to current |
2012-11-05 |
Simon Horman | vconn: Replace minimum version with bitmap of allowed... |
blob | commitdiff | diff to current |
2012-10-18 |
Ben Pfaff | ofp-util: Separate output, error reporting in ofputil_p... |
blob | commitdiff | diff to current |
2012-10-12 |
Simon Horman | ofp-msgs: Open Flow 1.1 and 1.2 Queue Status Messages |
blob | commitdiff | diff to current |
2012-10-10 |
Simon Horman | ofp-msgs: Open Flow 1.1 and 1.2 Port Status Messages |
blob | commitdiff | diff to current |
2012-10-04 |
Simon Horman | ofp-util: Set Packet In Format: Use prevailing OpenFlow... |
blob | commitdiff | diff to current |
2012-09-20 |
Ben Pfaff | ovs-ofctl: Accept port keywords, OF1.1 port numbers... |
blob | commitdiff | diff to current |
2012-09-04 |
Ben Pfaff | Introduce sparse flows and masks, to reduce memory... |
blob | commitdiff | diff to current |
2012-09-04 |
Ben Pfaff | classifier: Prepare for "struct cls_rule" needing to... |
blob | commitdiff | diff to current |
2012-09-04 |
Ben Pfaff | classifier: Break cls_rule 'flow' and 'wc' members... |
blob | commitdiff | diff to current |
2012-09-04 |
Ben Pfaff | flow: Replace flow_wildcards members by a single "struc... |
blob | commitdiff | diff to current |
2012-08-29 |
Simon Horman | ovs-ofctl: Use vconn as a parameter of dump_stats_trans... |
blob | commitdiff | diff to current |
2012-08-17 |
Ben Pfaff | ovs-ofctl: Fix memory leak in "check-vlan" test command. |
blob | commitdiff | diff to current |
2012-08-08 |
Simon Horman | ofp-util: Prepare Packet Out encoder for other Open... |
blob | commitdiff | diff to current |
2012-08-07 |
Ben Pfaff | tests: Test that ofp10_match bytes that should be ignor... |
blob | commitdiff | diff to current |
2012-08-07 |
Simon Horman | ofp-util: Make make_echo_request() aware of different... |
blob | commitdiff | diff to current |
2012-08-07 |
Simon Horman | ofp-error: Remove ofperr_domain from external API |
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-06 |
Simon Horman | nx-match: Separate raw match and header/pad pull/put |
blob | commitdiff | diff to current |
2012-07-31 |
Ben Pfaff | openflow: Separate OF1.0, OF1.1 flow_mod constants... |
blob | commitdiff | diff to current |
2012-07-31 |
Ben Pfaff | openflow: Rename OpenFlow 1.0 statistics messages with... |
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-07-23 |
Ben Pfaff | ovs-ofctl: Avoid printing false differences on "ovs... |
blob | commitdiff | diff to current |
2012-07-23 |
Simon Horman | tests: OXM VLAN match encoding and decoding |
blob | commitdiff | diff to current |
2012-07-20 |
Ben Pfaff | tests: Add more tests for VLAN match encoding and decoding. |
blob | commitdiff | diff to current |
2012-07-18 |
Ben Pfaff | tests: Add detailed test for OF1.0 match decoding and... |
blob | commitdiff | diff to current |
2012-07-16 |
Ben Pfaff | ovs-ofctl: Fix use-after-free error. |
blob | commitdiff | diff to current |
2012-07-12 |
Ben Pfaff | ovs-ofctl: Avoid use-after-free upon "ofctl/unblock... |
blob | commitdiff | diff to current |
2012-07-12 |
Ben Pfaff | ofproto: New feature to notify controllers of flow... |
blob | commitdiff | diff to current |
2012-07-12 |
Ben Pfaff | ovs-ofctl: Add --sort and --rsort options for "dump... |
blob | commitdiff | diff to current |
2012-07-12 |
Ben Pfaff | ovs-ofctl: Factor code out of read_flows_from_switch(). |
blob | commitdiff | diff to current |
2012-07-12 |
Ben Pfaff | ovs-ofctl: Use the prepared connection to dump flows... |
blob | commitdiff | diff to current |
2012-07-09 |
Arun Sharma | Rename static functions to increase uniqueness. |
blob | commitdiff | diff to current |
2012-07-04 |
Ben Pfaff | ofp-actions: Add decoding and encoding OF1.1 instructio... |
blob | commitdiff | diff to current |
2012-07-04 |
Ben Pfaff | Introduce ofpacts, an abstraction of OpenFlow actions. |
blob | commitdiff | diff to current |
2012-07-02 |
Ben Pfaff | Use UTC consistently instead of local timezone. |
blob | commitdiff | diff to current |
2012-06-27 |
Ben Pfaff | ovs-ofctl: Fix handling of unexpected replies in dump_s... |
blob | commitdiff | diff to current |
2012-06-13 |
Ben Pfaff | ofp-util: Implement translation to and from OpenFlow... |
blob | commitdiff | diff to current |
2012-06-11 |
Simon Horman | nx-match: Add parsing and serialisation of OXM matches. |
blob | commitdiff | diff to current |
2012-05-29 |
Justin Pettit | ofp-util: Clean up cookie handling. |
blob | commitdiff | diff to current |
2012-05-24 |
Ben Pfaff | ovs-ofctl: Support all OFPPC_* flags in "mod-port"... |
blob | commitdiff | diff to current |
2012-05-14 |
Ben Pfaff | ovs-ofctl: Avoid impossible check for !osm in fetch_por... |
blob | commitdiff | diff to current |
2012-05-10 |
Ben Pfaff | dynamic-string: New function ds_get_test_line(). |
blob | commitdiff | diff to current |
2012-05-08 |
Justin Pettit | ovs-ofctl: Use port description stat to look up ports... |
blob | commitdiff | diff to current |
2012-05-08 |
Justin Pettit | ovs-ofctl: Support large number of ports with "show... |
blob | commitdiff | diff to current |
2012-05-08 |
Justin Pettit | ofproto: Add support for OF1.3 port description multipa... |
blob | commitdiff | diff to current |
2012-05-03 |
Raju Subramanian | Global replace of Nicira Networks. |
blob | commitdiff | diff to current |
2012-03-28 |
Ben Pfaff | Fix minor memory leaks found by valgrind. |
blob | commitdiff | diff to current |
2012-03-27 |
Simon Horman | Add error codes for Open Flow v1.2 |
blob | commitdiff | diff to current |
next |