summaryrefslogtreecommitdiff
path: root/lib/ofp-util.c
Commit message (Expand)AuthorAgeFilesLines
* lib/list: Add LIST_FOR_EACH_POP.Jarno Rajahalme2015-04-061-3/+2
* Implement hash fields select groupSimon Horman2015-03-241-8/+5
* Support encoding of NTR selection methodSimon Horman2015-03-241-0/+31
* Support decoding of NTR selection methodSimon Horman2015-03-241-8/+241
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-189/+185
* ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGSMadhu Challa2015-02-141-1/+9
* ofp-util: Issue error when OFPGC_DELETE command includes buckets.Ben Pfaff2015-02-031-2/+13
* ofp-util: constify buckets parameter of ofputil_append*_group_desc_reply()Simon Horman2015-01-271-3/+3
* classifier: Add support for conjunctive matches.Ben Pfaff2015-01-111-2/+2
* miniflow: Use 64-bit data.Jarno Rajahalme2015-01-061-1/+1
* bundles: Reject unbundlable messages.Jarno Rajahalme2014-12-221-0/+100
* OF1.4 bundles: Verify xids.Jarno Rajahalme2014-12-221-0/+3
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-25/+25
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-1/+1
* openflow: Use *_array_len names in struct ofp15_bucket and ofp15_group_modSimon Horman2014-11-251-4/+4
* ofp-util.c: Enable packet-in messages for OpenFlow 1.4 and 1.5.Jean Tourrilhes2014-11-211-2/+2
* openflow: Add OpenFlow 1.4 packet-in reasons.Shu Shen2014-11-131-0/+6
* Fix misspellings of "OpenFlow".Ben Pfaff2014-11-121-5/+5
* ofp-util: Provide bucket list helper functionsSimon Horman2014-11-121-0/+82
* ofp-util: Enhance error logging during encoding group mod messages.Simon Horman2014-11-121-12/+59
* ofp-util: Do not allow buckets for OFPGC15_REMOVE_BUCKET.Simon Horman2014-11-121-0/+15
* ofp-util: Encoding and decoding of (draft) OpenFlow 1.5 group messages.Simon Horman2014-11-111-4/+452
* ofp-util: Refactor decoding of OpenFlow 1.1 group desc reply messages.Simon Horman2014-11-101-13/+33
* ofp-util: Refactor encoding of OpenFlow 1.1 group desc reply messages.Simon Horman2014-11-101-8/+31
* ofp-util: Refactor decoding of OpenFlow 1.1 group mod messages.Simon Horman2014-11-101-7/+30
* ofp-util: Rename OpenFlow 1.1 buckets decoder.Simon Horman2014-11-101-5/+6
* ofp-util: Break out encoding of OpenFlow 1.1 group mod messages.Simon Horman2014-11-101-20/+25
* ofp-util: Provide helper to encode OpenFlow 1.1 group buckets.Simon Horman2014-11-101-26/+20
* Add support for OpenFlow 1.4+ "importance" values.Rishi Bamba2014-11-101-0/+24
* flow: Support OF1.5+ (draft) actset_output field.Ben Pfaff2014-11-031-2/+3
* ofproto: Only allow indirect groups with one bucketSimon Horman2014-10-241-0/+14
* nx-match: Move all knowledge of OXM/NXM here.Ben Pfaff2014-10-071-91/+12
* ovs-ofctl: Encode cookies in OXM-compliant manner.Ben Pfaff2014-10-071-1/+1
* ofp-actions: Centralize all OpenFlow action code for maintainability.Ben Pfaff2014-08-111-115/+0
* ofp-actions: Pretend that OpenFlow 1.0 has instructions.Ben Pfaff2014-08-111-37/+15
* ofproto: Implement OpenFlow 1.3+ table features request.Ben Pfaff2014-08-111-0/+132
* ofp-util: Fix table features decoding of match and mask.Ben Pfaff2014-08-111-6/+8
* ofp-util: Fix table features decoding of action and instruction fields.Ben Pfaff2014-08-111-8/+39
* ofp-util: Fix table features decoding of multiple tables.Ben Pfaff2014-08-111-3/+5
* ofp-util: Abstract table miss configuration and fix related bugs.Ben Pfaff2014-08-111-141/+450
* ofp-actions: Add instructions bitmaps and fix related bug.Ben Pfaff2014-08-111-2/+4
* ofp-actions: Add action bitmap abstraction.Ben Pfaff2014-08-111-144/+136
* connmgr: Only send role status messages to OpenFlow 1.4+ controllers.Ben Pfaff2014-07-281-9/+18
* Remove assumption that there are 64 or fewer fields.Ben Pfaff2014-07-261-13/+9
* Drop assignments whose values are never used.Ben Pfaff2014-07-151-1/+1
* ofp-util: Fix null pointer dereference in ofputil_pull_buckets().Ben Pfaff2014-07-151-0/+1
* flow: extend it to carry IGMP protocol informationFlavio Leitner2014-06-241-1/+1
* ofp-errors: Add OFPET_FLOW_MONITOR_FAILEDSimon Horman2014-06-131-1/+1
* connmgr: Do not use OFPRR_METER_DELETE before OF1.4Simon Horman2014-06-121-3/+8