summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_ifattach.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up VCS Ids.obrien2007-12-101-3/+5
* ANSIfy[1] plus some style cleanup nearby.delphij2007-07-051-38/+30
* Garbage collect unused variables.mjacob2007-06-151-1/+0
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-121-10/+22
* fixed memory leak for IPv6 multicast membership information associatedjinmei2007-06-021-2/+10
* Revert the default value of net.inet6.ip6.auto_linklocal to 1.ume2006-10-131-1/+1
* Turn off automatic link local address if ipv6_enable is not set to YESgnn2006-10-021-1/+1
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* Modify in6_pcbpurgeif0() to accept a pcbinfo structure rather than a pcbrwatson2006-04-231-4/+2
* sync with KAME regarding NDPsuz2005-10-211-21/+7
* sync with KAME regarding the following clarification in RFC3542:suz2005-10-191-6/+5
* sync with KAME in the following points:suz2005-10-191-10/+10
* Add support for multicast to the bridge and allow inet6 addresses to bethompsa2005-09-061-4/+1
* scope cleanup. with this changeume2005-07-251-5/+8
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-221-0/+1
* /* -> /*- 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