Age | Commit message (Expand) | Author |
2019-11-07 | turn the linkstate hooks into a task list, like the detach hooks. | David Gwynne |
2019-05-13 | Do not check for IFF_RUNNING inside bstp_initialization(). | Martin Pieuchot |
2019-05-03 | Add missing bridge_getbif(), reported by jsg@. | Martin Pieuchot |
2019-05-02 | Reset root port after last STP interface is removed. | Martin Pieuchot |
2019-04-28 | Removes the KERNEL_LOCK() from bridge(4)'s output fast-path. | Martin Pieuchot |
2019-03-31 | The KERNEL_LOCK() is still what serializes access to bridge(4) data structures. | Martin Pieuchot |
2018-12-07 | Remove useless spl protection. | Martin Pieuchot |
2018-10-22 | Rename 'bridge_iflist' variables for coherency, missed in previous. | Martin Pieuchot |
2017-05-16 | Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED(). | Martin Pieuchot |
2017-01-24 | A space here, a space there. Soon we're talking real whitespace | Kenneth R Westerback |
2016-09-20 | Use splsoftassert() together with IPL_SOFTNET. On alpha and m88k | Alexander Bluhm |
2015-11-07 | Don't try to be clever testing if a queue is full before calling | Martin Pieuchot |
2015-11-02 | Some of the bridge code is running in splsoftnet now, change the | Reyk Floeter |
2015-09-29 | add sizes to some of the simpler free calls | Theo de Raadt |
2015-07-17 | Pass the correct argument to bstp_notify_rtage(). | Martin Pieuchot |
2015-07-15 | m_freem() can handle NULL, do not check for this condition beforehands. | Theo de Raadt |
2015-06-30 | Rename if_output() into if_enqueue() to avoid confusion with comments | Martin Pieuchot |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-05-15 | Introduce if_output(), a function do to the last steps before enqueuing | Martin Pieuchot |
2015-05-12 | This file is only compiled when "pseudo-device bridge" is included in | Martin Pieuchot |
2015-05-04 | Use ether_input() as default input packet handler and do the necessary | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-09-08 | remove uneeded route.h includes | Jonathan Gray |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-04-19 | minus altq tentacles, plus missing IF_DROP here as well | Henning Brauer |
2013-10-20 | remove irrelevant comment | Theo de Raadt |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-06-20 | Revert previous and unbreak asr, the new include should be protected. | Martin Pieuchot |
2013-06-20 | Allocate the various hook head descriptors as part of the ifnet | Martin Pieuchot |
2012-10-05 | Point an interface directly to its bridgeport configuration, instead | Camiel Dobbelaar |
2012-09-20 | Don't filter spanning tree BPDUs. Either process, or forward them. | Marco Pfatschbacher |
2011-07-09 | sned BPDUs at prio 6, just like lacp and carp, ryan zinke mpf | Henning Brauer |
2010-11-20 | remove bs_list occurrences. fixes panic on destroy. | Federico G. Schwindt |
2010-10-31 | Remove unused bstp_list and bstp_attach. | Marco Pfatschbacher |
2010-10-28 | A function that only returns NULL should return void. | Claudio Jeker |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-08-07 | account spanning tree frames in if_obytes and if_omcasts. | Damien Bergamini |
2008-06-14 | Remove NBPFILTER conditional since we do not include "bpfilter.h" and the | Joel Sing |
2008-06-13 | we used to use the lowest (so it is deterministic) mac address in the | Henning Brauer |
2008-05-21 | Just clear the timeout since timeout_del() can cope with | Michael Knudsen |
2008-05-07 | enable tx mitigation when putting packets on the wire by switching from | David Gwynne |
2007-11-26 | typos; ok jmc@ | Martynas Venckus |
2007-10-30 | fix a typo, LIST_FOREACH(bp2, ... and then using bp instead of bp2 | Henning Brauer |
2007-10-14 | 'syncronize' -> 'synchronize'. From Diego Casati. | Kenneth R Westerback |
2007-09-15 | malloc sweep: | Henning Brauer |
2007-02-15 | Set topology change propagation on all ports _except_ the caller. | Reyk Floeter |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2006-12-11 | refer to the RSTP point to point option as "PTP" instead of "P2P". | Reyk Floeter |