summaryrefslogtreecommitdiff
path: root/lib/ofp-actions.c
Commit message (Expand)AuthorAgeFilesLines
* conntrack: Force commit.Jarno Rajahalme2017-03-081-3/+26
* actions: Add resubmit with conntrack tuple.Jarno Rajahalme2017-03-081-19/+63
* lib: Check match and action prerequisities with 'match'.Jarno Rajahalme2017-03-081-24/+26
* ofp-actions: Fix translation of set_field for nw_ecnEric Garver2017-03-081-2/+4
* ofproto: Meter translation.Jarno Rajahalme2017-03-081-0/+1
* meta-flow: Remove cmap dependency.Yi-Hung Wei2017-02-211-0/+1
* ofp-actions: Fix variable length meta-flow OXMs.Yi-Hung Wei2017-02-011-80/+150
* Use PRIu32 format for ofp_port_tShu Shen2017-01-141-3/+3
* New action "ct_clear".Ben Pfaff2017-01-101-1/+42
* ofp-parse: Allow match field names in actions and brackets in matches.Jarno Rajahalme2017-01-041-34/+18
* lib: Add support for tftp ct helper.Joe Stringer2017-01-031-3/+13
* ofp-actions: Add clone action.William Tu2016-12-191-0/+89
* ofp-actions: Use struct ext_action_header for appropriate actions.Ben Pfaff2016-12-191-57/+39
* ofp-actions: Add "ingress" and "egress" options to "sample" action.Ben Pfaff2016-11-301-20/+72
* tests/bundle: test bundle action with ports up and downThadeu Lima de Souza Cascardo2016-10-031-1/+2
* ofp-actions: Always consider inconsistent CT actions as an error.Jarno Rajahalme2016-09-271-2/+5
* ofp-actions: Check that 'alg=ftp' matches on TCP.Jarno Rajahalme2016-09-271-1/+2
* ofp-actions: Style fixes.Jarno Rajahalme2016-09-271-5/+3
* learn: Fix iteration over learning specs.Ben Pfaff2016-09-021-3/+1
* learn: Avoid nested zero-sized arrays to fix build with MSVC.Jarno Rajahalme2016-09-011-2/+3
* ofp-actions: Waste less memory in set field and load actions.Jarno Rajahalme2016-08-311-78/+128
* ofp-actions: Waste less memory in learn actions.Jarno Rajahalme2016-08-311-8/+18
* meta-flow: Clean up masking with prerequisities checking.Jarno Rajahalme2016-07-291-1/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* ofp-actions: Remove XXX comment for write-actions in ofpacts_format().Ben Pfaff2016-07-141-1/+0
* ofp-actions: Translate OF1.1+ mod_nw_ttl action to OF1.0 properly.Ben Pfaff2016-07-141-1/+3
* ofp-actions: Translate mod_nw_ecn action to OF1.1 properly.Ben Pfaff2016-07-141-5/+23
* ofp-actions: Translate OF1.0 "enqueue" actions for OF1.1+.Ben Pfaff2016-07-141-1/+7
* ofp-actions: Add extension to support "group" action in OF1.0.Ben Pfaff2016-07-141-8/+4
* ofp-actions: Add truncate action.William Tu2016-06-241-0/+106
* ipfix: Support tunnel information for Flow IPFIX.Benli Ye2016-06-171-11/+74
* types: Change ofp_port_t from uint16_t to uint32_t.Ben Pfaff2016-06-031-1/+1
* ofp-actions: Allow conntrack action in group buckets.Jarno Rajahalme2016-05-241-1/+2
* nat: documentation and parsing fixes.Jarno Rajahalme2016-05-181-3/+15
* ofproto-dpif: Do not count resubmit to later tables against limit.Ben Pfaff2016-05-091-2/+17
* ofp-actions: Fix use-after-free in decode_NOTE.Joe Stringer2016-04-291-0/+1
* Add skeleton for OF1.6 support.Ben Pfaff2016-04-181-0/+1
* Move lib/ofp-prop.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-5/+5
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/meta-flow.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* ofp-actions: Make ofpact_finish() harder to misuse.Ben Pfaff2016-04-131-15/+19
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* Move ofp-parse.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* ofp-actions: Fix use-after-free with ofpact_finish().Joe Stringer2016-03-301-5/+9
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ofp-actions: Color output of flow actions for ovs-ofctl dump-flows.Quentin Monnet2016-03-181-89/+135
* ofp-actions: Assert variable actions have len>0.Joe Stringer2016-03-071-1/+1
* ofp-actions: Prevent integer overflow in decode.Joe Stringer2016-03-031-1/+5
* ofp-actions: Fix use-after-free in bundle action.Joe Stringer2016-03-031-1/+1