summaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6.c
AgeCommit message (Expand)Author
2014-01-15If the address matches a cloning route, it is also a neighbor.roy
2013-12-17Instead of voodo casts use simple byte pointer arithmetic and memcpy tomartin
2013-05-21For IPv6, emit RTM_NEWADDR once DAD completes and also when address flagroy
2013-01-24Use rt_getkey.joerg
2012-06-234 new sysctls to avoid ipv6 DoS attacks from OpenBSDchristos
2012-03-22remove KAME IPSEC, replaced by FAST_IPSECdrochner
2012-02-03PR/45764, PR/45914christos
2012-02-02use FOREACH_SAFE.christos
2011-12-19rename the IPSEC in-kernel CPP variable and config(8) option todrochner
2011-11-19First step of random number subsystem rework described intls
2011-11-10- Remove unused variable from nd6_timer().seanb
2010-07-15To help find the cause of kernel complaints such as "/netbsd:dyoung
2009-11-06Fix net.inet6.ip6.accept_rtadv and 'ndp -i <interface> accept_rtadv':dyoung
2009-08-31nd6_ifattach: fix a missing parens bug in rev.1.132.yamt
2009-08-06Check if ndi is valid before use.cegger
2009-07-25Instead of using the net.inet6.ip6.accept_rtadv sysctl for all devices,tonnerre
2008-11-07*** Summary ***dyoung
2008-10-24Constify the rt_addrinfo argument to the ifa_rtrequest memberdyoung
2008-10-24bzero -> memset. Do not "test truth" of pointers, but compare withdyoung
2008-05-15Simplify RT_DPRINTF() calls.dyoung
2008-05-11Compare route with NULL instead of testing truth. Where applicable,dyoung
2008-04-24Merge the socket locking patch:ad
2008-04-15Make ip6 and icmp6 stats per-cpu.thorpej
2008-04-08Change ICMP6 stats from a structure to an array of uint64_t's.thorpej
2007-12-04Use IFNET_FOREACH() and IFADDR_FOREACH().dyoung
2007-11-10Use sockaddr_in6_init(). Use a static initializer for all1_sa.dyoung
2007-11-01De-__P().dyoung
2007-09-02We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(...,dyoung
2007-08-30Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pooldyoung
2007-08-07Avoid writing past the end of the buffer [lldst, lldst + dstsize)dyoung
2007-07-19Take steps to hide the radix_node implementation of the forwarding tabledyoung
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-05-17Fix the memory leak reported in kern/36337. Thanks Matthias Schelerdyoung
2007-05-02Eliminate address family-specific route caches (struct route, structdyoung
2007-03-17In nd6_rtrequest(), when we lookup/create a route whose destinationdyoung
2007-03-15In nd6_lookup, shorten a staircase. KNF: change return (expr); todyoung
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2006-11-24fix spelling of accommodate; from Zapher.christos
2006-11-20Use LIST_/TAILQ_ macros, esp. LIST_FOREACH() and TAILQ_FOREACH().dyoung
2006-11-16__unused removal on arguments; approved by core.christos
2006-11-13Add a source-address selection policy mechanism to the kernel.dyoung
2006-10-12- sprinkle __unused on function decls.christos
2006-09-02- fix initializerschristos
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-18Integrate Common Address Redundancy Procotol (CARP) from OpenBSDliamjfoy
2006-04-15Coverity CID 857: Prevent NULL deref.christos
2006-03-24From KAME via SUZUKI Shinsuke:rpaulo
2006-03-05NDP-related improvements:rpaulo
2006-03-03Fix typos in comments.rpaulo