| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed a memory leak when net.inet6.icmp6.nd6_maxqueuelen is greater than 1 | SUZUKI Shinsuke | 2006-03-24 | 1 | -4/+26 |
* | avoided the use of purged address structure when an address became | Hajimu UMEMOTO | 2006-02-12 | 1 | -2/+1 |
* | fixed a compilation failure on amd64/sparc64/ia64 | SUZUKI Shinsuke | 2005-10-22 | 1 | -2/+4 |
* | sync with KAME regarding NDP | SUZUKI Shinsuke | 2005-10-21 | 1 | -209/+337 |
* | perform NUD on an IPv6-aware point-to-point interface | SUZUKI Shinsuke | 2005-10-21 | 1 | -0/+2 |
* | sync with KAME (nuked unused code, use NULL to denote a NULL pointer) | SUZUKI Shinsuke | 2005-10-19 | 1 | -15/+0 |
* | supported an ndp command suboption to disable IPv6 in the given interface | SUZUKI Shinsuke | 2005-10-19 | 1 | -0/+6 |
* | added an ioctl option in kernel so that ndp/rtadvd can change some NDP-relate... | SUZUKI Shinsuke | 2005-10-19 | 1 | -0/+28 |
* | sync with KAME in the following points: | SUZUKI Shinsuke | 2005-10-19 | 1 | -44/+45 |
* | Add support for multicast to the bridge and allow inet6 addresses to be | Andrew Thompson | 2005-09-06 | 1 | -0/+2 |
* | - fix typo in comment. | Hajimu UMEMOTO | 2005-08-12 | 1 | -2/+2 |
* | o Make rt_check() function more strict: | Gleb Smirnoff | 2005-08-11 | 1 | -0/+6 |
* | In preparation for fixing races in ARP (and probably in other | Gleb Smirnoff | 2005-08-09 | 1 | -0/+1 |
* | - Use 'error' variable to store error value, instead of 'i'. | Gleb Smirnoff | 2005-08-09 | 1 | -9/+6 |
* | scope cleanup. with this change | Hajimu UMEMOTO | 2005-07-25 | 1 | -46/+49 |
* | do not hardcode if_mtu values in here, except for IFT_{ARC,FDDI} - | Hajimu UMEMOTO | 2005-07-20 | 1 | -15/+0 |
* | Add CARP (Common Address Redundancy Protocol), which allows multiple | Gleb Smirnoff | 2005-02-22 | 1 | -0/+3 |
* | /* -> /*- for license, minor formatting changes, separate for KAME | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | Prevent reentrancy of the IPv6 routing code (leading to crash with | Brian Feldman | 2004-10-03 | 1 | -5/+26 |
* | Call callout_init() on nd6_slowtimo_ch before setting it going; otherwise, | Robert Watson | 2004-09-05 | 1 | -0/+1 |
* | Remove in6_prefix.[ch] and the contained router renumbering capability. | Robert Watson | 2004-08-23 | 1 | -21/+0 |
* | fix the change of interface in nd6_storelladdr for multicast | Luigi Rizzo | 2004-04-26 | 1 | -5/+5 |
* | This commit does two things: | Luigi Rizzo | 2004-04-25 | 1 | -6/+13 |
* | Remove a tail-recursive call in nd6_output. | Luigi Rizzo | 2004-04-19 | 1 | -5/+8 |
* | Replace Bcopy/Bzero with 'the real thing' as in the rest of the file. | Luigi Rizzo | 2004-04-18 | 1 | -2/+2 |
* | protect access to ifnet structure with mutex. | Hajimu UMEMOTO | 2004-01-28 | 1 | -0/+2 |
* | - changed the logic in nd6_is_addr_neighbor(); check on-link prefixes | Hajimu UMEMOTO | 2003-12-08 | 1 | -17/+23 |
* | replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREF | Sam Leffler | 2003-11-08 | 1 | -2/+2 |
* | - cleanup SP refcnt issue. | Hajimu UMEMOTO | 2003-11-04 | 1 | -0/+4 |
* | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | Hajimu UMEMOTO | 2003-10-24 | 1 | -38/+27 |
* | correct linkmtu handling. | Hajimu UMEMOTO | 2003-10-20 | 1 | -33/+22 |
* | rtfree() must be called in lock context. | Hajimu UMEMOTO | 2003-10-18 | 1 | -0/+1 |
* | - add dom_if{attach,detach} framework. | Hajimu UMEMOTO | 2003-10-17 | 1 | -83/+63 |
* | MFp4: correct locking issues in nd6_lookup | Sam Leffler | 2003-10-14 | 1 | -1/+4 |
* | nuke SCOPEDROUTING. Though it was there for a long time, | Hajimu UMEMOTO | 2003-10-10 | 1 | -3/+0 |
* | - typo in comment | Hajimu UMEMOTO | 2003-10-09 | 1 | -75/+56 |
* | return(code) -> return (code) | Hajimu UMEMOTO | 2003-10-06 | 1 | -28/+28 |
* | Locking for updates to routing table entries. Each rtentry gets a mutex | Sam Leffler | 2003-10-04 | 1 | -12/+16 |
* | Enable IPv6 for Token Ring. | Matthew N. Dodd | 2003-09-14 | 1 | -0/+5 |
* | introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo structure to | Hajimu UMEMOTO | 2003-08-05 | 1 | -1/+6 |
* | panic() doesn't need \n | SUZUKI Shinsuke | 2003-04-29 | 1 | -7/+7 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
* | Consolidate MIN/MAX macros into one place (param.h). | Alfred Perlstein | 2003-02-02 | 1 | -1/+0 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
* | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-08-02 | 1 | -0/+5 |
* | Correct timer management (deprecated) in nd6_timer. | Hajimu UMEMOTO | 2002-04-24 | 1 | -2/+3 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | SUZUKI Shinsuke | 2002-04-19 | 1 | -42/+37 |
* | Use <net/fddi.h> rather than <netinet/if_fddi.h>. | Matthew N. Dodd | 2002-04-06 | 1 | -1/+1 |
* | In nd6_lookup(), check if rt_llinfo is non-NULL to avoid returning an | Hajimu UMEMOTO | 2002-04-01 | 1 | -4/+9 |
* | - In nd6_rtrequest(), ignored a route when it is created by cloning and | Hajimu UMEMOTO | 2002-02-28 | 1 | -0/+21 |