summaryrefslogtreecommitdiff
path: root/lib/ofp-print.c
Commit message (Expand)AuthorAgeFilesLines
* ofp-print: Avoid trailing white space in OpenFlow dumps.Ben Pfaff2017-10-061-0/+1
* ofp-print: #include its own header first.Ben Pfaff2017-08-081-1/+2
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-2/+2
* ofp-util: Avoid C++ keyword 'public' in name of struct member.Ben Pfaff2017-07-311-2/+2
* ofp-print: Don't abort on unknown reason in role status message.Ben Pfaff2017-07-071-1/+2
* userspace: Introduce packet_type in OF 1.5 packet-outZoltán Balogh2017-06-271-2/+2
* userspace: Complete Packet In handlingJan Scheurich2017-06-271-4/+3
* ovs-ofctl: New option "--no-stats" for "ovs-ofctl dump-flows".Ben Pfaff2017-06-141-17/+33
* ofp-print: Avoid array overread in print_table_instruction_features().Ben Pfaff2017-06-011-1/+7
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-92/+125
* ofp-util: Fix tun_metadata processing in packet-outYi-Hung Wei2017-05-311-1/+1
* ofp-util: Add flow metadata to ofputil_packet_outYi-Hung Wei2017-05-311-2/+2
* userspace: Add packet_type in dp_packet and flowJan Scheurich2017-05-031-5/+25
* ovn-sbctl: Add --ovs option to "lflow-list", for listing OpenFlow flows.Ben Pfaff2017-05-031-1/+1
* ofproto: Support action upcall metersAndy Zhou2017-04-281-3/+30
* Add support for OpenFlow 1.6 (draft) port status and port mod messages.Ben Pfaff2017-04-071-0/+9
* Fix format specifier technicalities.Ben Pfaff2017-03-171-1/+1
* nx-match: Use vl_mff_map to parse match field.Yi-Hung Wei2017-03-151-2/+2
* ofp-actions: Fix variable length meta-flow OXMs.Yi-Hung Wei2017-02-011-2/+2
* 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