summaryrefslogtreecommitdiff
path: root/lib/ofp-actions.c
Commit message (Expand)AuthorAgeFilesLines
* ofp-actions: Re-fix error path for parsing OpenFlow actions.Ben Pfaff2018-08-301-12/+7
* ofp-actions: Avoid assertion failure for clone(ct(...bad actions...)).Ben Pfaff2018-08-171-6/+10
* ofp-actions: Split ofpacts_check__() into many functions.Ben Pfaff2018-07-311-352/+621
* ofproto: Add support for specifying a meter in controller actions.Justin Pettit2018-07-301-2/+25
* ofp-actions: Fix undefined behavior shifting 'int' 16 places left.Ben Pfaff2018-07-051-1/+2
* ofp-actions: Fix buffer overread in decode_LEARN_specs().Ben Pfaff2018-07-051-1/+1
* ofp-actions: Avoid buffer overread in BUNDLE action decoding.Ben Pfaff2018-07-051-6/+7
* ofp-actions: Build action_set in one scan of action_list.Kyle Simpson2018-06-181-161/+106
* ofp-actions: Correct execution of encap/decap actions in action setJan Scheurich2018-04-031-3/+3
* Don't shadow global VLOG "rl" definition.Justin Pettit2018-02-281-9/+9
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-1/+3
* Support accepting and displaying table names in OVS tools.Ben Pfaff2018-02-011-23/+22
* ofp-actions: Make formatting and parsing functions take a struct argument.Ben Pfaff2018-01-311-680/+457
* dpif: Add support for OVS_ACTION_ATTR_CT_CLEAREric Garver2018-01-201-0/+1
* nsh: add dec_nsh_ttl actionYi Yang2018-01-111-0/+49
* ofp-actions: Add action "debug_slow" for testing slow-path.Justin Pettit2018-01-101-1/+47
* ofp-actions: Log version, vendor, and type of unknown actions being parsed.Ben Pfaff2018-01-031-0/+3
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-0/+2
* ofp-actions: Remove return after OVS_NOT_REACHED.Bhanuprakash Bodireddy2017-11-031-1/+0
* ofp-actions: Fix dead assignment.William Tu2017-10-301-1/+1
* 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