summaryrefslogtreecommitdiff
path: root/lib/rstp.c
Commit message (Expand)AuthorAgeFilesLines
* netdev: Assume default link speed to be 10 Gbps instead of 100 Mbps.Ilya Maximets2022-11-301-1/+1
* rstp, stp: Remove tabs from output.Ben Pfaff2018-06-111-11/+11
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-2/+2
* rstp: Show root bridge info.Ben Pfaff2017-07-131-21/+18
* rstp: Add the 'ovs-appctl rstp/show' command.nickcooper-zhangtonghao2017-06-081-0/+113
* rstp: Add internal functions without locks.nickcooper-zhangtonghao2017-06-081-13/+48
* rstp: Add rstp port name for human reading.nickcooper-zhangtonghao2017-06-081-1/+13
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-2/+2
* rstp: Fix memory leak reported by valgrind.William Tu2016-01-111-0/+1
* AUTHORS: Add Carlo AndreottiDaniele Venturino2015-12-141-1/+2
* ofproto-dpif: Add check in rstp_run.Daniele Venturino2015-10-121-0/+2
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-1/+2
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* lib: Expose struct ovs_list definition in <openvswitch/list.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-2/+2
* rstp: refactor RSTP setters.Daniele Venturino2014-11-191-54/+64
* rstp: shift learned MAC addresses to new Root port.Jarno Rajahalme2014-11-191-18/+78
* rstp: Refactor rstp_port_set_administrative_bridge_port__().Jarno Rajahalme2014-11-141-4/+14
* rstp: Refactor rstp_check_and_reset_fdb_flush().Jarno Rajahalme2014-11-141-18/+38
* rstp: Invoke updt_roles_tree__() in max_age and forward_delay setters.Jarno Rajahalme2014-11-141-4/+10
* rstp: Add 'rstp-admin-p2p-mac' and 'rstp-admin-port-state' setters.Jarno Rajahalme2014-11-141-1/+42
* rstp: Show some useful rstp port fields.Jarno Rajahalme2014-11-131-2/+8
* lib/rstp: Use ovs_refcount_unref_relaxed.Daniele Venturino2014-09-101-2/+2
* lib/rstp: Use RSTP_OPER_P2P_MAC_STATE_ENABLED instead of 1.Daniele Venturino2014-09-101-1/+2
* lib/rstp: Use hmap instead of a list for ports.Jarno Rajahalme2014-09-091-17/+18
* lib/rstp: Eliminate ports_count.Jarno Rajahalme2014-09-091-46/+41
* lib/rstp: Remove lock recursion.Jarno Rajahalme2014-09-091-4/+3
* lib/rstp: More robust thread safety.Jarno Rajahalme2014-09-091-348/+538
* lib/rstp: Inline trivial predicate functions.Jarno Rajahalme2014-09-091-34/+0
* lib/rstp: CodingStyle changes.Jarno Rajahalme2014-09-091-13/+26
* lib/rstp: Refactor port initialization.Jarno Rajahalme2014-09-091-66/+41
* lib/rstp: Refactor port number allocation.Jarno Rajahalme2014-09-091-31/+17
* lib/rstp: Refactor priority vector recalculation.Jarno Rajahalme2014-09-091-32/+22
* lib/rstp: Better debug messages, style fixes.Jarno Rajahalme2014-09-091-58/+74
* Rapid Spanning Tree Protocol (IEEE 802.1D).Daniele Venturino2014-09-091-0/+1236