| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove in6_prefix.[ch] and the contained router renumbering capability. | rwatson | 2004-08-23 | 1 | -21/+0 |
* | fix the change of interface in nd6_storelladdr for multicast | luigi | 2004-04-26 | 1 | -5/+5 |
* | This commit does two things: | luigi | 2004-04-25 | 1 | -6/+13 |
* | Remove a tail-recursive call in nd6_output. | luigi | 2004-04-19 | 1 | -5/+8 |
* | Replace Bcopy/Bzero with 'the real thing' as in the rest of the file. | luigi | 2004-04-18 | 1 | -2/+2 |
* | protect access to ifnet structure with mutex. | ume | 2004-01-28 | 1 | -0/+2 |
* | - changed the logic in nd6_is_addr_neighbor(); check on-link prefixes | ume | 2003-12-08 | 1 | -17/+23 |
* | replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREF | sam | 2003-11-08 | 1 | -2/+2 |
* | - cleanup SP refcnt issue. | ume | 2003-11-04 | 1 | -0/+4 |
* | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | ume | 2003-10-24 | 1 | -38/+27 |
* | correct linkmtu handling. | ume | 2003-10-20 | 1 | -33/+22 |
* | rtfree() must be called in lock context. | ume | 2003-10-18 | 1 | -0/+1 |
* | - add dom_if{attach,detach} framework. | ume | 2003-10-17 | 1 | -83/+63 |
* | MFp4: correct locking issues in nd6_lookup | sam | 2003-10-14 | 1 | -1/+4 |
* | nuke SCOPEDROUTING. Though it was there for a long time, | ume | 2003-10-10 | 1 | -3/+0 |
* | - typo in comment | ume | 2003-10-09 | 1 | -75/+56 |
* | return(code) -> return (code) | ume | 2003-10-06 | 1 | -28/+28 |
* | Locking for updates to routing table entries. Each rtentry gets a mutex | sam | 2003-10-04 | 1 | -12/+16 |
* | Enable IPv6 for Token Ring. | mdodd | 2003-09-14 | 1 | -0/+5 |
* | introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo structure to | ume | 2003-08-05 | 1 | -1/+6 |
* | panic() doesn't need \n | suz | 2003-04-29 | 1 | -7/+7 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Consolidate MIN/MAX macros into one place (param.h). | alfred | 2003-02-02 | 1 | -1/+0 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-02 | 1 | -0/+5 |
* | Correct timer management (deprecated) in nd6_timer. | ume | 2002-04-24 | 1 | -2/+3 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | suz | 2002-04-19 | 1 | -42/+37 |
* | Use <net/fddi.h> rather than <netinet/if_fddi.h>. | mdodd | 2002-04-06 | 1 | -1/+1 |
* | In nd6_lookup(), check if rt_llinfo is non-NULL to avoid returning an | ume | 2002-04-01 | 1 | -4/+9 |
* | - In nd6_rtrequest(), ignored a route when it is created by cloning and | ume | 2002-02-28 | 1 | -0/+21 |
* | Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2. | ru | 2001-10-17 | 1 | -2/+2 |
* | Wrap array accesses in macros, which also happen to be lvalues: | jlemon | 2001-09-06 | 1 | -1/+1 |
* | When the link-layer address of a router changes, select the | ume | 2001-07-04 | 1 | -0/+18 |
* | refresh default router list on nd6_purge(), only if we are an | ume | 2001-06-27 | 1 | -4/+6 |
* | Add IFT_L2VLAN for supported NDP type. IPv6 over VLAN works now. | sumikawa | 2001-06-19 | 1 | -0/+6 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -322/+510 |
* | Plug several mbuf leaks in error cases (in nd6) | bmilekic | 2001-03-11 | 1 | -3/+12 |
* | More IP option length validation. | kris | 2001-02-26 | 1 | -1/+12 |
* | Better detection of duplicated initialization. | simokawa | 2001-02-20 | 1 | -2/+8 |
* | Yikes, these files bogusly #include "loop.h" but didn't use the value. | peter | 2001-01-29 | 1 | -2/+0 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 1 | -121/+579 |
* | even if nd6_nud_hint is called, do not change a neighbor's status | sumikawa | 2000-04-17 | 1 | -1/+1 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 1 | -21/+19 |
* | KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP | shin | 1999-11-22 | 1 | -0/+1531 |