summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* The return value of nd6_cache_lladdr() is never used so make it a void.mpi2015-08-311-3/+2
* nd6_prefix_add() is no longer used and die.mpi2015-08-241-3/+1
* Start moving away from the global prefix list by limiting its usage tompi2015-08-241-2/+2
* Rework the code to decide when to perform DAD to no longer rely on thempi2015-08-241-2/+2
* Call rtfree(9) when we no longer need the route entry rather thanmpi2015-08-181-3/+1
* Merge two identical chunks to add new prefixes to the global datampi2015-07-181-1/+4
* Properly layer Router Solicitation code.mpi2015-07-161-11/+6
* Remove unused arguments and the associated code from nd6_nud_hint().mpi2015-07-091-2/+2
* Rework the handling of interfaces and IPv6 addresses for local delivery.mpi2014-11-201-3/+3
* Do not pass an ifa pointer when we already have a DAD descriptor.mpi2014-11-101-2/+1
* Move sending of router solicitations to the kernel; receiving andflorian2014-08-251-1/+13
* move IPv6 prefix adding from workq to taskq; as a happy benefit, weblambert2014-07-111-1/+5
* Kill the {nd6_,}useloopback buttons, using the loopback interface formpi2014-05-071-2/+1
* Propagate an rdomain number to the nd6_lookup independently frommikeb2014-01-071-3/+3
* More _KERNEL namespace cleanup, just in case something out therederaadt2013-10-251-45/+33
* Remove unused argument from *rtrequest()mpi2013-08-281-2/+2
* No one uses the obsolete IPv6 ioctls SIOCGDRLST_IN6, SIOCGPRLST_IN6,bluhm2013-08-261-65/+1
* To control the lifetime of IPv6 addresses, prefixes and defaultbluhm2013-08-111-64/+38
* Do not access queue fields directly, use FOREACH() macro instead.bluhm2013-07-011-4/+1
* Remove unused code manipulating a default interface and its index,mpi2013-03-111-5/+1
* typo in comment.sthen2012-02-141-2/+2
* fix typos in commentsstsp2011-04-031-2/+2
* Simple implementation of RFC4941, "Privacy Extensions for Statelessstsp2010-04-061-1/+6
* From KAME, allow adjustable limits on NDP entries and discovered routes.mcbride2008-06-111-1/+2
* unifdef -U__otherBSD__itojun2003-07-081-5/+1
* split ND6 cache timer management to per-entry. increased accuracy,itojun2003-06-271-7/+10
* gcitojun2002-06-081-3/+1
* sync with latest KAME in6_ifaddr/prefix/default router manipulation.itojun2002-06-081-35/+75
* cope with cases where maxmtu == 0 (shouldn't happen)itojun2002-06-071-2/+2
* be sure to use L3 MTU, not L2 MTU, when specified in spec (affects FDDI/ARCnet)itojun2002-06-051-3/+5
* improve nd6_setmtu(), to warn too-small MTU on SIOCSIFMTU. sync w/kameitojun2002-05-301-2/+2
* no need to supply obsolete field name "receivedra"itojun2002-05-291-2/+1
* attach nd_ifinfo structure to if_afdata.itojun2002-05-291-6/+42
* First round of __P removal in sysmillert2002-03-141-51/+51
* compatability -> compatibility.fgsch2002-01-231-2/+2
* garbage-collect stale ND entries (default: 1 day).itojun2001-02-231-1/+2
* remove unnecessary state, ND6_LLINFO_WAITDELETE, from neighbor cacheitojun2001-02-231-3/+10
* when chasing nd6_llinfo chain, make sure we do not touch danglingitojun2001-02-081-2/+2
* use timeout_xx() throughout sys/netinet6. sync with kame.itojun2001-02-081-2/+5
* by default, don't bark on inbound ND messages, as outsider may be able toitojun2001-02-071-2/+6
* pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).itojun2001-01-191-6/+1
* - more icmp6/ip6 stats.itojun2000-07-061-3/+5
* never forward packet with link-local address.itojun2000-05-191-4/+4
* perform NUD on p2p link, only if the destination/gateway is real neighbor.itojun2000-05-151-3/+3
* revisit in6_ifattach(). (1) make it more persistent about initializaing anitojun2000-04-171-4/+7
* bring in recent KAME changes (only important and stable ones, as usual).itojun2000-02-281-6/+26
* more coverage of in6_ifdetach()'s cleanup process.itojun2000-02-041-1/+2
* use arc4random() instead of random for two reasons.deraadt2000-01-081-2/+2
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-0/+307