netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / ofp-actions.h
2016-02-20 Ben Pfaffofp-actions: Introduce macro for padding struct members.
2016-02-20 Ben PfaffImplement serializing the state of packet traversal...
2016-02-20 Ben PfaffSupport userdata in NXT_PACKET_IN2.
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-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 YAMAMOTO Takashiofp-actions: Define IPPORT_FTP by ourselves
2015-11-26 Jarno Rajahalmeconntrack: Add support for NAT.
2015-10-16 Joe Stringerofp-actions: Fix build on earlier GCC.
2015-10-13 Joe StringerAdd support for connection tracking helper/ALGs.
2015-10-13 Joe StringerAdd connection tracking mark support.
2015-10-13 Joe StringerAdd support for connection tracking.
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-07-31 Ben Pfaffofp-actions: Add action "debug_recirc" for testing...
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-16 Jarno RajahalmeRevert "ofp-actions: Align struct ofpact to OFPACT_ALIG...
2015-03-13 Jarno Rajahalmeofp-actions: Align struct ofpact to OFPACT_ALIGNTO.
2015-01-11 Ben Pfaffclassifier: Add support for conjunctive matches.
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2014-10-08 Ben Pfaffofp-actions: Support OF1.5 (draft) masked Set-Field...
2014-08-12 Ben Pfaffofp-actions: Make struct ofpact constant size across...
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-06-12 Ben PfaffImplement learned flow deletion.
2014-06-06 Ben Pfaffofp-actions: Store cookie in network byte order in...
2014-04-29 Jarno Rajahalmeofproto: Inline actions in struct rule_actions.
2014-04-29 Jarno Rajahalmelib/ofp-actions: Update comment.
2014-03-24 Alexander Wuofp-actions: New function ovs_instruction_type_from_ins...
2014-03-13 Ben Pfaffutil: New macro PAD_SIZE.
2014-03-13 Gurucharan Shettyofp-actions: Relax build assertion condition for ofpact...
2014-02-07 Ben PfaffAlways insert MPLS labels after VLAN tags.
2013-12-13 Helmut Schaalib/ofp: Consolidate some struct field orders
2013-11-20 Ben Pfaffofp-actions: Make ofpacts_check() report consistency...
2013-11-02 Jarno RajahalmeAdd OF11 SET MPLS LABEL and SET MPLS TC actions.
2013-11-02 Ben Pfaffofproto: Centralize action checking, doing it at decode...
2013-11-02 Ben Pfaffofp-util: Move ofputil_check_output_port() to ofp-actio...
2013-11-01 Jarno Rajahalmeofp-actions: Send deprecated actions as set fields.
2013-11-01 Jarno Rajahalmeofp-actions: Simplify interface and internal structure.
2013-11-01 Jarno Rajahalmeofp-actions: Set-Field OF 1.0/1.1 compatibility.
2013-11-01 Jarno RajahalmeNative Set-Field action.
2013-11-01 Jarno RajahalmeOF 1.1 set vlan vid/pcp compatibility.
2013-10-23 Jarno Rajahalmelib/ofp-actions: Enforce action consistency.
2013-10-23 Jarno RajahalmeAdd OF11 SET IP TTL action.
2013-10-23 Jarno RajahalmeAdd OF11 set IPv4 ECN action.
2013-10-23 Ben PfaffAllow OFPACT_SET_IP_DSCP to act on both IPv4 and IPv6...
2013-10-21 Joe Stringerofp-actions: Distinguish OF1.1/1.2 push_mpls from OF1.3+.
2013-10-14 Simon HormanAdd support for write-actions
2013-09-13 Ben Pfaffofproto: Move function find_meter() into ofpacts as...
2013-09-02 Neil ZhuImplement OpenFlow 1.1+ "groups" protocol.
2013-08-27 Ben Pfaffofp-util: Abstract flow_mod OFPFF_* flags.
2013-07-23 Alex Wangclang: Fix the alignment warning.
2013-06-28 Jarno RajahalmeFix table checking for goto table instruction.
2013-06-28 Ben Pfaffofpact: New function ovs_instruction_type_from_ofpact_t...
2013-06-28 Ben Pfaffofp-actions: Give ovs_instruction funcs names that...
2013-06-25 Jarno Rajahalmeofp-util: Support for OpenFlow 1.3 meters.
2013-06-24 Jarno Rajahalmeofpacts_check: Remove unnecessary flow copying.
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-06-10 Ben Pfaffofp-actions: Add comments to struct ofpact_learn_spec.
2013-06-05 Jing Aiofp-actions: enforce valid range for table_id in goto_t...
2013-04-22 Romain LengletImplement IPFIX export
2013-03-06 Andy Zhounicira-ext: Add Nicira actions NXAST_STACK_PUSH and...
2013-03-06 Simon HormanAdd support for set_mpls_ttl action
2013-03-06 Simon HormanAdd support for dec_mpls_ttl action
2013-02-05 Ethan Jacksonnicira-ext: Remove the autopath action.
2013-02-05 Simon HormanUser-Space MPLS actions and matches
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2012-12-21 Ethan Jacksonovs: Replace TODO:XXX with XXX.
2012-10-26 Isaku YamahataOF11: push_vlan support
2012-10-18 Joe Stringerofp-actions: Implement writing to metadata field
2012-10-18 Isaku Yamahataofpaction: support OF11 pop_vlan
2012-10-18 Isaku Yamahatalib: support OF11 dec_nw_ttl
2012-10-16 Isaku Yamahatainstruction/clear-actions: string parser/formater,...
2012-10-16 Isaku Yamahatainstruction: support goto-table action
2012-09-28 Simon Hormanofp-actions: Add parsing of set_field actions
2012-09-19 Ben Pfaffofp-actions: Improve explanation of 'compat' member...
2012-09-13 Ben Pfaffofp-actions: Right-justify the value in ofpact_reg_load...
2012-09-12 Isaku Yamahatalib/ofp-actions: use mf_subvalue in struct ofpact_reg_load.
2012-08-21 Ethan Jacksonofp-actions: Correct copyright statement.
2012-08-16 Mehak MahajanAdd Nicira vendor extension action NXAST_DEC_TTL_CNT_IDS.
2012-08-14 Isaku Yamahataofp-actions/instruction: helper functions for intructions
2012-08-14 Isaku Yamahataofp-actions: sort OVSINST_OFPIT11_xxx value in executio...
2012-08-14 Isaku Yamahataofp-actions: export OVSINST_OFPIT11_xxx
2012-08-08 Simon Hormanofp-actions: Return action size
2012-07-04 Ben Pfaffofp-actions: Add decoding and encoding OF1.1 instructio...
2012-07-04 Ben PfaffIntroduce ofpacts, an abstraction of OpenFlow actions.