summaryrefslogtreecommitdiff
path: root/lib/ofp-port.c
Commit message (Expand)AuthorAgeFilesLines
* Remove support for OpenFlow 1.6 (draft).Ben Pfaff2019-02-051-111/+3
* ofp-port: Free memory on error in ofp_print_ofpst_port_replyYifeng Sun2018-10-231-0/+1
* ofp-port: Don't leak on error in ofputil_pull_ofp14_port_stats().Justin Pettit2018-09-141-0/+1
* ofp-port: Further cleanups and fixes for ofputil_decode_port_stats().Ben Pfaff2018-09-101-1/+8
* ofp-port: Fix null dereference parsing Intel custom statistics.Ben Pfaff2018-08-171-1/+1
* ofp-port: Drop of useless indirection in ofputil_pull_ofp14_port_stats().Ben Pfaff2018-08-081-28/+2
* ofp-port: Fix buffer overread parsing Intel custom statistics.Ben Pfaff2018-08-081-30/+20
* ofp-print: Move significant formatting code into more specific .c files.Ben Pfaff2018-06-181-0/+145
* ofp-print: Move much of the printing code into message-specific files.Ben Pfaff2018-03-141-0/+218
* Don't shadow global VLOG "rl" definition.Justin Pettit2018-02-281-2/+2
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-0/+1628