]> git.proxmox.com Git - mirror_ovs.git/history - ofproto/ofproto.c
ofproto: Add ref counting for variable length mf_fields.
[mirror_ovs.git] / ofproto / ofproto.c
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-03-08 Jarno Rajahalmeofproto: Meter translation.
2017-03-08 Jarno Rajahalmedpif: Meter framework.
2017-02-03 Daniele Di Proiettodpif-netdev: Pass Openvswitch other_config smap to...
2017-02-01 Yi-Hung Weiofp-actions: Fix variable length meta-flow OXMs.
2017-01-14 Shu ShenUse PRIu32 format for ofp_port_t
2017-01-05 Daniele Di Proiettoofproto: Fix crash on flow monitor request with tun_met...
2016-12-21 Ben Pfaffofproto: Update access rules for 'flow_cookie'.
2016-12-05 Jarno Rajahalmeofproto: Honor OFPFF_RESET_COUNTS flag in flow modify...
2016-11-14 Jarno Rajahalmeofproto: Return the OFPC_BUNDLES bit in switch features...
2016-10-05 Jarno Rajahalmeofproto: Always delete rules before deleting a meter.
2016-09-23 Justin PettitAdd OpenFlow command to flush conntrack table entries.
2016-09-21 Huanle HanRemove execute permisson on source files
2016-09-20 Jarno Rajahalmeofproto: Do not signal revalidation for group mods...
2016-09-20 Binbin Xuofproto: Remove groups that nested actions reference...
2016-09-19 Jesse Grosstun-metadata: Manage tunnel TLV mapping table on a...
2016-09-15 Jarno Rajahalmeofproto: Remove double reporting from bundles.
2016-09-14 Jarno Rajahalmeofproto: Support packet_outs in bundles.
2016-09-14 Jarno Rajahalmeofproto: Refactor packet_out handling.
2016-09-14 Jarno Rajahalmeofproto: Use ofproto_flow_mod for learn execution from...
2016-09-13 Jarno Rajahalmeofproto: Change rule's 'removed' member to a tri-state...
2016-09-13 Jarno Rajahalmeofproto: Add a fixed bundle idle timeout of 10 seconds.
2016-09-13 Jarno Rajahalmeofproto: Don't use connmgr after destruction.
2016-09-02 Daniele Di Proiettoofproto: Honor mtu_request even for internal ports.
2016-09-02 Daniele Di ProiettoRevert "ofproto: Always set MTU for new internal ports."
2016-08-31 Daniele Di Proiettoofproto: Always set MTU for new internal ports.
2016-08-30 Jarno Rajahalmeobject-collection: Remove access to stub.
2016-08-30 Jarno Rajahalmeofproto: Remove stale comment.
2016-08-30 Jarno Rajahalmelib: Retire packet buffering feature.
2016-08-15 Jarno Rajahalmeofproto: Reduce bundle memory use.
2016-08-09 Daniele Di Proiettoofproto: Consider datapath_type when looking for intern...
2016-07-29 Jarno Rajahalmeofproto: Add 'command' to ofproto_flow_mod.
2016-07-29 Jarno Rajahalmeofproto: Add 'modify_cookie' to ofproto_flow_mod.
2016-07-29 Jarno Rajahalmeofproto: Reduce dependency on ofputil_flow_mod after...
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 Rajahalmemeta-flow: Compact struct field_array.
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 Rajahalmeofproto-dpif: Always forward 'used' from the old_rule.
2016-07-29 Jarno Rajahalmeofproto: Make groups versioned.
2016-07-29 Jarno Rajahalmeofproto: refactor group mods.
2016-07-29 Jarno Rajahalmeofproto: Report flow mods also from bundles.
2016-07-29 Jarno Rajahalmeofproto: Generalize flow_mod_requester.
2016-07-29 Jarno Rajahalmeofproto: Add generic non-intrusive object_collection.
2016-07-29 Jarno Rajahalmeofproto: Use ofproto_mutex for groups and keep track...
2016-07-29 Jarno Rajahalmeofproto: Make flow handling more symmetric.
2016-07-29 Jarno Rajahalmeofproto: Take group references only when needed.
2016-07-29 Jarno Rajahalmeofproto: Lockless group lookups.
2016-07-29 Jarno Rajahalmelib: Separate versioning to its own module.
2016-07-27 Ilya Maximetsbridge: Pass interface's configuration to datapath.
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-07-03 Jan Scheurichofproto: Add relaxed group_mod command ADD_OR_MOD
2016-06-27 Ben Pfaffutil: New function nullable_xstrdup().
2016-06-21 Jarno Rajahalmeofproto: Set to revalidate when a new version is available.
2016-06-14 Benli Yeipfix: Add support for exporting ipfix statistics.
2016-05-25 ak47izatool@gmail.comofproto: update mtu when port is getting removed as...
2016-04-27 Pravin B ShelarRemove "VLAN splinters" feature.
2016-04-27 Daniele Di Proiettohmap: Add HMAP_FOR_EACH_POP.
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 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-02-24 Saloni JainImplement OFPT_TABLE_STATUS Message.
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-02-05 Ben Pfaffovs-vswitchd: Preserve datapath ports across graceful...
2016-02-05 Ilya Maximetsdpif-netdev: Allow different numbers of rx queues for...
2016-02-03 Ben Pfaffofproto: Detect and handle errors in ofproto_port_add().
2016-01-20 Ben Pfaffopenflow: Better abstract handling of packet-in messages.
2016-01-20 Ben Pfaffofp-util: Add function to encode OFPT_SET_ASYNC messages.
2016-01-20 Ben Pfaffofp-util: Fix OF1.4+ version of ofputil_decode_set_asyn...
2016-01-20 Ben Pfaffofp-util: Define struct ofputil_async_cfg to hold async...
2016-01-20 Ben Pfaffopenflow: Implement OF1.4+ OFPMP_QUEUE_DESC multipart...
2016-01-20 Ben Pfaffofproto: Fix memory leak and memory exhaustion bugs...
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-04 Ben PfaffUse initializers for struct ofputil_flow_mod instead...
2015-12-23 Zoltán Baloghofproto: Remove flows from all tables upon group deletion.
2015-12-15 Mengke Liugeneve-map-rename: rename geneve-map to tlv-map.
2015-11-30 Ambika Aroraofproto: Implement OF1.4 error code for set-async-config
2015-11-30 Saloni JainImplement Vacancy Events for OFPMP_TABLE_DESC.
2015-11-30 Saloni JainImplement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD.
2015-11-29 Ben Pfaffofproto: Fix inserting buckets at the end of an empty...
2015-11-29 Ben Pfaffofp-actions: Look inside write_actions for output ports...
2015-11-25 Ben Pfaffofproto: Correctly reject duplicate bucket ID for OFPGC...
2015-11-24 Jarno Rajahalmeopenflow: Remove OFPG11_*
2015-11-20 Jarno Rajahalmeofproto: Check actions also for packet outs and traces.
2015-09-16 Ben Pfaffofproto: Reduce log level from WARN to INFO.
2015-09-09 Niti Rohillaofproto: Implement OF1.4 Group & Meter change notificat...
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
next