summaryrefslogtreecommitdiff
path: root/lib/learn.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ofp-parse: Do not exit() upon a parse error.Ben Pfaff2013-07-081-45/+76
* Create specific types for ofp and odp portAlex Wang2013-06-201-2/+2
* ofproto-dpif: Store relevant fields for wildcarding in facet.Justin Pettit2013-06-111-0/+16
* Do not perform validation in learn_parse();Simon Horman2013-05-081-24/+1
* ofp-actions: Right-justify the value in ofpact_reg_load 'subvalue' member.Ben Pfaff2012-09-121-1/+3
* lib/ofp-actions: use mf_subvalue in struct ofpact_reg_load.Isaku Yamahata2012-09-121-26/+3
* classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".Ben Pfaff2012-09-041-15/+17
* Introduce ofpacts, an abstraction of OpenFlow actions.Ben Pfaff2012-07-031-358/+314
* Add OXM_OF_METADATA field as a step toward OpenFlow 1.1 support.Joe Stringer2012-06-261-1/+1
* flow: Adds support for arbitrary ethernet maskingJoe Stringer2012-05-291-1/+1
* ofp-util: Clean up cookie handling.Justin Pettit2012-05-291-2/+3
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* nicira-ext: Support masking of nd_target fieldAnsis Atteka2012-04-261-1/+1
* learn: Make it possible to parse "load" actions wider than 64 bits.Ben Pfaff2012-04-131-31/+61