summaryrefslogtreecommitdiff
path: root/lib/ofp-actions.c
Commit message (Expand)AuthorAgeFilesLines
* ofp-actions: Support OF1.5 meter action.Ben Pfaff2019-06-201-33/+84
* ofp-actions: Improve a few error messages.Ben Pfaff2019-06-091-1/+1
* ofp-actions: Eliminate redundant error messages from ofpacts_parse__().Ben Pfaff2019-06-091-21/+0
* ofp-actions: Improve error messages for verification failures in parsing.Ben Pfaff2019-06-091-33/+57
* ofp-actions: Enforce minimum length for packet truncation during parsing.Ben Pfaff2019-06-091-0/+6
* ofp-actions: Make decap action format output match parsed input.Ben Pfaff2019-06-091-1/+1
* ofp-actions: Make encap action really require OF1.3+.Ben Pfaff2019-06-091-0/+2
* Add a new OVS action check_pkt_largerNuman Siddique2019-04-221-1/+125
* lib: added check to prevent int overflowToms Atteka2019-03-261-0/+29
* Remove support for OpenFlow 1.6 (draft).Ben Pfaff2019-02-051-1/+0
* ofp-actions: Set an action depth limit to prevent stackoverflow by ofpacts_parseYifeng Sun2019-02-041-0/+5
* treewide: Get rid of // comments, even inside comments.Ben Pfaff2019-01-251-3/+3
* ofp-actions: Make all actions a multiple of OFPACT_ALIGNTO bytes.Ben Pfaff2018-11-191-1/+1
* ofp-actions: Let parse_UNROLL_XLATE return error message instead of aborting ...Yifeng Sun2018-11-021-1/+2
* 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