]> git.proxmox.com Git - mirror_ovs.git/history - ofproto/ofproto-provider.h
treewide: Get rid of // comments, even inside comments.
[mirror_ovs.git] / ofproto / ofproto-provider.h
2019-01-25 Ben Pfafftreewide: Get rid of // comments, even inside comments.
2019-01-16 Ben Pfaffovs-vswitchd: Implement OFPT_TABLE_FEATURES table modif...
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-05-25 Jan Scheurichofproto-dpif: Use dp_hash as default selection method
2018-03-31 Ben Pfaffofp-flow: Reduce memory consumption for ofputil_flow_mo...
2018-02-13 Ben Pfaffofp-util, ofp-parse: Break up into many separate modules.
2018-01-26 Ben Pfaffofproto: Fix double-unref of temporary rule when learning.
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-03-16 Daniele Di Proiettoofp-actions: Add limit to learn action.
2017-03-15 Yi-Hung Weiofproto: Add ref counting for variable length mf_fields.
2017-03-08 Jarno Rajahalmeofproto: Fix thread safety annotation.
2017-03-08 Jarno Rajahalmedpif: Meter framework.
2017-02-21 Yi-Hung Weimeta-flow: Remove cmap dependency.
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.
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-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-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: Don't use connmgr after destruction.
2016-08-30 Jarno Rajahalmelib: Retire packet buffering feature.
2016-08-15 Jarno Rajahalmeofproto: Reduce bundle memory use.
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 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: Add generic non-intrusive object_collection.
2016-07-29 Jarno Rajahalmeofproto: Use ofproto_mutex for groups and keep track...
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-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-04-27 Pravin B ShelarRemove "VLAN splinters" feature.
2016-04-14 Ben WarrenMove lib/ofp-actions.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/ofp-util.h to include/openvswitch directory
2016-03-30 Ben Warrenlist: Remove lib/list.h completely.
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-05 Ben Pfaffovs-vswitchd: Preserve datapath ports across graceful...
2016-02-05 Ilya Maximetsdpif-netdev: Allow different numbers of rx queues for...
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...
2015-11-30 Saloni JainImplement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD.
2015-11-20 Jarno Rajahalmeofproto: Check actions also for packet outs and traces.
2015-08-03 Ben Pfafftreewide: Fix doubled "the".
2015-07-06 Jarno Rajahalmeofproto: Add struct ofproto_flow_mod.
2015-07-03 Ben PfaffImplement OpenFlow 1.4+ OFPTC_EVICTION.
2015-07-03 Ben Pfaffofproto: Make 'importance' immutable.
2015-06-26 Ben Pfaffofproto: Fix use-after-free in bridge destruction with...
2015-06-19 Justin PettitMerge remote-tracking branch 'origin/master' into ovn4
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-12 Jarno Rajahalmeofproto: Support port mods in bundles.
2015-06-12 Jarno Rajahalmeofproto: Postpone sending flow removed messages.
2015-06-12 Jarno Rajahalmeclassifier: Simplify versioning.
2015-06-11 Jarno Rajahalmeofproto: Accurate flow counts.
2015-06-11 Jarno RajahalmeUse classifier versioning.
2015-06-11 Jarno Rajahalmeofproto: Infra for table versioning.
2015-06-02 Jarno Rajahalmeofproto: Use enum ofperr for 'error'.
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-03-24 Simon HormanSupport decoding of NTR selection method
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-04 Dennis Flynnauto-attach: Add auto-attach support to ofproto layer
2015-03-03 Pravin B Shelardp-packet: Remove ofpbuf dependency.
2015-02-04 Flavio Leitnermcast-snoop: Add support to control Reports forwarding
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
2014-12-02 Ben Pfaffdpif: Don't clear argument in dp_enumerate_types().
2014-11-11 Neil McKeesflow: Export LAG, PORTNAME, and OPENFLOWPORT informati...
2014-11-10 Rishi BambaAdd support for OpenFlow 1.4+ "importance" values.
2014-11-05 Andy Zhoubridge: Store datapath version into ovsdb
2014-10-31 Ben Pfaffclassifier: Change type used for priorities from 'unsig...
2014-09-19 Alex Wangdpif-netdev: Allow multi-rx-queue, multi-pmd-thread...
2014-09-09 Daniele VenturinoRapid Spanning Tree Protocol (IEEE 802.1D).
2014-08-11 Ben Pfaffofp-util: Abstract table miss configuration and fix...
2014-08-11 Ben Pfaffofproto: Correctly report table miss configuration...
2014-08-11 Ben Pfaffofp-actions: Add instructions bitmaps and fix related...
2014-08-11 Ben Pfaffofp-actions: Add action bitmap abstraction.
2014-07-11 Jarno Rajahalmelib/classifier: Lockless lookups.
2014-07-07 Jarno Rajahalmeofproto-dpif: Use ovs_refcount_try_ref_rcu().
2014-06-24 Flavio Leitnerofproto: Add functions to configure multicast snooping
2014-06-23 Simon Hormanofproto: Honour out_port of flow monitors
2014-06-14 Alex Wangofproto: Add separate functions for checking bfd/cfm...
2014-06-14 Alex Wangcfm: Extracts the cfm status in one function.
2014-06-12 Ben PfaffImplement learned flow deletion.
2014-06-12 Ben Pfaffofproto: Shrink struct rule_actions slightly.
2014-06-12 Ben Pfaffofproto: Additional simplifications.
2014-06-12 Ben Pfaffofproto: Do straightforward removal of asynchronous...
2014-06-12 Ben Pfaffofproto: Make ofproto_rule_is_hidden() public, and...
next