summaryrefslogtreecommitdiff
path: root/lib/ofp-parse.c
Commit message (Expand)AuthorAgeFilesLines
...
* openflow: Table maintenance commands for Geneve options.Jesse Gross2015-06-251-0/+33
* ovs-ofctl: Add bundle support and unit testing.Jarno Rajahalme2015-06-101-2/+38
* ofp-parse: Use F_OUT_PORT when parsing.Jarno Rajahalme2015-06-091-1/+1
* ofp-parse: Correctly report error parsing selection method parameter.Ben Pfaff2015-04-271-0/+3
* ofp-parse: Properly report error for invalid group ID.Ben Pfaff2015-04-211-1/+1
* ofp-parse: Properly report error for invalid bucket ID.Ben Pfaff2015-04-171-1/+1
* Support NTR selection method in ovs-ofctl group commandsSimon Horman2015-03-241-0/+94
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-4/+4
* ofp-parse: Correctly update bucket lists if they are empty.Ben Pfaff2015-02-131-3/+5
* bundles: Clean up bundle commit.Jarno Rajahalme2014-12-221-1/+0
* lib: Move vconn.h to <openvswitch/vconn.h>Thomas Graf2014-12-151-1/+1
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-22/+22
* ofp-parse: Parse bucket commands of group mod.Simon Horman2014-11-121-3/+57
* ofp-parse: Parse (draft) OpenFlow 1.5 bucket ids.Simon Horman2014-11-111-2/+9
* ofp-util: Encoding and decoding of (draft) OpenFlow 1.5 group messages.Simon Horman2014-11-111-0/+2
* Add support for OpenFlow 1.4+ "importance" values.Rishi Bamba2014-11-101-1/+5
* ovs-ofctl: Improve error message for meter=0.Joe Stringer2014-10-311-1/+2
* Use magic ETH_ADDR_LEN instead of 6 for Ethernet address length.Wang Sheng-Hui2014-10-221-1/+1
* 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