]> git.proxmox.com Git - ovs.git/history - lib/ofp-actions.c
Don't shadow global VLOG "rl" definition.
[ovs.git] / lib / ofp-actions.c
2018-02-28 Justin PettitDon't shadow global VLOG "rl" definition.
2018-02-13 Ben Pfaffofp-util, ofp-parse: Break up into many separate modules.
2018-02-01 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-02-01 Ben PfaffSupport accepting and displaying table names in OVS...
2018-01-31 Ben Pfaffofp-actions: Make formatting and parsing functions...
2018-01-20 Eric Garverdpif: Add support for OVS_ACTION_ATTR_CT_CLEAR
2018-01-11 Yi Yangnsh: add dec_nsh_ttl action
2018-01-11 Justin Pettitofp-actions: Add action "debug_slow" for testing slow...
2018-01-04 Ben Pfaffofp-actions: Log version, vendor, and type of unknown...
2018-01-02 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-12-22 Ben Pfaffsparse: Add guards to prevent FreeBSD-incompatible...
2017-11-03 Bhanuprakash Bodireddyofp-actions: Remove return after OVS_NOT_REACHED.
2017-10-30 William Tuofp-actions: Fix dead assignment.
2017-08-21 Justin Pettitofproto-dpif: Mark packets as "untracked" after call...
2017-08-07 Jan ScheurichGeneric encap and decap support for NSH
2017-08-03 Ben Pfaffovs-ofctl: Avoid unnecessary flow replacement in "repla...
2017-08-02 Jan ScheurichOF support and translation of generic encap and decap
2017-06-21 Joe Stringerofp-actions: Store raw type for NXAST_LEARN2.
2017-06-12 Ben Pfafftreewide: Fix spelling of "prerequisites".
2017-06-12 Ben Pfaffofp-actions: Properly interpret "output:in_port".
2017-06-01 Ben Pfaffofp-print: Avoid array overread in print_table_instruct...
2017-05-31 Ben PfaffSupport accepting and displaying port names in OVS...
2017-05-30 Ben Pfaffofp-actions: Fix memory leak on error path in parse_CT().
2017-05-01 Joe Stringerofp-actions: Document that learn(limit=0) is no limit.
2017-03-17 Ben PfaffFix format specifier technicalities.
2017-03-16 Eric GarverAdd support for 802.1ad (QinQ tunneling)
2017-03-16 Daniele Di Proiettoofp-actions: Add limit to learn action.
2017-03-16 Daniele Di Proiettoofp-actions: Factor out decode_LEARN_{common,spec}().
2017-03-15 Yi-Hung Weiofproto: Add ref counting for variable length mf_fields.
2017-03-09 Jarno Rajahalmeconntrack: Force commit.
2017-03-09 Jarno Rajahalmeactions: Add resubmit with conntrack tuple.
2017-03-09 Jarno Rajahalmelib: Check match and action prerequisities with 'match'.
2017-03-09 Eric Garverofp-actions: Fix translation of set_field for nw_ecn
2017-03-08 Jarno Rajahalmeofproto: Meter translation.
2017-02-21 Yi-Hung Weimeta-flow: Remove cmap dependency.
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-10 Ben PfaffNew action "ct_clear".
2017-01-05 Jarno Rajahalmeofp-parse: Allow match field names in actions and brack...
2017-01-03 Joe Stringerlib: Add support for tftp ct helper.
2016-12-20 William Tuofp-actions: Add clone action.
2016-12-20 Ben Pfaffofp-actions: Use struct ext_action_header for appropria...
2016-11-30 Ben Pfaffofp-actions: Add "ingress" and "egress" options to...
2016-10-03 Thadeu Lima de Sou... tests/bundle: test bundle action with ports up and...
2016-09-27 Jarno Rajahalmeofp-actions: Always consider inconsistent CT actions...
2016-09-27 Jarno Rajahalmeofp-actions: Check that 'alg=ftp' matches on TCP.
2016-09-27 Jarno Rajahalmeofp-actions: Style fixes.
2016-09-02 Ben Pfafflearn: Fix iteration over learning specs.
2016-09-01 Jarno Rajahalmelearn: Avoid nested zero-sized arrays to fix build...
2016-08-31 Jarno Rajahalmeofp-actions: Waste less memory in set field and load...
2016-08-31 Jarno Rajahalmeofp-actions: Waste less memory in learn actions.
2016-07-29 Jarno Rajahalmemeta-flow: Clean up masking with prerequisities checking.
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-07-14 Ben Pfaffofp-actions: Remove XXX comment for write-actions in...
2016-07-14 Ben Pfaffofp-actions: Translate OF1.1+ mod_nw_ttl action to...
2016-07-14 Ben Pfaffofp-actions: Translate mod_nw_ecn action to OF1.1 properly.
2016-07-14 Ben Pfaffofp-actions: Translate OF1.0 "enqueue" actions for...
2016-07-14 Ben Pfaffofp-actions: Add extension to support "group" action...
2016-06-24 William Tuofp-actions: Add truncate action.
2016-06-17 Benli Yeipfix: Support tunnel information for Flow IPFIX.
2016-06-03 Ben Pfafftypes: Change ofp_port_t from uint16_t to uint32_t.
2016-05-24 Jarno Rajahalmeofp-actions: Allow conntrack action in group buckets.
2016-05-18 Jarno Rajahalmenat: documentation and parsing fixes.
2016-05-09 Ben Pfaffofproto-dpif: Do not count resubmit to later tables...
2016-04-29 Joe Stringerofp-actions: Fix use-after-free in decode_NOTE.
2016-04-18 Ben PfaffAdd skeleton for OF1.6 support.
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-util.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/meta-flow.h to include/openvswitch directory
2016-04-13 Ben Pfaffofp-actions: Make ofpact_finish() harder to misuse.
2016-03-30 Ben WarrenMove lib/ofpbuf.h to include/openvswitch directory
2016-03-30 Ben WarrenMove ofp-parse.h to include/openvswitch directory
2016-03-29 Joe Stringerofp-actions: Fix use-after-free with ofpact_finish().
2016-03-19 Ben WarrenMove lib/dynamic-string.h to include/openvswitch directory
2016-03-18 Quentin Monnetofp-actions: Color output of flow actions for ovs-ofctl...
2016-03-08 Joe Stringerofp-actions: Assert variable actions have len>0.
2016-03-03 Joe Stringerofp-actions: Prevent integer overflow in decode.
2016-03-03 Joe Stringerofp-actions: Fix use-after-free in bundle action.
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 Pfaffofpbuf: New function ofpbuf_const_initializer().
2016-02-19 Ben Pfaffofpbuf: Make ofpbuf_put_hex() accept period between...
2016-01-28 Ben Pfaffofp-actions: Add more detail when formatting unroll_xla...
2016-01-20 Ben Pfaffofp-actions: Append in ofpacts_pull_openflow_actions...
2016-01-05 Ben Pfaffofp-actions: Rename ofpact_update_len() to ofpact_finish().
2016-01-05 Ben Pfaffofp-actions: Make composing actions harder to screw up.
2015-12-23 William Tuofp-actions: Add padding in ofpacts_pull_openflow_instr...
2015-12-03 Joe Stringerofp-actions: Refactor ofpact_get_mf_dst().
2015-11-29 Ben Pfaffofp-actions: Look inside write_actions for output ports...
2015-11-26 Jarno Rajahalmeconntrack: Add support for NAT.
2015-11-09 Justin Pettitvswitchd: Allow modifying ICMP type and code.
2015-11-05 Jarno Rajahalmeofp-actions: Fix conntrack action usable_protocols...
2015-10-13 Joe StringerAdd support for connection tracking helper/ALGs.
2015-10-13 Joe StringerAdd connection tracking label support.
2015-10-13 Joe StringerAdd connection tracking mark support.
2015-10-13 Joe StringerAdd support for connection tracking.
2015-10-13 Joe Stringerofp-actions: Pass ofp_version to decode functions.
2015-10-13 Joe Stringerofp-actions: Extend reg_load parsing to >64bits.
2015-10-13 Joe Stringerofp-actions: Refactor set_field tokenization.
next