summaryrefslogtreecommitdiff
path: root/lib/ofp-actions.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif: Mark packets as "untracked" after call to ct().Justin Pettit2017-08-211-14/+13
* Generic encap and decap support for NSHJan Scheurich2017-08-071-0/+5
* ovs-ofctl: Avoid unnecessary flow replacement in "replace-flows" command.Ben Pfaff2017-08-031-0/+24
* OF support and translation of generic encap and decapJan Scheurich2017-08-021-9/+355
* ofp-actions: Store raw type for NXAST_LEARN2.Joe Stringer2017-06-211-2/+4
* treewide: Fix spelling of "prerequisites".Ben Pfaff2017-06-121-1/+1
* ofp-actions: Properly interpret "output:in_port".Ben Pfaff2017-06-121-17/+19
* ofp-print: Avoid array overread in print_table_instruction_features().Ben Pfaff2017-06-011-1/+1
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-190/+409
* ofp-actions: Fix memory leak on error path in parse_CT().Ben Pfaff2017-05-301-1/+1
* ofp-actions: Document that learn(limit=0) is no limit.Joe Stringer2017-05-011-1/+2
* Fix format specifier technicalities.Ben Pfaff2017-03-171-5/+5
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-30/+32
* ofp-actions: Add limit to learn action.Daniele Di Proietto2017-03-161-2/+86
* ofp-actions: Factor out decode_LEARN_{common,spec}().Daniele Di Proietto2017-03-161-18/+40
* ofproto: Add ref counting for variable length mf_fields.Yi-Hung Wei2017-03-151-79/+129
* 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