summaryrefslogtreecommitdiff
path: root/lib/ofp-print.c
Commit message (Expand)AuthorAgeFilesLines
* nx-match: Only store significant bytes to stack.Jarno Rajahalme2017-01-061-7/+16
* ofproto: Fix crash on flow monitor request with tun_metadata.Daniele Di Proietto2017-01-041-3/+1
* ofp-print: Fix memory leak in ofp_print_queue_get_config_reply().Yi-Hung Wei2016-11-221-0/+1
* ofproto: Return the OFPC_BUNDLES bit in switch features reply.Jarno Rajahalme2016-11-141-0/+2
* Add OpenFlow command to flush conntrack table entries.Justin Pettit2016-09-231-0/+10
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-3/+3
* ofproto: Use ofputil_uninit_group_mod().Jarno Rajahalme2016-07-291-2/+2
* ofproto: Add relaxed group_mod command ADD_OR_MODJan Scheurich2016-07-021-0/+4
* ipfix: Add support for exporting ipfix statistics.Benli Ye2016-06-141-0/+92
* 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