]> git.proxmox.com Git - mirror_ovs.git/history - lib/ofp-util.c
other-config: Add tc-policy switch to control tc flower flag
[mirror_ovs.git] / lib / ofp-util.c
2017-06-12 Ben Pfaffofp-util: Initialize tunnel metadata for OpenFlow 1...
2017-06-01 Ben Pfaffofp-util: Mask config value as intended in ofputil_deco...
2017-06-01 Ben Pfaffofp-util: Remove dead code from ofputil_encode_get_asyn...
2017-05-31 Ben PfaffSupport accepting and displaying port names in OVS...
2017-05-31 Yi-Hung Weiofp-util: Fix tun_metadata processing in packet-out
2017-05-31 Yi-Hung Weiofproto: Add pipeline fields support for OF 1.5 packet-out
2017-05-31 Yi-Hung Weiofp-util: Add OpenFlow 1.5 packet-out support
2017-05-31 Yi-Hung Weiofp-util: Add flow metadata to ofputil_packet_out
2017-05-25 Ben Pfaffofp-util: Fix buffer overread in ofputil_pull_queue_get...
2017-05-03 Jan Scheurichuserspace: Add packet_type in dp_packet and flow
2017-04-07 Ben PfaffAdd support for OpenFlow 1.6 (draft) port status and...
2017-04-06 Ben Pfaffutil: New macro ovs_strlcpy_arrays().
2017-03-24 Jarno Rajahalmemeta-flow: Remove metadata prerequisite on ether type.
2017-03-17 Ben PfaffFix format specifier technicalities.
2017-03-16 Eric GarverAdd support for 802.1ad (QinQ tunneling)
2017-03-15 Yi-Hung Weiofproto: Add ref counting for variable length mf_fields.
2017-03-15 Yi-Hung Weinx-match: Use vl_mff_map to parse match field.
2017-03-15 Yi-Hung Weinx-match: Fix oxm decode.
2017-03-09 Jarno Rajahalmeodp: Support conntrack orig tuple key.
2017-03-09 Jarno Rajahalmeofp-util: Ignore unknown fields in ofputil_decode_packe...
2017-03-09 Jarno Rajahalmelib: Check match and action prerequisities with 'match'.
2017-02-01 Yi-Hung Weiofp-actions: Fix variable length meta-flow OXMs.
2017-01-14 Shu ShenUse PRIu32 format for ofp_port_t
2017-01-07 Jarno Rajahalmenx-match: Only store significant bytes to stack.
2017-01-07 Jarno Rajahalmeofp-util: Do not assert fail if decoding malformed...
2017-01-05 Daniele Di Proiettoofproto: Fix crash on flow monitor request with tun_met...
2016-12-12 Stephen Finucanedoc: Populate 'topics' section
2016-11-14 Jarno Rajahalmeofproto: Return the OFPC_BUNDLES bit in switch features...
2016-11-03 Stephen Finucanedoc: Convert DESIGN to rST
2016-09-23 Justin PettitAdd OpenFlow command to flush conntrack table entries.
2016-09-19 Jesse Grosstun-metadata: Manage tunnel TLV mapping table on a...
2016-09-16 Jarno Rajahalmexlate: Use dp_hash for select groups.
2016-09-14 Jarno Rajahalmeofproto: Support packet_outs in bundles.
2016-08-30 Jarno Rajahalmelib: Retire packet buffering feature.
2016-07-29 Jarno Rajahalmeofp-util: remove flow mod's delete_reason.
2016-07-29 Jarno Rajahalmeofproto: Support group mods in bundles.
2016-07-29 Jarno Rajahalmemeta-flow: Compact struct field_array.
2016-07-29 Jarno Rajahalmeofp-util: Do not free() field that is not allocated.
2016-07-29 Jarno Rajahalmevconn: Update length of bundled messages.
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-07-13 Justin PettitIncrease number of registers to 16.
2016-07-03 Jan Scheurichofproto: Add relaxed group_mod command ADD_OR_MOD
2016-06-27 Ben Pfaffofp-util: Zero out padding bytes in ofputil_ipfix_stats...
2016-06-14 Ben Pfaffofp-util: Fix parsing of parenthesized values within...
2016-06-14 Benli Yeipfix: Add support for exporting ipfix statistics.
2016-05-06 mweglicxAdd support for extended netdev statistics based on...
2016-04-18 Ben Pfaffofp-errors: Introduce OF1.6 (proposed) error code for...
2016-04-18 Ben PfaffAdd skeleton for OF1.6 support.
2016-04-14 Ben WarrenMove lib/ofp-print.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/ofp-prop.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/ofp-actions.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/ofp-msgs.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/ofp-util.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/type-props.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/meta-flow.h to include/openvswitch directory
2016-04-14 Ben WarrenBreak uuid.h into private and public parts
2016-03-30 László Sürüofp-util: Fix indirect group delete message with no...
2016-03-30 Ben WarrenMove lib/ofpbuf.h to include/openvswitch directory
2016-03-30 Ben Warrenlist: Rename all functions in list.h with ovs_ prefix.
2016-03-19 Ben WarrenMove lib/dynamic-string.h to include/openvswitch directory
2016-03-19 Ben WarrenMove lib/ofp-errors.h to include/openvswitch directory
2016-03-07 William Tuofp-util: Fix use-after-free in group append.
2016-02-29 Jarno Rajahalmeofp: Add support for bundles extension in OpenFlow...
2016-02-24 Saloni JainImplement OFPT_TABLE_STATUS Message.
2016-02-20 Ben PfaffImplement serializing the state of packet traversal...
2016-02-20 Ben PfaffSupport userdata in NXT_PACKET_IN2.
2016-02-20 Ben Pfaffofp-util: Rename struct ofputil_packet_in member 'len...
2016-02-20 Ben PfaffImplement new packet-in format NXT_PACKET_IN2.
2016-02-20 Ben Pfaffofp-util: Remove 'const' from struct ofputil_packet_in...
2016-02-20 Ben Pfaffofpbuf: New function ofpbuf_const_initializer().
2016-01-21 Ben Pfaffofp-util: Make decoding switch features harder to misus...
2016-01-20 Ben Pfaffopenflow: Better abstract handling of packet-in messages.
2016-01-20 Ben Pfaffopenflow: Get rid of struct ofp13_packet_in.
2016-01-20 Ben Pfaffofp-util: Add function to encode OFPT_SET_ASYNC messages.
2016-01-20 Ben Pfaffofp-util: Fix OF1.4+ version of ofputil_decode_set_asyn...
2016-01-20 Ben Pfaffofp-util: Rewrite async config encoding and decoding...
2016-01-20 Ben Pfaffofp-util: Define struct ofputil_async_cfg to hold async...
2016-01-20 Ben Pfaffofp-util: New function ofputil_async_msg_type_to_string().
2016-01-20 Ben Pfaffopenflow: Implement OF1.4+ OFPMP_QUEUE_DESC multipart...
2016-01-20 Ben Pfaffofp-prop: New function ofpprop_put_zeros().
2016-01-20 Ben Pfaffofp-prop: Add generic functions for working with 16...
2016-01-20 Ben Pfaffofp-prop: Add support for experimenter properties.
2016-01-20 Ben Pfaffofp-prop: New module for working with OpenFlow 1.3...
2016-01-20 Ben Pfaffofp-util: Improve function to emit a bitmap property.
2016-01-20 Ben Pfaffofp-actions: Append in ofpacts_pull_openflow_actions...
2016-01-20 Ben Pfaffopenflow: Rename OF0.1-1.3 queue property constants.
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
2016-01-07 Ben PfaffBetter abstract OFPT_SET_CONFIG and OFPT_GET_CONFIG_REP...
2016-01-07 Ben Pfaffofproto: Implement OFPT_QUEUE_GET_CONFIG_REQUEST for...
2016-01-05 Ben Pfaffofp-util: Rearrange ofputil_append_meter_config() to...
2016-01-05 Ben Pfaffofp-util: Avoid use-after-free error in ofputil_append_...
2015-12-23 Flavio Leitnerofp-util: return BAD_TYPE for consistency at ofputil_de...
2015-12-15 Mengke Liugeneve-map-rename: rename geneve-map to tlv-map.
2015-11-30 Ambika Aroraofproto: Implement OF1.4 error code for set-async-config
2015-11-30 Jiri Benctunneling: extend flow_tnl with ipv6 addresses
2015-11-30 Saloni JainImplement Vacancy Events for OFPMP_TABLE_DESC.
2015-11-30 Saloni JainImplement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD.
2015-11-29 Ben Pfaffofp-util: Reject bad group type and command with error...
2015-11-24 Jarno Rajahalmeopenflow: Remove OFPG11_*
2015-10-16 Simon Hormanofproto: Correct encoding and decoding of group desc...
next