summaryrefslogtreecommitdiff
path: root/lib/ofp-print.c
Commit message (Expand)AuthorAgeFilesLines
...
* ofp-print: Sort queues before printing in OFPT_QUEUE_GET_CONFIG_REPLY.Ben Pfaff2016-06-031-15/+45
* Add support for extended netdev statistics based on RFC 2819.mweglicx2016-05-061-0/+75
* Add skeleton for OF1.6 support.Ben Pfaff2016-04-181-0/+4
* Move lib/ofp-print.h to include/openvswitch directoryBen Warren2016-04-141-3/+3
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-2/+2
* Move lib/ofp-msgs.h to include/openvswitch directoryBen Warren2016-04-141-6/+6
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/type-props.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/meta-flow.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Break uuid.h into private and public partsBen Warren2016-04-141-0/+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-1/+1
* Move lib/ofp-errors.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ovs-ofctl: Add output colors for flow attributes.Quentin Monnet2016-03-181-11/+21
* Implement OFPT_TABLE_STATUS Message.Saloni Jain2016-02-241-0/+26
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-191-16/+60
* Support userdata in NXT_PACKET_IN2.Ben Pfaff2016-02-191-0/+17
* ofp-util: Rename struct ofputil_packet_in member 'len' to 'packet_len'.Ben Pfaff2016-02-191-5/+5
* ofpbuf: New function ofpbuf_const_initializer().Ben Pfaff2016-02-191-49/+18
* ofp-util: Make decoding switch features harder to misuse (and fix leak).Ben Pfaff2016-01-201-1/+2
* openflow: Better abstract handling of packet-in messages.Ben Pfaff2016-01-201-11/+16
* ofp-print: Decode and print all async config messages the same way.Ben Pfaff2016-01-201-91/+26
* ofp-util: Fix OF1.4+ version of ofputil_decode_set_async_config().Ben Pfaff2016-01-201-2/+5
* ofp-util: Rewrite async config encoding and decoding to be table-driven.Ben Pfaff2016-01-201-1/+0
* ofp-util: Define struct ofputil_async_cfg to hold async message config.Ben Pfaff2016-01-201-15/+7
* ofp-util: New function ofputil_async_msg_type_to_string().Ben Pfaff2016-01-201-25/+2
* openflow: Implement OF1.4+ OFPMP_QUEUE_DESC multipart message.Ben Pfaff2016-01-201-13/+19
* ofp-print: Improve formatting of queue stat requests and port_mods.Ben Pfaff2016-01-201-2/+2
* Better abstract OFPT_SET_CONFIG and OFPT_GET_CONFIG_REPLY, make stricter.Ben Pfaff2016-01-071-13/+30
* ofp-print: Fix memory leak at ofp_print_bundle_add().William Tu2016-01-041-6/+3
* geneve-map-rename: rename geneve-map to tlv-map.Mengke Liu2015-12-151-25/+25
* ofproto: Implement OF1.4 error code for set-async-configAmbika Arora2015-11-301-1/+21
* Implement Vacancy Events for OFPMP_TABLE_DESC.Saloni Jain2015-11-291-0/+11
* Implement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD.Saloni Jain2015-11-291-0/+21
* openflow: Remove OFPG11_*Jarno Rajahalme2015-11-241-1/+1
* ofp-parse: Fix parsing, formatting of multiple fields in NTR extension.Ben Pfaff2015-11-031-12/+10
* ofproto: Implement OF1.4 Group & Meter change notification messagesNiti Rohilla2015-09-091-31/+77
* ofp-print: Fix redundant expression.Joe Stringer2015-08-241-1/+1
* Fix treatment of OpenFlow 1.1+ bucket weights.Ben Pfaff2015-07-291-1/+1
* ofp-print: Abbreviate duplicated table features.Ben Pfaff2015-07-281-38/+128
* ofproto: Implement OF1.4 Set/Get asynchronous configuration messages.Niti Rohilla2015-07-271-41/+197
* Implement OpenFlow 1.4+ OFPMP_TABLE_DESC message.Ben Pfaff2015-07-031-0/+39
* Implement OpenFlow 1.4+ OFPTC_EVICTION.Ben Pfaff2015-07-031-20/+70
* openflow: Table maintenance commands for Geneve options.Jesse Gross2015-06-251-0/+91
* ofproto: Postpone sending flow removed messages.Jarno Rajahalme2015-06-121-0/+1
* ofp-util: Convert flow_metadata to match structure.Jesse Gross2015-06-081-37/+2
* bundles: Validate bundled messages.Jarno Rajahalme2015-06-011-2/+2
* Support encoding of NTR selection methodSimon Horman2015-03-241-6/+26
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-2/+2
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-11/+11