summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_ifattach.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-1/+1
* Remove in6_prefix.[ch] and the contained router renumbering capability.rwatson2004-08-231-3/+0
* Tweak existing header and other build infrastructure to be able to buildmlaier2004-02-261-1/+3
* Don't execute the code in in6_ifdetach() that removes the link-localtruckman2004-01-101-7/+9
* use arc4random.ume2003-10-311-5/+2
* nuku unused functions in6_nigroup_attach() andume2003-10-311-59/+0
* Overhaul routing table entry cleanup by introducing a new rtexpungesam2003-10-301-7/+6
* - add dom_if{attach,detach} framework.ume2003-10-171-67/+4
* nuke SCOPEDROUTING. Though it was there for a long time,ume2003-10-101-12/+0
* - fix typo in comments.ume2003-10-081-43/+33
* return(code) -> return (code)ume2003-10-061-3/+3
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-041-4/+8
* Enable IPv6 for Token Ring.mdodd2003-09-141-0/+1
* The in6_ifattach() routine contains the following code:wpaul2003-09-131-2/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* SMP locking for ifnet list.hsu2002-12-221-0/+7
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-13/+17
* When running aplication joined multicast address,ume2001-08-041-0/+7
* Sync with recent KAME.ume2001-06-111-367/+383
* on in6_ifdetach(), do not remove default route mistakenlyume2001-01-221-2/+2
* add missing \n. sync with kame.itojun2000-10-011-3/+3
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-399/+727
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-6/+4
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-0/+690
OpenPOWER on IntegriCloud