aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_ifattach.c
Commit message (Expand)AuthorAgeFilesLines
* Tweak existing header and other build infrastructure to be able to buildMax Laier2004-02-261-1/+3
* Don't execute the code in in6_ifdetach() that removes the link-localDon Lewis2004-01-101-7/+9
* use arc4random.Hajimu UMEMOTO2003-10-311-5/+2
* nuku unused functions in6_nigroup_attach() andHajimu UMEMOTO2003-10-311-59/+0
* Overhaul routing table entry cleanup by introducing a new rtexpungeSam Leffler2003-10-301-7/+6
* - add dom_if{attach,detach} framework.Hajimu UMEMOTO2003-10-171-67/+4
* nuke SCOPEDROUTING. Though it was there for a long time,Hajimu UMEMOTO2003-10-101-12/+0
* - fix typo in comments.Hajimu UMEMOTO2003-10-081-43/+33
* return(code) -> return (code)Hajimu UMEMOTO2003-10-061-3/+3
* Locking for updates to routing table entries. Each rtentry gets a mutexSam Leffler2003-10-041-4/+8
* Enable IPv6 for Token Ring.Matthew N. Dodd2003-09-141-0/+1
* The in6_ifattach() routine contains the following code:Bill Paul2003-09-131-2/+4
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-4/+4
* SMP locking for ifnet list.Jeffrey Hsu2002-12-221-0/+7
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-13/+17
* When running aplication joined multicast address,Hajimu UMEMOTO2001-08-041-0/+7
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-367/+383
* on in6_ifdetach(), do not remove default route mistakenlyHajimu UMEMOTO2001-01-221-2/+2
* add missing \n. sync with kame.Jun-ichiro itojun Hagino2000-10-011-3/+3
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-399/+727
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-6/+4
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-0/+690