Implement OFPT_TABLE_STATUS Message.
[cascardo/ovs.git] / ofproto / ofproto-provider.h
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...
2014-06-12 Ben Pfaffofproto: Only initiate flow table modifications if...
2014-06-03 Joe Stringerofproto: Remove ofproto_refresh_rule().
2014-05-29 Ben Pfaffofproto-provider: Fix typo in comment.
2014-05-22 Simon Hormanofproto: per-table statistics
2014-05-22 Andy Zhouofproto: Add const to immutable members of ofgroup.
2014-05-22 Ryan Wilsonofproto: Add reference count for Openflow groups.
2014-05-05 Ben Pfaffofproto: Log flow mod statistics per controller rather...
2014-04-29 Jarno Rajahalmeofproto: Inline trivial functions.
2014-04-29 Jarno Rajahalmeofproto: Inline actions in struct rule_actions.
2014-04-24 Alex Wangbfd/cfm: Check status change before update status to...
2014-04-18 ejjMerge pull request #3 from joestringer/submit/xlate_cac...
2014-04-18 Joe Stringerofproto: New function ofproto_refresh_rule().
2014-04-10 Alex Wangofproto: Use netdev's 'change_seq' to reduce port modif...
2014-04-08 Andy Zhouofproto/bond: Implement bond megaflow using recirculation
2014-04-03 Simon Hormanofproto: Support OF version-specific table-miss behaviours
2014-03-30 Jarno Rajahalmelib/ofpbuf: Compact
2014-03-24 Jarno Rajahalmeofp-util: Fix inconsistencies in table features type.
2014-03-20 Simon Hormanofproto-dpif: Differentiate between different miss...
2014-03-18 Ben Pfaffofproto: Use RCU to protect rule_actions.
2014-03-08 Joe Stringerupcall: Configure datapath max-idle through ovs-vsctl.
2014-02-19 Joe Stringerofproto-provider: Update documentation.
2014-02-19 Joe Stringerofproto: Remove 'force-miss-model' configuration.
2014-02-12 Jarno Rajahalmeofproto: Move 'rule->used' to the provider.
2014-02-12 Jarno Rajahalmeofproto: Optimize the case of a repeated learn action...
2014-01-09 Ben Pfaffovs-atomic: Introduce a new 'struct ovs_refcount'.
2013-12-19 Ethan Jacksonofproto: Handle flow installation and eviction in upcall.
2013-12-18 Simon Hormanofproto: Add table config to struct ofproto
2013-12-13 Ethan Jacksonofproto: Simplify thread creation API.
2013-12-13 Ethan Jacksonofproto-dpif-upcall: Add memory usage stats.
2013-12-13 Ethan Jacksonofproto: Remove run_fast() functions.
2013-12-12 Joe Stringernetdev: Globally track port status changes
2013-12-11 Ben Pfaffofproto-provider: Add comment on struct ofport.
2013-12-11 Joe Stringerbridge: Refresh STP statistics separately from status
2013-11-02 Ben Pfaffofproto-provider: Fix typo in comment.
2013-10-23 YAMAMOTO Takashiconnmgr: Fix packet-in reason for OpenFlow1.3 table...
2013-09-26 Gurucharan Shettyofproto: Recycle least recently used ofport.
2013-09-16 Jarno Rajahalmerule_ofpacts: keep datapath meter_id.
2013-09-16 Jarno Rajahalmeofproto meters: Keep provider meter_id over mods.
2013-09-13 Ben Pfaffofproto: Remove redundant cls parameter from a few...
2013-09-13 Ben Pfaffofproto: Add global locking around flow table changes.
2013-09-13 Ben Pfaffofproto: Mark immutable members of struct rule 'const'.
2013-09-13 Ben Pfaffofproto: Make some functions for rules private to ofpro...
2013-09-13 Ben Pfaffofproto: Remove ->timeout_mutex from struct rule (just...
2013-09-13 Ben Pfaffofproto: Replace rwlock in struct rule by a mutex.
2013-09-13 Ben Pfaffofproto: Protect index by cookie with ofproto_mutex.
2013-09-13 Ben Pfaffofproto: Drop 'expirable_mutex' in favor of new global...
2013-09-13 Ben Pfaffofproto: Move rule_execute() out of ofopgroup_complete().
2013-09-13 Ben Pfaffofproto: Add a ref_count to "struct rule" to protect...
2013-09-13 Ben Pfaffofproto: Break actions out of rule into new rule_action...
next