]> git.proxmox.com Git - mirror_ovs.git/history - utilities/ovs-ofctl.c
ovs-ofctl: Free leaked minimatch
[mirror_ovs.git] / utilities / ovs-ofctl.c
2019-09-19 Yifeng Sunovs-ofctl: Free leaked minimatch
2019-06-09 Ben Pfaffovs-ofctl: New testing command "parse-group".
2019-02-25 Alin Gabriel SerdeanMerge pull request #276 from petrutlucian94/py_requirements
2019-02-22 Li RongQingofctl: break the loop if ovs_pcap_read returns error
2019-02-05 Ben PfaffRemove support for OpenFlow 1.6 (draft).
2019-01-16 Ben Pfaffovs-vswitchd: Implement OFPT_TABLE_FEATURES table modif...
2019-01-10 Ilya Maximetsvconn: Allow timeout configuration for blocking connection.
2018-10-26 Ben Pfaffofp-table: Always format the table number in table...
2018-10-26 Ben Pfaffofp-table: Better summarize table features and statistics.
2018-10-06 Mark Michelsonpcap-file: Add nanosecond resolution pcap support.
2018-09-26 Ben Pfaffofproto: Handle OpenFlow version mismatch for requestfo...
2018-08-15 Ilya Maximetstests: Use environment variable for default timeout.
2018-08-15 Ilya Maximetsutilities: Fix and unify parsing of timeout option.
2018-08-08 Alin Gabriel Serdeanofctl: Fixup compare_flows function
2018-08-06 Ben Pfaffovs-ofctl: Better validate OpenFlow message length...
2018-07-31 Ben Pfaffofp-actions: Split ofpacts_check__() into many functions.
2018-07-12 Ben Pfaffovs-ofctl: New helper command "parse-packet".
2018-07-06 Justin Pettitovs-ofctl: Prefer "del-meters" and "dump-meters".
2018-04-30 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-04-25 Ashish Varmaovs-ofctl: Fix "ovs-ofctl snoop".
2018-04-04 Tonghao Zhangovs-ofctl: Add '--no-names' to usage message.
2018-03-31 Ben Pfaffofp-flow: Reduce memory consumption for ofputil_flow_mo...
2018-03-14 Ben Pfaffofp-print: Move much of the printing code into message...
2018-03-14 Ben Pfaffofp-packet: Better abstract packet-in format.
2018-03-01 Ben Pfaffofp-util: Use consistent naming convention.
2018-02-28 Justin PettitDon't shadow variables.
2018-02-16 Ben Pfaffovs-ofctl: Make ofp-print able to read raw data from...
2018-02-13 Ben Pfaffofp-util, ofp-parse: Break up into many separate modules.
2018-02-01 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-02-01 Ben PfaffSupport accepting and displaying table names in OVS...
2018-01-31 Ben Pfaffofp-actions: Make formatting and parsing functions...
2018-01-31 Ben Pfaffclassifier: Refactor interface for classifier_remove().
2018-01-27 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-01-27 Ben Pfaffovs-ofctl: Fix typo in comment.
2018-01-27 Ben Pfaffovs-ofctl: Add "compose-packet" command for testing...
2017-11-03 Xiao Lianglib: Move lib/poll-loop.h to include/openvswitch
2017-08-03 Ben Pfaffovs-ofctl: Avoid unnecessary flow replacement in "repla...
2017-07-06 Justin Pettitofp-parse: Fix small memory leak when calling parse_ofp...
2017-06-27 Zoltán Baloghuserspace: Introduce packet_type in OF 1.5 packet-out
2017-06-14 Ben Pfaffovs-ofctl: New option "--no-stats" for "ovs-ofctl dump...
2017-06-14 Ben Pfaffovs-ofctl: Avoid read overrun in ofperr_decode_msg().
2017-06-01 Ben Pfaffovs-ofctl: Close pcap file at end of ofctl_ofp_parse_pc...
2017-05-31 Ben PfaffSupport accepting and displaying port names in OVS...
2017-05-31 Yi-Hung Weiofproto: Add pipeline fields support for OF 1.5 packet-out
2017-05-31 Yi-Hung Weiofp-util: Add flow metadata to ofputil_packet_out
2017-04-07 Ben PfaffAdd support for OpenFlow 1.6 (draft) port status and...
2017-03-17 Ben PfaffFix format specifier technicalities.
2017-03-16 Eric GarverAdd support for 802.1ad (QinQ tunneling)
2017-03-15 Yi-Hung Weiofproto: Add ref counting for variable length mf_fields.
2017-03-15 Yi-Hung Weinx-match: Use vl_mff_map to parse match field.
2017-03-09 Jarno Rajahalmelib: Check match and action prerequisities with 'match'.
2017-02-08 William Tuovs-ofctl: fix memory leak reported by valgrind.
2017-02-01 Yi-Hung Weiofp-actions: Fix variable length meta-flow OXMs.
2017-01-05 Daniele Di Proiettoofproto: Fix crash on flow monitor request with tun_met...
2016-12-28 Ben Pfaffovn-trace: New --ovs option to also print OpenFlow...
2016-11-22 Yi-Hung Weiovs-ofctl: Fix memory leak in bundle_print_errors().
2016-11-22 Yi-Hung Weiovs-ofctl: Fix memory leak in ofctl_packet_out().
2016-11-10 Ethan RahnAdd support for specifying SSL connection parameters...
2016-09-23 Justin PettitAdd OpenFlow command to flush conntrack table entries.
2016-09-19 Jesse Grosstun-metadata: Manage tunnel TLV mapping table on a...
2016-09-14 Jarno Rajahalmeofproto: Support packet_outs in bundles.
2016-08-30 Jesse Grossovs-ofctl: Extract tunnel metadata correctly when sorti...
2016-08-30 Jesse Grossovs-ofctl: Fix crash with replace-flows and diff-flows...
2016-08-16 Ryan MoatsAdd read-only option to ovs-dpctl and ovs-ofctl commands.
2016-07-29 Jarno Rajahalmeofp-util: remove flow mod's delete_reason.
2016-07-29 Jarno Rajahalmeofproto: Support group mods in bundles.
2016-07-29 Jarno Rajahalmeofproto: Use ofputil_uninit_group_mod().
2016-07-29 Jarno Rajahalmemeta-flow: Clean up masking with prerequisities checking.
2016-07-29 Jarno Rajahalmevconn: Better bundle error management.
2016-07-29 Jarno Rajahalmelib: Separate versioning to its own module.
2016-07-03 Jan Scheurichofproto: Add relaxed group_mod command ADD_OR_MOD
2016-06-14 Ben Pfaffofp-util: Fix parsing of parenthesized values within...
2016-06-14 Benli Yeipfix: Add support for exporting ipfix statistics.
2016-06-03 Ben Pfafftypes: Change ofp_port_t from uint16_t to uint32_t.
2016-04-14 Ben WarrenMove lib/ofp-print.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/ofp-actions.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/ofp-msgs.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/ofp-util.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/meta-flow.h to include/openvswitch directory
2016-03-30 Ben WarrenMove lib/ofpbuf.h to include/openvswitch directory
2016-03-30 Ben WarrenMove ofp-parse.h to include/openvswitch directory
2016-03-30 Ben Warrenlist: Rename all functions in list.h with ovs_ prefix.
2016-03-19 Ben WarrenMove lib/dynamic-string.h to include/openvswitch directory
2016-03-19 Ben WarrenMove lib/ofp-errors.h to include/openvswitch directory
2016-03-18 Quentin Monnetovs-ofctl: Declare / set up colors for command output.
2016-03-18 Quentin Monnetovs-ofctl: Add option for color output to dump-flows...
2016-02-29 Jarno Rajahalmeofp: Add support for bundles extension in OpenFlow...
2016-02-20 Ben PfaffImplement serializing the state of packet traversal...
2016-02-20 Ben PfaffImplement new packet-in format NXT_PACKET_IN2.
2016-02-20 Ben Pfaffofpbuf: New function ofpbuf_const_initializer().
2016-01-21 Ben Pfaffofp-util: Make decoding switch features harder to misus...
2016-01-20 Ben Pfaffopenflow: Implement OF1.4+ OFPMP_QUEUE_DESC multipart...
2016-01-20 Ben Pfaffovs-ofctl: Merge dump_stats_transaction() into dump_tra...
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
2016-01-07 Ben PfaffBetter abstract OFPT_SET_CONFIG and OFPT_GET_CONFIG_REP...
2016-01-07 Ben Pfaffofproto: Implement OFPT_QUEUE_GET_CONFIG_REQUEST for...
2016-01-07 Ben Pfaffovs-ofctl: Generalize code for finding ports into gener...
2016-01-05 William Tuovs-ofctl: Fix memory leak reported by valgrind.
2016-01-04 Ben PfaffUse initializers for struct ofputil_flow_mod instead...
2015-12-15 Mengke Liugeneve-map-rename: rename geneve-map to tlv-map.
next