summaryrefslogtreecommitdiff
path: root/sys/net/if_tokensubr.c
AgeCommit message (Expand)Author
2005-06-08bye bye netns (and a few leftover DECNET bits while here)Henning Brauer
2005-06-07do not handle CCITT any longerHenning Brauer
2005-01-18Rewriting the lladdr can now be done without using mbuf tags.Marco Pfatschbacher
2004-12-19Make it possible for carp to work on fddi and token ring again.Ryan Thomas McBride
2004-07-16remove netiso shitz, millert okHenning Brauer
2004-06-21First step towards more sane time handling in the kernel -- this changesThorsten Lockert
2004-04-17add a congestion indicator to if_queue. It is set when the input queueHenning Brauer
2003-12-10de-register. deraadt okJun-ichiro itojun Hagino
2003-08-18prevent looutput() feedback of broadcast/multicast packets if they areDaniel Hartmeier
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-01use "tokenbroadcastaddr" throughout the code for consistency. deraadt okJun-ichiro itojun Hagino
2003-01-07remove the altq classifier code which is replaced by pf and no longer used.Kenjiro Cho
2002-07-18make it compile by removing unused local varsMichael Shalayeff
2002-06-30allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always knowJun-ichiro itojun Hagino
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-09Use queue.h TAILQ macros instead of accessing members directly.Jason Wright
2001-06-27introduce the ALTQ queue macros into sys/net files.Kenjiro Cho
2001-06-15change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.Jun-ichiro itojun Hagino
2000-01-21Make token_output not static.Federico G. Schwindt
1999-12-27Token ring subroutines. For details see next commit.Federico G. Schwindt