]> git.proxmox.com Git - mirror_ovs.git/history - ofproto/ofproto.c
ofproto: fix the bug of bucket counter is not updated
[mirror_ovs.git] / ofproto / ofproto.c
2019-03-25 Li Weiofproto: fix the bug of bucket counter is not updated
2019-03-05 parameswaran krish... ofproto: Fix for ovs-vswitchd crash on flow-mod with...
2019-02-05 Ben Pfaffofproto: Don't always treat passive controllers as...
2019-02-05 Ben Pfaffvswitchd: Allow user to configure controllers as "prima...
2019-02-05 Ben PfaffRemove support for OpenFlow 1.6 (draft).
2019-01-16 Ben Pfaffofproto: Handle flow monitor requests with multiple...
2019-01-16 Ben Pfaffovs-vswitchd: Implement OFPT_TABLE_FEATURES table modif...
2019-01-11 Ben Pfaffofproto: Handle multipart requests with multiple parts.
2018-11-09 Han Zhouofproto.c: Handle the situation when ofp_port number...
2018-11-09 Han Zhouofproto.c: Fix port number leaking.
2018-10-31 Ben Pfaffconnmgr: Improve interface for setting controllers.
2018-10-18 Ben Pfaffofproto: Consistently force off OFPPS_LIVE if port...
2018-10-18 Ben Pfaffofproto: Move may_enable from ofport_dpif to ofport.
2018-10-18 Ben Pfaffofproto: Refactor update_port().
2018-10-18 Ben Pfaffconnmgr: Suppress duplicate port status notifications.
2018-09-27 Ben Pfaffofproto: Fix build with some GCC versions.
2018-09-26 Ben Pfaffofproto: Handle OpenFlow version mismatch for requestfo...
2018-08-15 liucheng (J)ofproto: Fix coredump in ofproto_destroy__().
2018-07-31 Ben Pfaffofp-actions: Split ofpacts_check__() into many functions.
2018-07-31 Justin Pettitofproto: Add support for specifying a meter in controll...
2018-06-18 Vishal Deep Ajmeraofproto: Fix OVS crash when reverting old flows in...
2018-05-25 Ben PfaffEmbrace anonymous unions.
2018-05-10 Anju Thomasofproto: Fix crash processing malformed Bundle Add...
2018-05-09 Flavio Leitnerofproto: Allow bundle idle timeout to be configured.
2018-03-31 Ben Pfaffofp-flow: Reduce memory consumption for ofputil_flow_mo...
2018-03-14 Ben Pfaffofp-packet: Better abstract packet-in format.
2018-03-14 Ben Pfaffofp-protocol: Better abstract changing the protocol...
2018-03-01 Ben Pfaffofp-util: Use consistent naming convention.
2018-02-28 Justin PettitDon't shadow global VLOG "rl" definition.
2018-02-26 Ben Pfaffofproto: Make ofproto_port_open_type() faster.
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-26 Ben Pfaffofproto: Avoid use-after-free on error path in ofproto_...
2018-01-26 Ben Pfaffofproto: Fix double-unref of temporary rule when learning.
2018-01-10 Michal Weglickinetdev: Custom statistics.
2018-01-09 Ben Pfaffofp-errors: Send as much of a message as possible in...
2018-01-08 Ben Pfaffofproto: Delete all groups and meters when (un)configur...
2017-12-11 Ben Pfaffofproto: Keep inserting buckets into a group from chang...
2017-11-03 Xiao Lianglib: Move lib/poll-loop.h to include/openvswitch
2017-09-21 Numan Siddiqueofproto: Include patch ports in mtu overriden check
2017-06-27 Zoltán Baloghuserspace: Introduce packet_type in OF 1.5 packet-out
2017-06-02 Ben Pfaffofproto: Use shash_find_and_delete() in ofport_destroy__().
2017-05-31 Ben PfaffSupport accepting and displaying port names in OVS...
2017-05-31 Yi-Hung Weiofp-util: Fix tun_metadata processing in packet-out
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-05-03 Andy Zhouvswitchd: Add --cleanup option to the 'appctl exit...
2017-04-28 Andy Zhouofproto: Support action upcall meters
2017-04-28 Andy Zhouofproto: Store meters using hmap
2017-04-22 Yi-Hung Weiofproto: Fix memory leak in handle_tlv_table_mod()
2017-04-21 Ben Pfaffofproto: Report only un-deleted groups in group stats...
2017-04-21 László Sürüofproto-dpif: Propagate may_enable flag as link aliveness.
2017-04-07 Ben PfaffAdd support for OpenFlow 1.6 (draft) port status and...
2017-03-21 Joe Stringerofproto: Clean up style in ofproto_flow_mod_learn.
2017-03-20 Joe Stringerofproto: Log when learn limit reached.
2017-03-16 Eric GarverAdd support for 802.1ad (QinQ tunneling)
2017-03-16 Daniele Di Proiettoofp-actions: Add limit to learn action.
2017-03-15 Yi-Hung Weiofproto: Move tun_table and vl_mff_map deletion.
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.
next