json: Move from lib to include/openvswitch.
[cascardo/ovs.git] / lib / ofp-actions.c
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.
2015-09-11 Joe Stringerofp-actions: Allow special handling for nested actions.
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-08-28 Jesse Grossofp-actions: Don't encode variable length fields using...
2015-07-31 Ben Pfaffofp-actions: Add action "debug_recirc" for testing...
2015-07-29 Ben Pfaffofp-actions: OFPP_ANY (aka OFPP_NONE) is not a valid...
2015-06-26 Ben Pfaffofp-actions: Support mixing "conjunction" and "note...
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-11 Jarno RajahalmeUse classifier versioning.
2015-05-28 Joe Stringerofp-actions: Improve conjunction error message.
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-04-17 Ben Pfaffofp-actions: Remove dead store in ofpacts_pull_openflow...
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-03-26 Jarno Rajahalmeofproto-dpif: Restore metadata and registers on recircu...
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-03 Pravin B Shelarofpbuf: Simplify ofpbuf API.
2015-02-25 Ben PfaffOpenFlow 1.5 is final, so change OF1.5 draft references...
2015-01-11 Ben Pfaffclassifier: Add support for conjunctive matches.
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2014-12-05 Ben Pfaffofp-actions: Support "copy_field" ONF extension to...
2014-12-05 Ben Pfaffofp-actions: Add support for ONF extension actions.
2014-12-05 Ben Pfaffofp-actions: Update "copy_field" to latest OF1.5 draft.
2014-12-05 Ben Pfaffofp-actions: Only set defined bits when encoding "load...
2014-11-10 Jarno RajahalmeFix setting transport ports with frags.
2014-10-23 Ben Pfaffofp-actions: Properly check for action that exceeds...
2014-10-08 Ben Pfaffofp-actions: Support experimenter OXMs in Nicira extens...
2014-10-08 Ben Pfaffofp-actions: Correct test for OFPVID_PRESENT bit in...
2014-10-08 Ben Pfaffnx-match: Add support for experimenter OXM.
2014-10-08 Ben Pfaffofp-actions: Support OF1.5 (draft) masked Set-Field...
2014-10-07 Ben Pfaffofp-actions: Better support OXM in Copy-Field action.
2014-10-07 Ben Pfaffnx-match: Move all knowledge of OXM/NXM here.
2014-10-07 Ben Pfaffmeta-flow: Autogenerate mf_field data structures.
2014-09-29 Ben Pfaffofp-actions, nx-match: Use mf_oxm_header() instead...
2014-09-24 Selvamuthukumarofp-actions: Fix error code for invalid table id.
2014-09-15 Gurucharan ShettyFix remaining "void function returning a value" warning...
2014-09-02 Srini Seetharamanofp-actions: Support "resubmit" actions in action sets.
2014-08-15 Thomas Grafofp-actions: Include OFPACT_REG_MOVE in action set
2014-08-11 Ben Pfaffofp-actions: Use specific error code for oxm_hasmask...
2014-08-11 Ben Pfaffofp-actions: Avoid logging 64 times as many actions...
2014-08-11 Ben Pfaffofp-actions: Add support for OpenFlow 1.5 (draft) Copy...
2014-08-11 Ben Pfaffofp-actions: Centralize all OpenFlow action code for...
2014-08-11 Ben Pfaffofp-actions: Pretend that OpenFlow 1.0 has instructions.
2014-08-11 Ben Pfaffofp-actions: Add instructions bitmaps and fix related...
2014-08-11 Ben Pfaffofp-actions: Add action bitmap abstraction.
2014-07-15 Ben PfaffDrop assignments whose values are never used.
2014-06-25 Simon Hormanofp-actions: Allow pop_mpls on MPLS packets
2014-06-02 Simon Hormanofp-errors: Duplicate instruction error
2014-05-14 Ben Pfaffmeta-flow: Encode OXM version information into struct...
2014-04-09 Jarno Rajahalmelib/ofp-actions: Silently discard set ip ecn/ttl action...
2014-04-03 Jarno Rajahalmeofpbuf: Abstract 'l2' pointer and document usage conven...
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-30 Jarno Rajahalmelib/ofpbuf: Compact
next