summaryrefslogtreecommitdiff
path: root/lib/ofp-parse.c
Commit message (Expand)AuthorAgeFilesLines
* lib/jsonrpc, lib/ofp-msgs, lib/ofp-parse: Use atomic_count.Jarno Rajahalme2014-08-291-2/+2
* ofp-actions: Centralize all OpenFlow action code for maintainability.Ben Pfaff2014-08-111-1054/+50
* ofp-actions: Pretend that OpenFlow 1.0 has instructions.Ben Pfaff2014-08-111-2/+4
* ofp-parse: Make string conversion functions available outside this file.Ben Pfaff2014-08-111-7/+7
* ofp-util: Abstract table miss configuration and fix related bugs.Ben Pfaff2014-08-111-4/+5
* Drop assignments whose values are never used.Ben Pfaff2014-07-151-3/+3
* ofp-parse: Correctly parse actions= in group bucketThomas Graf2014-06-241-0/+6
* ofproto: Use OFPRR_GROUP_DELETESimon Horman2014-06-111-1/+2
* ofproto: Inline actions in struct rule_actions.Jarno Rajahalme2014-04-291-1/+1
* ofproto/bond: Implement bond megaflow using recirculationAndy Zhou2014-04-071-0/+3
* ofp-parse: Handle buffer resize when parsing actionsSimon Horman2014-04-071-0/+3
* ofpbuf: Abstract 'l2' pointer and document usage conventions.Jarno Rajahalme2014-04-031-3/+0
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-20/+20
* ofp-actions: Complete ofp13_action_type.Alexander Wu2014-03-231-0/+19
* ofp-parse: Fix GCC compiler warnings with -O3.Ethan Jackson2014-01-221-1/+3
* ofp-parse: Check port number only after parsing it in parse_output().Daisuke Kotani2013-12-241-1/+1
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-7/+7
* ofp-actions: Make ofpacts_check() report consistency for all protocols.Ben Pfaff2013-11-201-32/+16
* Switch from sscanf() to ovs_scan() throughout the tree.Ben Pfaff2013-11-151-2/+1
* ofproto: Add enum ofp_tableSimon Horman2013-11-121-1/+1
* ofp-actions: Switch away from odd use of "q" in "enqueue" action format.Ben Pfaff2013-11-111-2/+3
* ofproto: Add group desc and stats testsSimon Horman2013-11-021-0/+5
* Add OF11 SET MPLS LABEL and SET MPLS TC actions.Jarno Rajahalme2013-11-011-0/+46
* ofproto: Centralize action checking, doing it at decode time.Ben Pfaff2013-11-011-2/+3
* Native Set-Field action.Jarno Rajahalme2013-11-011-6/+5
* OF 1.1 pop vlan compatibility.Jarno Rajahalme2013-11-011-1/+1
* OF 1.1 set vlan vid/pcp compatibility.Jarno Rajahalme2013-11-011-2/+10
* lib/ofp-actions: Enforce action consistency.Jarno Rajahalme2013-10-231-12/+31
* Add OF11 SET IP TTL action.Jarno Rajahalme2013-10-231-1/+10
* Add OF11 set IPv4 ECN action.Jarno Rajahalme2013-10-231-1/+13
* Allow OFPACT_SET_IP_DSCP to act on both IPv4 and IPv6 packets.Ben Pfaff2013-10-231-1/+1
* ovs-dpctl: Add a 'filter' option to match wildcarded 'dump-flows'.Gurucharan Shetty2013-10-171-10/+39
* ofp-parse: Fix padding parsing write-actions.YAMAMOTO Takashi2013-10-171-1/+3
* Add support for write-actionsSimon Horman2013-10-141-7/+39
* Remove unused variables and functions.Jarno Rajahalme2013-09-271-3/+0
* openvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_MAX, OVS_BE64_MAX.Ben Pfaff2013-09-171-3/+3
* ofp-parse: Set usable protocols in parse_ofp_meter_mod_str__().Jarno Rajahalme2013-09-121-1/+1
* openflow-1.1+: OFPT_TABLE_MOD (part 1)Andy Zhou2013-09-071-0/+41
* Implement OpenFlow 1.1+ "groups" protocol.Neil Zhu2013-09-021-0/+290
* lib: Keep track of usable protocols while parsing.Jarno Rajahalme2013-08-271-36/+116
* ofp-util: Abstract flow_mod OFPFF_* flags.Ben Pfaff2013-08-271-5/+5
* ofp-util: Add SCTP supportJoe Stringer2013-08-221-0/+2
* ofp-parse: Silence uninitialized use warnings with optimized gcc.Ethan Jackson2013-08-211-7/+7
* clang: Add annotations for thread safety check.Ethan Jackson2013-07-301-6/+2
* ofp-parse: Make parse_ofp_str() thread-safe.Ben Pfaff2013-07-231-0/+5
* ofp-util: Add 'modify_cookie' to struct ofputil_flow_mod, to support OF1.1.Ben Pfaff2013-07-081-0/+2
* ofp-parse: Do not exit() upon a parse error.Ben Pfaff2013-07-081-293/+649
* Fix table checking for goto table instruction.Jarno Rajahalme2013-06-281-1/+1
* ofp-actions: Give ovs_instruction funcs names that start with that prefix.Ben Pfaff2013-06-281-1/+1
* ofp-parse: Fix parsing of out_port.Ben Pfaff2013-06-251-2/+2