| Commit message (Expand) | Author | Age | Files | Lines |
* | The return value of nd6_cache_lladdr() is never used so make it a void. |  mpi | 2015-08-31 | 1 | -3/+2 |
* | nd6_prefix_add() is no longer used and die. |  mpi | 2015-08-24 | 1 | -3/+1 |
* | Start moving away from the global prefix list by limiting its usage to |  mpi | 2015-08-24 | 1 | -2/+2 |
* | Rework the code to decide when to perform DAD to no longer rely on the |  mpi | 2015-08-24 | 1 | -2/+2 |
* | Call rtfree(9) when we no longer need the route entry rather than |  mpi | 2015-08-18 | 1 | -3/+1 |
* | Merge two identical chunks to add new prefixes to the global data |  mpi | 2015-07-18 | 1 | -1/+4 |
* | Properly layer Router Solicitation code. |  mpi | 2015-07-16 | 1 | -11/+6 |
* | Remove unused arguments and the associated code from nd6_nud_hint(). |  mpi | 2015-07-09 | 1 | -2/+2 |
* | Rework the handling of interfaces and IPv6 addresses for local delivery. |  mpi | 2014-11-20 | 1 | -3/+3 |
* | Do not pass an ifa pointer when we already have a DAD descriptor. |  mpi | 2014-11-10 | 1 | -2/+1 |
* | Move sending of router solicitations to the kernel; receiving and |  florian | 2014-08-25 | 1 | -1/+13 |
* | move IPv6 prefix adding from workq to taskq; as a happy benefit, we |  blambert | 2014-07-11 | 1 | -1/+5 |
* | Kill the {nd6_,}useloopback buttons, using the loopback interface for |  mpi | 2014-05-07 | 1 | -2/+1 |
* | Propagate an rdomain number to the nd6_lookup independently from |  mikeb | 2014-01-07 | 1 | -3/+3 |
* | More _KERNEL namespace cleanup, just in case something out there |  deraadt | 2013-10-25 | 1 | -45/+33 |
* | Remove unused argument from *rtrequest() |  mpi | 2013-08-28 | 1 | -2/+2 |
* | No one uses the obsolete IPv6 ioctls SIOCGDRLST_IN6, SIOCGPRLST_IN6, |  bluhm | 2013-08-26 | 1 | -65/+1 |
* | To control the lifetime of IPv6 addresses, prefixes and default |  bluhm | 2013-08-11 | 1 | -64/+38 |
* | Do not access queue fields directly, use FOREACH() macro instead. |  bluhm | 2013-07-01 | 1 | -4/+1 |
* | Remove unused code manipulating a default interface and its index, |  mpi | 2013-03-11 | 1 | -5/+1 |
* | typo in comment. |  sthen | 2012-02-14 | 1 | -2/+2 |
* | fix typos in comments |  stsp | 2011-04-03 | 1 | -2/+2 |
* | Simple implementation of RFC4941, "Privacy Extensions for Stateless |  stsp | 2010-04-06 | 1 | -1/+6 |
* | From KAME, allow adjustable limits on NDP entries and discovered routes. |  mcbride | 2008-06-11 | 1 | -1/+2 |
* | unifdef -U__otherBSD__ |  itojun | 2003-07-08 | 1 | -5/+1 |
* | split ND6 cache timer management to per-entry. increased accuracy, |  itojun | 2003-06-27 | 1 | -7/+10 |
* | gc |  itojun | 2002-06-08 | 1 | -3/+1 |
* | sync with latest KAME in6_ifaddr/prefix/default router manipulation. |  itojun | 2002-06-08 | 1 | -35/+75 |
* | cope with cases where maxmtu == 0 (shouldn't happen) |  itojun | 2002-06-07 | 1 | -2/+2 |
* | be sure to use L3 MTU, not L2 MTU, when specified in spec (affects FDDI/ARCnet) |  itojun | 2002-06-05 | 1 | -3/+5 |
* | improve nd6_setmtu(), to warn too-small MTU on SIOCSIFMTU. sync w/kame |  itojun | 2002-05-30 | 1 | -2/+2 |
* | no need to supply obsolete field name "receivedra" |  itojun | 2002-05-29 | 1 | -2/+1 |
* | attach nd_ifinfo structure to if_afdata. |  itojun | 2002-05-29 | 1 | -6/+42 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -51/+51 |
* | compatability -> compatibility. |  fgsch | 2002-01-23 | 1 | -2/+2 |
* | garbage-collect stale ND entries (default: 1 day). |  itojun | 2001-02-23 | 1 | -1/+2 |
* | remove unnecessary state, ND6_LLINFO_WAITDELETE, from neighbor cache |  itojun | 2001-02-23 | 1 | -3/+10 |
* | when chasing nd6_llinfo chain, make sure we do not touch dangling |  itojun | 2001-02-08 | 1 | -2/+2 |
* | use timeout_xx() throughout sys/netinet6. sync with kame. |  itojun | 2001-02-08 | 1 | -2/+5 |
* | by default, don't bark on inbound ND messages, as outsider may be able to |  itojun | 2001-02-07 | 1 | -2/+6 |
* | pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted). |  itojun | 2001-01-19 | 1 | -6/+1 |
* | - more icmp6/ip6 stats. |  itojun | 2000-07-06 | 1 | -3/+5 |
* | never forward packet with link-local address. |  itojun | 2000-05-19 | 1 | -4/+4 |
* | perform NUD on p2p link, only if the destination/gateway is real neighbor. |  itojun | 2000-05-15 | 1 | -3/+3 |
* | revisit in6_ifattach(). (1) make it more persistent about initializaing an |  itojun | 2000-04-17 | 1 | -4/+7 |
* | bring in recent KAME changes (only important and stable ones, as usual). |  itojun | 2000-02-28 | 1 | -6/+26 |
* | more coverage of in6_ifdetach()'s cleanup process. |  itojun | 2000-02-04 | 1 | -1/+2 |
* | use arc4random() instead of random for two reasons. |  deraadt | 2000-01-08 | 1 | -2/+2 |
* | bring in KAME IPv6 code, dated 19991208. |  itojun | 1999-12-08 | 1 | -0/+307 |