summaryrefslogtreecommitdiff
path: root/lib/ofp-util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ofproto: Use OFPRR_GROUP_DELETESimon Horman2014-06-111-0/+3
* meta-flow: Encode OXM version information into struct mf_field.Ben Pfaff2014-05-141-4/+5
* Implement OpenFlow 1.5 port desc stats request.Ben Pfaff2014-05-141-0/+53
* Implement OpenFlow 1.5 group desc stats request.Ben Pfaff2014-05-141-4/+34
* Add skeleton for OF1.5 support.Ben Pfaff2014-05-141-11/+60
* Remove --enable-of14 option because the implementation is now safe.Ben Pfaff2014-05-141-9/+5
* ofp-util: Remove ofputil_get_phy_port_size().Ben Pfaff2014-05-141-29/+17
* ofp-util: Simplify ofputil_decode_switch_features().Ben Pfaff2014-05-141-4/+0
* Implement OpenFlow 1.4 queue statistics.Ben Pfaff2014-05-141-23/+45
* Implement OpenFlow 1.4 port statistics.Ben Pfaff2014-05-141-22/+128
* Implement basic OpenFlow 1.4 table-mod message.Ben Pfaff2014-05-141-2/+15
* Implement OpenFlow 1.4 port_mod messages.Ben Pfaff2014-05-141-6/+80
* ofp-util: Implement OpenFlow 1.4 port status and port desc reply messages.Ben Pfaff2014-05-141-9/+117
* ofp-util: Reduce duplicate code.Ben Pfaff2014-05-141-35/+15
* ofp-util: Generalize functions for parsing OF1.3+ properties.Ben Pfaff2014-05-141-49/+66
* ofp-util: Remove ofputil_count_phy_ports().Ben Pfaff2014-05-141-7/+0
* ofp-msgs: New functions ofpmp_version() and ofpmp_decode_raw().Ben Pfaff2014-05-141-20/+9
* ovs-ofctl: Fix port lookup and "ovs-ofctl" behavior for OpenFlow 1.3+.Ben Pfaff2014-05-141-15/+19
* ofp-util: compile group stats with visual studioAndy Zhou2014-05-081-24/+29
* Add basic implementation for OpenFlow 1.4 bundlesAlexandru Copot2014-05-021-0/+80
* lib/flow: Introduce miniflow_extract().Jarno Rajahalme2014-04-181-1/+1
* lib/ofp-util: Restore the check for minus sign in port number strings.Jarno Rajahalme2014-04-181-1/+5
* ofp-util.c: Simplify ofputil_group_stats_to_* functions.Andy Zhou2014-04-101-41/+44
* ofpbuf: Abstract 'l2' pointer and document usage conventions.Jarno Rajahalme2014-04-031-21/+18
* ofpbuf: Rename trivial _get_ functions without the "get".Jarno Rajahalme2014-04-031-12/+12
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-126/+126
* lib/ofpbuf: CompactJarno Rajahalme2014-03-291-24/+24
* lib/flow: add dp_hash and recirc_id to struct flowAndy Zhou2014-03-251-1/+1
* ofp-util: Implement OFPMP_TABLE_FEATURES decoding and printing.Alexander Wu2014-03-231-0/+359
* ofp-actions: Complete ofp13_action_type.Alexander Wu2014-03-231-0/+5
* Disable OF1.4 in ovs-vswitchd and ovs-ofctl without specially enabling.Ben Pfaff2014-03-231-5/+9