summaryrefslogtreecommitdiff
path: root/lib/rstp-state-machines.c
Commit message (Expand)AuthorAgeFilesLines
* rstp: Eliminate BPDU padding and uninitialized bytes.Ben Pfaff2018-06-051-0/+2
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-2/+2
* Fix some -Wimplicit-fallthrough warnings building with GCC 7Timothy Redaelli2017-07-111-51/+51
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* AUTHORS: Add Carlo AndreottiDaniele Venturino2015-12-141-1/+2
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-1/+1
* dp-packet: Remove 'frame' member.Daniele Di Proietto2015-05-181-1/+1
* lib/rstp: Remove a dead store.Jarno Rajahalme2015-04-161-1/+0
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-7/+8
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* rstp-state-machines: fix proposal reception behaviour.Jarno Rajahalme2014-11-191-2/+26
* rstp: Fix global transitions.Jarno Rajahalme2014-11-191-78/+188
* rstp: shift learned MAC addresses to new Root port.Jarno Rajahalme2014-11-191-0/+21
* rstp-state-machines: fix rcv_info().Daniele Venturino2014-11-141-5/+8
* rstp-state-machines: fix TCN reception.Daniele Venturino2014-11-141-0/+8
* rstp-state-machines: Rename ALTERNATE_AGREED state as ALTERNATE_AGREED_EXEC.Daniele Venturino2014-11-141-2/+2
* rstp-state-machines: Fix updt_roles_tree().Daniele Venturino2014-11-141-1/+1
* rstp-state-machines: Fix Topology Change State Machine transition.Daniele Venturino2014-11-141-1/+1
* rstp-state-machines: Fix compare_rstp_priority_vector().Daniele Venturino2014-11-141-4/+14
* rstp-state-machines: Fix reception of BPDUs conveying an unknown port role.Jarno Rajahalme2014-11-141-2/+17
* lib/rstp: Use hmap instead of a list for ports.Jarno Rajahalme2014-09-091-15/+15
* lib/rstp: Eliminate ports_count.Jarno Rajahalme2014-09-091-152/+121
* lib/rstp: Simplify priority vector comparison.Jarno Rajahalme2014-09-091-75/+68
* lib/rstp: CodingStyle fixes.Jarno Rajahalme2014-09-091-186/+155
* lib/rstp: Remove lock recursion.Jarno Rajahalme2014-09-091-1/+1
* lib/rstp: More robust thread safety.Jarno Rajahalme2014-09-091-26/+85
* lib/rstp: Better debug messages, style fixes.Jarno Rajahalme2014-09-091-14/+15
* Rapid Spanning Tree Protocol (IEEE 802.1D).Daniele Venturino2014-09-091-0/+2036