summaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_ifattach.c
AgeCommit message (Expand)Author
2013-10-25Mark a variable as used only in diagnostic kernelsmartin
2013-10-18convert a DIAGNOSTIC / panic into a KASSERTMSG().mrg
2011-12-31- fix offsetof usage, and redundant defineschristos
2011-11-19First step of random number subsystem rework described intls
2009-09-19backout the changes that establish a workqueue to synchronize the addresseschristos
2009-08-13buildfix: if_indexlim is of type size_tcegger
2009-08-13Postpone to a workqueue adding link-local and loopback IPv6 addressesdyoung
2009-07-30Fix typo in comment, s/SIOCSIFADDR/SIOCINITIFADDR/.dyoung
2008-11-07*** Summary ***dyoung
2008-04-24Merge the socket locking patch:ad
2007-12-06Use ifa_insert(), ifa_remove().dyoung
2007-12-05Extract common code, creating a subroutine if_purgeaddrs(ifp,dyoung
2007-12-05Use IFADDR_FIRST(), IFADDR_NEXT().dyoung
2007-12-04Use IFNET_FOREACH() and IFADDR_FOREACH().dyoung
2007-11-10Use sockaddr_in6_init().dyoung
2007-11-01De-__P().dyoung
2007-08-10Constify.dyoung
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-05-23Ansify + add a few comments, from Karl Sjödahlchristos
2007-03-15Bark if we cannot assign a link-local address. While I am here,dyoung
2007-02-22Cosmetic: use TAILQ_FOREACH(). Remove extraneous () from returndyoung
2006-11-20Use the TAILQ_/LIST_ macros instead of open-coding them.dyoung
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-05-18Integrate Common Address Redundancy Procotol (CARP) from OpenBSDliamjfoy
2006-03-05NDP-related improvements:rpaulo
2006-01-21Better support of IPv6 scoped addresses.rpaulo
2005-12-11merge ktrace-lwp.christos
2004-04-20remove duplicated #include. PR 25234itojun
2004-02-11we have IFT_BRIDGE already, no need for #ifdefitojun
2004-02-11We don't have IFT_{PFLOG,PFSYNC} (yet).christos
2004-02-11missing bzeroitojun
2003-09-06committed by mistake, sorryitojun
2003-09-06correct commentitojun
2003-07-08on interface detach, clear multicast forwarding table. from kameitojun
2002-11-02/*CONTCOND*/ while (0)'ed macrosperry
2002-09-15remove extra blank lineitojun
2002-09-11reduce diff w/kameitojun
2002-09-11KNF - return is not a function. sync w/kame.itojun
2002-09-11correct signedness mixup in pointer passing. sync w/kameitojun
2002-06-11silence some of log(), as the codepath will be visited for IPv6-non-capableitojun
2002-06-08sync with latest KAME in6_ifaddr/prefix/default router manipulation.itojun
2002-06-07minor KNF to sync w/kameitojun
2002-05-29attach nd_ifinfo structure into if_afdata.itojun
2002-05-29move per-interface ip6/icmp6 stat to ifnet->if_afdata. sync w/kameitojun
2002-05-23no longer need IFT_PROPVIRTUAL "bridge[0-9]+" check.itojun
2002-05-23simplify conditions to do DAD. sync w/kameitojun
2002-05-23do not have link-local address for IFT_BRIDGEitojun
2001-12-21whitespace/costmetic sync w/kameitojun
2001-12-18reduce white space/cosmetic diffs w/kame.itojun