summaryrefslogtreecommitdiff
path: root/lib/ofp-print.c
Commit message (Expand)AuthorAgeFilesLines
* ofp-print: Move significant formatting code into more specific .c files.Ben Pfaff2018-06-181-926/+50
* treewide: Convert leading tabs to spaces.Ben Pfaff2018-06-111-4/+4
* ofp-print: Handle statistics more systematically.Ben Pfaff2018-05-171-20/+4
* ofp-group: Move formatting code for groups into ofp-group.Ben Pfaff2018-05-171-309/+8
* Add OpenFlow extensions for group support in OpenFlow 1.0.Ben Pfaff2018-05-171-1/+1
* ofp-print: Move much of the printing code into message-specific files.Ben Pfaff2018-03-141-1485/+76
* ofp-packet: Better abstract packet-in format.Ben Pfaff2018-03-141-11/+8
* ofp-protocol: Better abstract changing the protocol used for flow matches.Ben Pfaff2018-03-141-16/+11
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-0/+11
* Support accepting and displaying table names in OVS tools.Ben Pfaff2018-02-011-72/+130
* ofp-actions: Make formatting and parsing functions take a struct argument.Ben Pfaff2018-01-311-8/+32
* netdev: Custom statistics.Michal Weglicki2018-01-101-0/+20
* ofp-print: Include full hex dump of messages that fail decode.Ben Pfaff2018-01-051-319/+280
* 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