summaryrefslogtreecommitdiff
path: root/lib/stp.c
Commit message (Expand)AuthorAgeFilesLines
* netdev: Assume default link speed to be 10 Gbps instead of 100 Mbps.Ilya Maximets2022-11-301-2/+2
* bfd: lldp: stp: Fix misaligned packet field access.Dumitru Ceara2022-02-141-8/+8
* rstp, stp: Remove tabs from output.Ben Pfaff2018-06-111-11/+12
* packets: Remove unnecessary "packed" annotations.Ben Pfaff2017-05-301-5/+3
* stp: Add the 'ovs-appctl stp/show' command.nickcooper-zhangtonghao2017-03-201-0/+98
* stp: Change the api for next patch.nickcooper-zhangtonghao2017-03-201-16/+13
* stp: Send BPDU when STP starts up, instead of waiting a hello time.nickcooper-zhangtonghao2017-03-171-1/+1
* stp: Initialize mutex whenever we register unixctl command.Ben Pfaff2016-05-201-12/+15
* 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
* 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
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-9/+10
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+2
* 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-3/+3
* stp,rstp: disable learning and forwarding in STP/RSTP disabled state.Daniele Venturino2014-11-141-8/+4
* lib/stp: Some debugging support.Jarno Rajahalme2014-09-091-1/+6
* stp: Add more logging points for debug.Alex Wang2014-07-221-0/+31
* stp: Make stp-disabled port forward stp bpdu packets.Alex Wang2014-07-161-4/+9
* Use ovs_refcount_unref_relaxed.Jarno Rajahalme2014-07-071-1/+1
* ofpbuf: Abstract 'l2' pointer and document usage conventions.Jarno Rajahalme2014-04-031-1/+2
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-1/+1
* lib/ofpbuf: CompactJarno Rajahalme2014-03-291-1/+1
* stp: Fix bpdu tx problem in listening statekmindg2014-03-151-0/+9
* ovs-atomic: Delete atomic, atomic_flag, ovs_refcount destroy functions.Ben Pfaff2014-03-131-2/+1
* ovs-atomic: Introduce a new 'struct ovs_refcount'.Ben Pfaff2014-01-081-15/+5
* ovs-atomic: Add atomic_destroy() and use everywhere it is needed.Ben Pfaff2014-01-081-0/+1
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-2/+2
* ofproto-dpif: Don't poll ports when nothing changesJoe Stringer2013-12-121-0/+5
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-3/+3
* Use "error-checking" mutexes in place of other kinds wherever possible.Ben Pfaff2013-08-201-2/+2
* clang: Pass objects, not their addresses, to thread-safety macros.Alex Wang2013-08-091-1/+1
* clang: Use OVS_REQUIRES() instead of OVS_REQ_WRLOCK() for plain mutex.Alex Wang2013-08-091-70/+70
* stp: Make the STP module thread safe.Ethan Jackson2013-08-011-109/+312
* Make attribute packed equivalent for MSC compilers.Linda Sun2013-07-171-3/+6
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-4/+3
* util: New macro CONST_CAST.Ben Pfaff2012-08-031-2/+2
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* unixctl: New JSON RPC back-end.Ethan Jackson2012-02-211-2/+2
* stp: Log topology change events.Ethan Jackson2012-02-021-0/+3
* stp: Allow manual topology change events.Ethan Jackson2012-01-251-0/+54
* stp: Flush MAC table on topology change.Ethan Jackson2012-01-251-0/+16
* stp: Fix tick remainder calculation.Justin Pettit2011-11-151-10/+1
* stp: Track BPDU tx and rx counts.Justin Pettit2011-11-151-0/+21
* Various bug fixes and cleanups to STP library.Justin Pettit2011-10-221-14/+85
* Add back 802.1D Spanning Tree Protocol (STP) library code.Justin Pettit2011-10-221-0/+1231
* Remove vestigial support for Spanning Tree Protocol.Ben Pfaff2010-08-131-1233/+0
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+4
* Merge "master" into "next".Ben Pfaff2010-02-241-0/+2
|\