summaryrefslogtreecommitdiff
path: root/lib/learn.c
Commit message (Expand)AuthorAgeFilesLines
* learn: Fix parsing immediate value for a field match.Ilya Maximets2022-11-241-11/+7
* lib: added check to prevent int overflowToms Atteka2019-03-261-0/+5
* ovs-actions: New document describing OVS actions in detail.Ben Pfaff2019-01-101-2/+2
* ofp-flow: Reduce memory consumption for ofputil_flow_mod, using minimatch.Ben Pfaff2018-03-311-4/+8
* 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-7/+13
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-4/+3
* userspace: Add OXM field MFF_PACKET_TYPEJan Scheurich2017-06-271-0/+1
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-8/+14
* learn: Fix memory leak in learn_parse_sepc()Yi-Hung Wei2017-04-241-4/+6
* ofp-actions: Add limit to learn action.Daniele Di Proietto2017-03-161-0/+24
* ofproto: Add ref counting for variable length mf_fields.Yi-Hung Wei2017-03-151-0/+5
* lib: Check match and action prerequisities with 'match'.Jarno Rajahalme2017-03-081-7/+8
* ofp-parse: Allow match field names in actions and brackets in matches.Jarno Rajahalme2017-01-041-56/+89
* learn: Fix iteration over learning specs.Ben Pfaff2016-09-021-9/+4
* learn: Avoid nested zero-sized arrays to fix build with MSVC.Jarno Rajahalme2016-09-011-6/+10
* ofp-actions: Waste less memory in set field and load actions.Jarno Rajahalme2016-08-311-5/+4
* ofp-actions: Waste less memory in learn actions.Jarno Rajahalme2016-08-311-32/+40
* ofp-util: remove flow mod's delete_reason.Jarno Rajahalme2016-07-291-1/+0
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-4/+4
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/meta-flow.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/match.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* ofp-actions: Make ofpact_finish() harder to misuse.Ben Pfaff2016-04-131-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-2/+2
* Move lib/ofp-errors.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ofp-actions: Color output of flow actions for ovs-ofctl dump-flows.Quentin Monnet2016-03-181-18/+31
* ofp-actions: Rename ofpact_update_len() to ofpact_finish().Ben Pfaff2016-01-041-1/+1
* ofp-actions: Make composing actions harder to screw up.Ben Pfaff2016-01-041-1/+0
* Merge "master" into "ovn".Ben Pfaff2015-06-131-19/+5
|\
| * learn: Improve error reporting.Ben Pfaff2015-05-291-2/+2
| * util: Library routines for printing and scanning large hex integers.Jesse Gross2015-05-281-19/+4
* | meta-flow: Add convenience members to union mf_subvalue.Ben Pfaff2015-03-311-4/+2
|/
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-3/+3
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-4/+4
* Add support for OpenFlow 1.4+ "importance" values.Rishi Bamba2014-11-101-0/+1
* meta-flow: Make it simpler to expand mf_values in the futureMadhu Challa2014-11-061-2/+4
* ofp-actions: Support experimenter OXMs in Nicira extensions.Ben Pfaff2014-10-081-0/+8
* ofp-actions: Support OF1.5 (draft) masked Set-Field, merge with reg_load.Ben Pfaff2014-10-081-14/+8
* ofp-actions: Centralize all OpenFlow action code for maintainability.Ben Pfaff2014-08-111-212/+0
* Implement learned flow deletion.Ben Pfaff2014-06-121-12/+14
* ofproto: Use OFPRR_GROUP_DELETESimon Horman2014-06-111-0/+1
* ofp-actions: Store cookie in network byte order in struct ofpact_learn.Ben Pfaff2014-06-061-5/+5
* ovs-ofctl: Support "send_flow_rem" in "learn" actions.Ben Pfaff2014-06-061-2/+4
* ofpbuf: Abstract 'l2' pointer and document usage conventions.Jarno Rajahalme2014-04-031-2/+2
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-6/+6
* openvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_MAX, OVS_BE64_MAX.Ben Pfaff2013-09-171-1/+1
* ofp-util: Abstract flow_mod OFPFF_* flags.Ben Pfaff2013-08-271-2/+13
* ofp-util: Add 'modify_cookie' to struct ofputil_flow_mod, to support OF1.1.Ben Pfaff2013-07-081-0/+1