aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6.c
Commit message (Expand)AuthorAgeFilesLines
* fixed a memory leak when net.inet6.icmp6.nd6_maxqueuelen is greater than 1SUZUKI Shinsuke2006-03-241-4/+26
* avoided the use of purged address structure when an address becameHajimu UMEMOTO2006-02-121-2/+1
* fixed a compilation failure on amd64/sparc64/ia64SUZUKI Shinsuke2005-10-221-2/+4
* sync with KAME regarding NDPSUZUKI Shinsuke2005-10-211-209/+337
* perform NUD on an IPv6-aware point-to-point interfaceSUZUKI Shinsuke2005-10-211-0/+2
* sync with KAME (nuked unused code, use NULL to denote a NULL pointer)SUZUKI Shinsuke2005-10-191-15/+0
* supported an ndp command suboption to disable IPv6 in the given interfaceSUZUKI Shinsuke2005-10-191-0/+6
* added an ioctl option in kernel so that ndp/rtadvd can change some NDP-relate...SUZUKI Shinsuke2005-10-191-0/+28
* sync with KAME in the following points:SUZUKI Shinsuke2005-10-191-44/+45
* Add support for multicast to the bridge and allow inet6 addresses to beAndrew Thompson2005-09-061-0/+2
* - fix typo in comment.Hajimu UMEMOTO2005-08-121-2/+2
* o Make rt_check() function more strict:Gleb Smirnoff2005-08-111-0/+6
* In preparation for fixing races in ARP (and probably in otherGleb Smirnoff2005-08-091-0/+1
* - Use 'error' variable to store error value, instead of 'i'.Gleb Smirnoff2005-08-091-9/+6
* scope cleanup. with this changeHajimu UMEMOTO2005-07-251-46/+49
* do not hardcode if_mtu values in here, except for IFT_{ARC,FDDI} -Hajimu UMEMOTO2005-07-201-15/+0
* Add CARP (Common Address Redundancy Protocol), which allows multipleGleb Smirnoff2005-02-221-0/+3
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-1/+1
* Prevent reentrancy of the IPv6 routing code (leading to crash withBrian Feldman2004-10-031-5/+26
* Call callout_init() on nd6_slowtimo_ch before setting it going; otherwise,Robert Watson2004-09-051-0/+1
* Remove in6_prefix.[ch] and the contained router renumbering capability.Robert Watson2004-08-231-21/+0
* fix the change of interface in nd6_storelladdr for multicastLuigi Rizzo2004-04-261-5/+5
* This commit does two things:Luigi Rizzo2004-04-251-6/+13
* Remove a tail-recursive call in nd6_output.Luigi Rizzo2004-04-191-5/+8
* Replace Bcopy/Bzero with 'the real thing' as in the rest of the file.Luigi Rizzo2004-04-181-2/+2
* protect access to ifnet structure with mutex.Hajimu UMEMOTO2004-01-281-0/+2
* - changed the logic in nd6_is_addr_neighbor(); check on-link prefixesHajimu UMEMOTO2003-12-081-17/+23
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFSam Leffler2003-11-081-2/+2
* - cleanup SP refcnt issue.Hajimu UMEMOTO2003-11-041-0/+4
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-241-38/+27
* correct linkmtu handling.Hajimu UMEMOTO2003-10-201-33/+22
* rtfree() must be called in lock context.Hajimu UMEMOTO2003-10-181-0/+1
* - add dom_if{attach,detach} framework.Hajimu UMEMOTO2003-10-171-83/+63
* MFp4: correct locking issues in nd6_lookupSam Leffler2003-10-141-1/+4
* nuke SCOPEDROUTING. Though it was there for a long time,Hajimu UMEMOTO2003-10-101-3/+0
* - typo in commentHajimu UMEMOTO2003-10-091-75/+56
* return(code) -> return (code)Hajimu UMEMOTO2003-10-061-28/+28
* Locking for updates to routing table entries. Each rtentry gets a mutexSam Leffler2003-10-041-12/+16
* Enable IPv6 for Token Ring.Matthew N. Dodd2003-09-141-0/+5
* introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo structure toHajimu UMEMOTO2003-08-051-1/+6
* panic() doesn't need \nSUZUKI Shinsuke2003-04-291-7/+7
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein2003-02-021-1/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-021-0/+5
* Correct timer management (deprecated) in nd6_timer.Hajimu UMEMOTO2002-04-241-2/+3
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-42/+37
* Use <net/fddi.h> rather than <netinet/if_fddi.h>.Matthew N. Dodd2002-04-061-1/+1
* In nd6_lookup(), check if rt_llinfo is non-NULL to avoid returning anHajimu UMEMOTO2002-04-011-4/+9
* - In nd6_rtrequest(), ignored a route when it is created by cloning andHajimu UMEMOTO2002-02-281-0/+21