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
/
if_tokensubr.c
Age
Commit message (
Expand
)
Author
2003-08-18
prevent looutput() feedback of broadcast/multicast packets if they are
Daniel Hartmeier
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-01
use "tokenbroadcastaddr" throughout the code for consistency. deraadt ok
Jun-ichiro itojun Hagino
2003-01-07
remove the altq classifier code which is replaced by pf and no longer used.
Kenjiro Cho
2002-07-18
make it compile by removing unused local vars
Michael Shalayeff
2002-06-30
allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know
Jun-ichiro itojun Hagino
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-09
Use queue.h TAILQ macros instead of accessing members directly.
Jason Wright
2001-06-27
introduce the ALTQ queue macros into sys/net files.
Kenjiro Cho
2001-06-15
change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.
Jun-ichiro itojun Hagino
2000-01-21
Make token_output not static.
Federico G. Schwindt
1999-12-27
Token ring subroutines. For details see next commit.
Federico G. Schwindt