summaryrefslogtreecommitdiff
path: root/lib/rstp-common.h
Commit message (Expand)AuthorAgeFilesLines
* rstp: Eliminate BPDU padding and uninitialized bytes.Ben Pfaff2018-06-051-1/+0
* rstp: Add rstp port name for human reading.nickcooper-zhangtonghao2017-06-081-0/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* AUTHORS: Add Carlo AndreottiDaniele Venturino2015-12-141-1/+2
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-1/+1
* rstp: shift learned MAC addresses to new Root port.Jarno Rajahalme2014-11-191-0/+4
* rstp-state-machines: Rename ALTERNATE_AGREED state as ALTERNATE_AGREED_EXEC.Daniele Venturino2014-11-141-1/+1
* rstp: Add 'rstp-admin-p2p-mac' and 'rstp-admin-port-state' setters.Jarno Rajahalme2014-11-141-6/+0
* lib/rstp-common: Remove double spaces.Daniele Venturino2014-09-101-9/+9
* lib/rstp: Use hmap instead of a list for ports.Jarno Rajahalme2014-09-091-2/+3
* lib/rstp: Eliminate ports_count.Jarno Rajahalme2014-09-091-1/+0
* lib/rstp: Remove lock recursion.Jarno Rajahalme2014-09-091-1/+1
* lib/rstp: More robust thread safety.Jarno Rajahalme2014-09-091-100/+102
* lib/rstp: Better debug messages, style fixes.Jarno Rajahalme2014-09-091-9/+2
* Rapid Spanning Tree Protocol (IEEE 802.1D).Daniele Venturino2014-09-091-0/+884