Age | Commit message (Expand) | Author |
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 |
2002-12-09 | allow setting of ifcost with brconfig. enables selection of preferred | Markus Friedl |
2002-12-04 | spanning tree: flush dynamic mac cache if interface goes to the | Markus Friedl |
2002-11-26 | Call the enable function, don't set the variable directly. | Jason Wright |
2002-09-24 | sizeof(structure) not sizeof(structure *); pointed out by dvamsi@yahoo.com. | Jason Wright |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-06-27 | introduce the ALTQ queue macros into sys/net files. | Kenjiro Cho |
2001-05-30 | Remove ipf. Darren Reed has interpreted his (old, new, whichever) | Theo de Raadt |
2001-03-22 | let bstp_transmit_tcn() handle all of the work for sending TCN messages | Jason Wright |
2001-01-30 | change ip_compat.h to ip_fil_compat.h for clarity. Impending ipf merge | Kjell Wooding |
2001-01-17 | IPF 3.4.15. (IPv6 not working yet). | Federico G. Schwindt |
2000-12-18 | include timeout.h to make it compile w/o ipfilter | Michael Shalayeff |
2000-12-12 | Add support for 802.1D spanning tree protocol. | Jason Wright |