summaryrefslogtreecommitdiff
path: root/lib/ofp-actions.c
Commit message (Expand)AuthorAgeFilesLines
* ofp-actions: Use aligned structures when decoding ofp actions.Dumitru Ceara2022-05-171-18/+63
* ofp-actions: Ensure aligned accesses to masked fields.Dumitru Ceara2022-05-171-6/+13
* treewide: Avoid offsetting NULL pointers.Dumitru Ceara2022-05-171-3/+8
* ofp-prop: Silence the 'may be uninitialized' warning.Mike Pattrick2022-03-111-1/+3
* treewide: Don't pass NULL to library functions that expect non-NULL.Dumitru Ceara2022-02-141-1/+1
* Encap & Decap actions for MPLS packet type.Martin Varghese2022-01-171-0/+10
* ofp-actions: Report an error if there are too many actions to parse.Ilya Maximets2021-07-071-0/+4
* ofp_actions: Fix set_mpls_tc formatting.Adrian Moreno2021-05-191-4/+31
* ofp-actions: Fix use-after-free while decoding RAW_ENCAP.Ilya Maximets2021-02-171-0/+2
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-211-54/+54
* ofp-actions: Add delete field actionYi-Hung Wei2020-04-291-1/+89
* ofp-actions: Fix memory leak on error path.William Tu2020-04-141-0/+1
* ofp-actions: Fix memory leak.William Tu2020-03-201-0/+1
* 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