summaryrefslogtreecommitdiff
path: root/lib/ofp-actions.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-191-4/+24
* Support userdata in NXT_PACKET_IN2.Ben Pfaff2016-02-191-15/+153
* ofpbuf: New function ofpbuf_const_initializer().Ben Pfaff2016-02-191-50/+29
* ofpbuf: Make ofpbuf_put_hex() accept period between hex bytes also.Ben Pfaff2016-02-191-25/+9
* ofp-actions: Add more detail when formatting unroll_xlate pseudo-action.Ben Pfaff2016-01-281-3/+3
* ofp-actions: Append in ofpacts_pull_openflow_actions(), instead of replace.Ben Pfaff2016-01-201-12/+8
* ofp-actions: Rename ofpact_update_len() to ofpact_finish().Ben Pfaff2016-01-041-11/+11
* ofp-actions: Make composing actions harder to screw up.Ben Pfaff2016-01-041-44/+9
* ofp-actions: Add padding in ofpacts_pull_openflow_instructions()William Tu2015-12-221-0/+2
* ofp-actions: Refactor ofpact_get_mf_dst().Joe Stringer2015-12-031-7/+11
* ofp-actions: Look inside write_actions for output ports and groups.Ben Pfaff2015-11-291-2/+68
* conntrack: Add support for NAT.Jarno Rajahalme2015-11-251-19/+410
* vswitchd: Allow modifying ICMP type and code.Justin Pettit2015-11-091-0/+4