summaryrefslogtreecommitdiff
path: root/include/openvswitch/ofp-actions.h
Commit message (Expand)AuthorAgeFilesLines
* ofp-actions: Use aligned structures when decoding ofp actions.Dumitru Ceara2022-05-171-0/+1
* ofp-actions: Ensure aligned accesses to masked fields.Dumitru Ceara2022-05-171-4/+6
* treewide: Avoid offsetting NULL pointers.Dumitru Ceara2022-05-171-1/+3
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-211-13/+15
* ofp-actions: Add delete field actionYi-Hung Wei2020-04-291-1/+12
* ofp-actions: Support OF1.5 meter action.Ben Pfaff2019-06-201-3/+3
* Add a new OVS action check_pkt_largerNuman Siddique2019-04-221-0/+19
* ofp-actions: Set an action depth limit to prevent stackoverflow by ofpacts_parseYifeng Sun2019-02-041-0/+4
* ofp-actions: Avoid overflow for ofpact_learn_spec->n_bitsYifeng Sun2019-01-171-1/+1
* ofp-actions: Make all actions a multiple of OFPACT_ALIGNTO bytes.Ben Pfaff2018-11-191-158/+233
* ofp-actions: Split ofpacts_check__() into many functions.Ben Pfaff2018-07-311-6/+14
* ofproto: Add support for specifying a meter in controller actions.Justin Pettit2018-07-301-0/+8
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-1/+1
* Support accepting and displaying table names in OVS tools.Ben Pfaff2018-02-011-0/+2
* ofp-actions: Make formatting and parsing functions take a struct argument.Ben Pfaff2018-01-311-9/+23
* nsh: add dec_nsh_ttl actionYi Yang2018-01-111-0/+1
* ofp-actions: Add action "debug_slow" for testing slow-path.Justin Pettit2018-01-101-0/+1
* ofp-actions: Mention OFPACT_STACK_POP.Justin Pettit2017-12-241-1/+1
* ofp-actions: Add compare to offsetof need for MSVC 2015/17Alin Gabriel Serdean2017-11-141-1/+1
* ofproto-dpif-xlate: Keep track of the last actionAndy Zhou2017-09-271-0/+7
* ovs-ofctl: Avoid unnecessary flow replacement in "replace-flows" command.Ben Pfaff2017-08-031-0/+2
* OF support and translation of generic encap and decapJan Scheurich2017-08-021-0/+32
* Add 'extern "C"' for all relevant public header files, plus a build check.Ben Pfaff2017-07-311-0/+8
* ofp-actions: Add casts to placate C++ compilers.Ben Pfaff2017-07-311-5/+6
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-3/+6
* ofp-actions: Document that learn(limit=0) is no limit.Joe Stringer2017-05-011-1/+1
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-1/+9
* ofp-actions: Add limit to learn action.Daniele Di Proietto2017-03-161-0/+12
* ofproto: Add ref counting for variable length mf_fields.Yi-Hung Wei2017-03-151-0/+2
* conntrack: Force commit.Jarno Rajahalme2017-03-081-1/+6
* actions: Add resubmit with conntrack tuple.Jarno Rajahalme2017-03-081-1/+3
* lib: Check match and action prerequisities with 'match'.Jarno Rajahalme2017-03-081-2/+2
* ofproto: Meter translation.Jarno Rajahalme2017-03-081-0/+1
* meta-flow: Remove cmap dependency.Yi-Hung Wei2017-02-211-0/+2
* ofp-actions: Fix variable length meta-flow OXMs.Yi-Hung Wei2017-02-011-4/+7
* New action "ct_clear".Ben Pfaff2017-01-101-1/+2
* lib: Add support for tftp ct helper.Joe Stringer2017-01-031-0/+4
* ofp-actions: Add clone action.William Tu2016-12-191-2/+3
* ofp-actions: Move function for struct ofpact_nest near struct definition.Ben Pfaff2016-12-191-6/+6
* doc: Populate 'topics' sectionStephen Finucane2016-12-121-2/+2
* ofp-actions: Add "ingress" and "egress" options to "sample" action.Ben Pfaff2016-11-301-1/+16
* ofp-actions: Style fixes.Jarno Rajahalme2016-09-271-1/+1
* ofp-actions: Remove unused OFPACT_FOR_EACH_TYPE.Binbin Xu2016-09-201-23/+0
* learn: Fix iteration over learning specs.Ben Pfaff2016-09-021-10/+23
* learn: Avoid nested zero-sized arrays to fix build with MSVC.Jarno Rajahalme2016-09-011-16/+23
* ofp-actions: Waste less memory in set field and load actions.Jarno Rajahalme2016-08-311-6/+28
* ofp-actions: Waste less memory in learn actions.Jarno Rajahalme2016-08-311-14/+28
* ofp-actions: Factor OFPACT_PADDED_MEMBERS out into a more general form.Ben Pfaff2016-08-081-13/+1
* ofp-actions: Correct member name for write_actions.Ben Pfaff2016-08-081-1/+1
* ofproto: Use ofproto_mutex for groups and keep track of referring flows.Jarno Rajahalme2016-07-291-0/+55