summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-1/+1
* Prevent reentrancy of the IPv6 routing code (leading to crash withgreen2004-10-031-5/+26
* Call callout_init() on nd6_slowtimo_ch before setting it going; otherwise,rwatson2004-09-051-0/+1
* Remove in6_prefix.[ch] and the contained router renumbering capability.rwatson2004-08-231-21/+0
* fix the change of interface in nd6_storelladdr for multicastluigi2004-04-261-5/+5
* This commit does two things:luigi2004-04-251-6/+13
* Remove a tail-recursive call in nd6_output.luigi2004-04-191-5/+8
* Replace Bcopy/Bzero with 'the real thing' as in the rest of the file.luigi2004-04-181-2/+2
* protect access to ifnet structure with mutex.ume2004-01-281-0/+2
* - changed the logic in nd6_is_addr_neighbor(); check on-link prefixesume2003-12-081-17/+23
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFsam2003-11-081-2/+2
* - cleanup SP refcnt issue.ume2003-11-041-0/+4
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-241-38/+27
* correct linkmtu handling.ume2003-10-201-33/+22
* rtfree() must be called in lock context.ume2003-10-181-0/+1
* - add dom_if{attach,detach} framework.ume2003-10-171-83/+63
* MFp4: correct locking issues in nd6_lookupsam2003-10-141-1/+4
* nuke SCOPEDROUTING. Though it was there for a long time,ume2003-10-101-3/+0
* - typo in commentume2003-10-091-75/+56
* return(code) -> return (code)ume2003-10-061-28/+28
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-041-12/+16
* Enable IPv6 for Token Ring.mdodd2003-09-141-0/+5
* introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo structure toume2003-08-051-1/+6
* panic() doesn't need \nsuz2003-04-291-7/+7
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-021-1/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* 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