summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-021-0/+5
* Correct timer management (deprecated) in nd6_timer.ume2002-04-241-2/+3
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-42/+37
* Use <net/fddi.h> rather than <netinet/if_fddi.h>.mdodd2002-04-061-1/+1
* In nd6_lookup(), check if rt_llinfo is non-NULL to avoid returning anume2002-04-011-4/+9
* - In nd6_rtrequest(), ignored a route when it is created by cloning andume2002-02-281-0/+21
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.ru2001-10-171-2/+2
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-1/+1
* When the link-layer address of a router changes, select theume2001-07-041-0/+18
* refresh default router list on nd6_purge(), only if we are anume2001-06-271-4/+6
* Add IFT_L2VLAN for supported NDP type. IPv6 over VLAN works now.sumikawa2001-06-191-0/+6
* Sync with recent KAME.ume2001-06-111-322/+510
* Plug several mbuf leaks in error cases (in nd6)bmilekic2001-03-111-3/+12
* More IP option length validation.kris2001-02-261-1/+12
* Better detection of duplicated initialization.simokawa2001-02-201-2/+8
* Yikes, these files bogusly #include "loop.h" but didn't use the value.peter2001-01-291-2/+0
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-121/+579
* even if nd6_nud_hint is called, do not change a neighbor's statussumikawa2000-04-171-1/+1
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-21/+19
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-0/+1531
OpenPOWER on IntegriCloud