index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rstp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rstp: Fix memory leak reported by valgrind.
William Tu
2016-01-11
1
-0
/
+1
*
AUTHORS: Add Carlo Andreotti
Daniele Venturino
2015-12-14
1
-1
/
+2
*
ofproto-dpif: Add check in rstp_run.
Daniele Venturino
2015-10-12
1
-0
/
+2
*
dp-packet: Remove ofpbuf dependency.
Pravin B Shelar
2015-03-03
1
-1
/
+2
*
lib: Move vlog.h to <openvswitch/vlog.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
lib: Expose struct ovs_list definition in <openvswitch/list.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
list: Rename struct list to struct ovs_list
Thomas Graf
2014-12-15
1
-2
/
+2
*
rstp: refactor RSTP setters.
Daniele Venturino
2014-11-19
1
-54
/
+64
*
rstp: shift learned MAC addresses to new Root port.
Jarno Rajahalme
2014-11-19
1
-18
/
+78
*
rstp: Refactor rstp_port_set_administrative_bridge_port__().
Jarno Rajahalme
2014-11-14
1
-4
/
+14
*
rstp: Refactor rstp_check_and_reset_fdb_flush().
Jarno Rajahalme
2014-11-14
1
-18
/
+38
*
rstp: Invoke updt_roles_tree__() in max_age and forward_delay setters.
Jarno Rajahalme
2014-11-14
1
-4
/
+10
*
rstp: Add 'rstp-admin-p2p-mac' and 'rstp-admin-port-state' setters.
Jarno Rajahalme
2014-11-14
1
-1
/
+42
*
rstp: Show some useful rstp port fields.
Jarno Rajahalme
2014-11-13
1
-2
/
+8
*
lib/rstp: Use ovs_refcount_unref_relaxed.
Daniele Venturino
2014-09-10
1
-2
/
+2
*
lib/rstp: Use RSTP_OPER_P2P_MAC_STATE_ENABLED instead of 1.
Daniele Venturino
2014-09-10
1
-1
/
+2
*
lib/rstp: Use hmap instead of a list for ports.
Jarno Rajahalme
2014-09-09
1
-17
/
+18
*
lib/rstp: Eliminate ports_count.
Jarno Rajahalme
2014-09-09
1
-46
/
+41
*
lib/rstp: Remove lock recursion.
Jarno Rajahalme
2014-09-09
1
-4
/
+3
*
lib/rstp: More robust thread safety.
Jarno Rajahalme
2014-09-09
1
-348
/
+538
*
lib/rstp: Inline trivial predicate functions.
Jarno Rajahalme
2014-09-09
1
-34
/
+0
*
lib/rstp: CodingStyle changes.
Jarno Rajahalme
2014-09-09
1
-13
/
+26
*
lib/rstp: Refactor port initialization.
Jarno Rajahalme
2014-09-09
1
-66
/
+41
*
lib/rstp: Refactor port number allocation.
Jarno Rajahalme
2014-09-09
1
-31
/
+17
*
lib/rstp: Refactor priority vector recalculation.
Jarno Rajahalme
2014-09-09
1
-32
/
+22
*
lib/rstp: Better debug messages, style fixes.
Jarno Rajahalme
2014-09-09
1
-58
/
+74
*
Rapid Spanning Tree Protocol (IEEE 802.1D).
Daniele Venturino
2014-09-09
1
-0
/
+1236