datapath-windows: Add WMI Script that updates Hyper-V friendly port names.
[cascardo/ovs.git] / lib / rstp.c
2014-09-10 Daniele Venturinolib/rstp: Use ovs_refcount_unref_relaxed.
2014-09-10 Daniele Venturinolib/rstp: Use RSTP_OPER_P2P_MAC_STATE_ENABLED instead...
2014-09-09 Jarno Rajahalmelib/rstp: Use hmap instead of a list for ports.
2014-09-09 Jarno Rajahalmelib/rstp: Eliminate ports_count.
2014-09-09 Jarno Rajahalmelib/rstp: Remove lock recursion.
2014-09-09 Jarno Rajahalmelib/rstp: More robust thread safety.
2014-09-09 Jarno Rajahalmelib/rstp: Inline trivial predicate functions.
2014-09-09 Jarno Rajahalmelib/rstp: CodingStyle changes.
2014-09-09 Jarno Rajahalmelib/rstp: Refactor port initialization.
2014-09-09 Jarno Rajahalmelib/rstp: Refactor port number allocation.
2014-09-09 Jarno Rajahalmelib/rstp: Refactor priority vector recalculation.
2014-09-09 Jarno Rajahalmelib/rstp: Better debug messages, style fixes.
2014-09-09 Daniele VenturinoRapid Spanning Tree Protocol (IEEE 802.1D).