index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
bridgestp.c
Age
Commit message (
Expand
)
Author
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