Age | Commit message (Expand) | Author |
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 |
2006-12-03 | Add Rapid Spanning Tree Protocol support (802.1d-2004) based on work | Reyk Floeter |
2006-11-24 | never call an ioctl without process context! this diffs checks the | Reyk Floeter |
2006-03-07 | use the cu_bridge_id rather than the cu_rootid for the bridge address. | Brad Smith |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2005-10-12 | no need to call mfree() since m is always NULL; from Andrey Matveev | Markus Friedl |
2005-06-07 | oops | Theo de Raadt |
2005-06-07 | avoid retarded C unsigned char -> signed integer promotion rules. | Theo de Raadt |
2003-11-16 | convert __attribute__((__packed__)) to __packed so that parsers unaware | Anil Madhavapeddy |
2003-06-02 | nuke clause 3 & 4 | Jason Wright |
2002-12-10 | check IFF_RUNNING early in bstp_transmit_tcn; from netbsd; ok jason@ | Markus Friedl |
2002-12-09 | knf | Theo de Raadt |