| Commit message (Expand) | Author | Age | Files | Lines |
* | Nuke unused ia6_createtime struct member. |  florian | 2018-05-06 | 1 | -4/+1 |
* | Kill deprecated IPv6 ioctl(2)s. |  mpi | 2017-10-26 | 1 | -24/+11 |
* | remove defines for ioctls the kernel doesn't recognise |  jsg | 2017-10-24 | 1 | -5/+1 |
* | After we stopped processing router advertisements in the kernel |  florian | 2017-08-15 | 1 | -2/+1 |
* | in6_leavegroup can't fail; OK phessler |  florian | 2017-08-06 | 1 | -2/+2 |
* | Purging is at last at hand. Day of Doom is here. All that is evil |  florian | 2017-07-11 | 1 | -4/+1 |
* | Kill global list of IPv6 addresses. |  mpi | 2017-03-06 | 1 | -4/+1 |
* | percpu counters for raw ipv6 and icmp6 stats |  jca | 2017-02-09 | 1 | -2/+1 |
* | Expand IN6_IFF_NOTREADY, ok bluhm@ |  mpi | 2016-07-05 | 1 | -4/+1 |
* | Move the ioctl(2) logic of in{,6}_control() into two new functions |  mpi | 2016-06-13 | 1 | -1/+2 |
* | Kill IPv6 prefix and router renumbering ioctls. |  jca | 2016-03-03 | 1 | -95/+1 |
* | Delete all traces of SIOCSIF(ADDR|DSTADDR|NETMASK)_IN6 |  jca | 2016-03-03 | 1 | -11/+1 |
* | Remove SIOCSIFALIFETIME_IN6 ioctl, as NetBSD did. |  stefan | 2016-02-28 | 1 | -2/+1 |
* | Introduce in{,6}_hasmulti(), two functions to check in the hot path if |  mpi | 2016-01-21 | 1 | -1/+2 |
* | Factorize the bits to check if a L2 route is connected, wether it is |  mpi | 2015-11-18 | 1 | -2/+1 |
* | user land -> userland; from Rob Pierce |  deraadt | 2015-10-05 | 1 | -2/+2 |
* | Kill in6_ifstat_inc() and associated per-ifp storage. |  mpi | 2015-09-10 | 1 | -8/+1 |
* | Kill icmp6_ifstat_inc() and associated per-ifp storage. |  mpi | 2015-09-09 | 1 | -2/+1 |
* | Kill unused ``ia_net'' field in the struct in6_ifaddr, bad copy |  mpi | 2015-09-01 | 1 | -3/+2 |
* | Rework the code to decide when to perform DAD to no longer rely on the |  mpi | 2015-08-24 | 1 | -4/+1 |
* | Pass an interface index instead of a pointer to in6_addr2scopeid(). |  mpi | 2015-07-08 | 1 | -2/+2 |
* | What have no need for a variable that holds the maximum MTU size of |  mpi | 2014-11-20 | 1 | -2/+1 |
* | Move sending of router solicitations to the kernel; receiving and |  florian | 2014-08-25 | 1 | -1/+2 |
* | Introduce rt_ifa_{add,del}loop() to replace in6_{add,rem}loop(). |  mpi | 2014-04-03 | 1 | -3/+1 |
* | Stop mixing interface address flags with routing entry ones. |  mpi | 2014-03-27 | 1 | -2/+2 |
* | Do not clean the multicast records of an interface when it is destroyed |  mpi | 2014-01-21 | 1 | -2/+2 |
* | Change the way protocol multicast addresses are linked to an interface. |  mpi | 2013-11-28 | 1 | -47/+23 |
* | Remove unused proc argument in in6_control(). |  mpi | 2013-11-22 | 1 | -3/+2 |
* | Remove the number of in6_var.h inclusions by moving some functions and |  mpi | 2013-10-24 | 1 | -14/+1 |
* | Significant namespace cleanup of netinet6 symbols. |  deraadt | 2013-10-24 | 1 | -7/+5 |
* | Change the macros used to iterate over the multicast records of an |  mpi | 2013-10-14 | 1 | -58/+22 |
* | No one uses the obsolete IPv6 ioctls SIOCGDRLST_IN6, SIOCGPRLST_IN6, |  bluhm | 2013-08-26 | 1 | -6/+1 |
* | Remove unused field ia_plen from struct in6_ifaddr. The prefix |  bluhm | 2013-06-17 | 1 | -2/+1 |
* | Substitute the handcrafted list of IPv6 addresses by a proper TAILQ. |  mpi | 2013-03-25 | 1 | -5/+7 |
* | simple replacement of LIST_END with NULL. ok mpi |  tedu | 2013-03-22 | 1 | -2/+2 |
* | Remove unused code manipulating a default interface and its index, |  mpi | 2013-03-11 | 1 | -4/+1 |
* | When deleting an IPv6 interface address, also remove the prefix and |  bluhm | 2013-03-04 | 1 | -2/+2 |
* | align ifaliasreq.ifra_addr similar to the way that ifreq is fixed -- |  deraadt | 2012-11-11 | 1 | -2/+8 |
* | Since the IPv6 madness is not enough introduce NAT64 -- which is actually |  claudio | 2011-10-13 | 1 | -2/+1 |
* | Accept neighbor discovery packets from source IPv6 addresses for |  bluhm | 2011-07-26 | 1 | -3/+2 |
* | remove some unused netinet6 code |  jsg | 2010-07-08 | 1 | -3/+1 |
* | Simple implementation of RFC4941, "Privacy Extensions for Stateless |  stsp | 2010-04-06 | 1 | -1/+2 |
* | If a neighbor solictation isn't from the unspecified address, make sure |  claudio | 2008-10-01 | 1 | -1/+3 |
* | From KAME, allow adjustable limits on NDP entries and discovered routes. |  mcbride | 2008-06-11 | 1 | -1/+3 |
* | u_quad_t -> u_int64_t |  brad | 2006-07-06 | 1 | -55/+55 |
* | Use more queue macros rather than doing it by hand; ok otto@ krw@ |  miod | 2006-03-05 | 1 | -8/+8 |
* | bitfields must be off an int or such type |  deraadt | 2005-12-11 | 1 | -11/+11 |
* | remove the unused in6_ifindex2scopeid() |  brad | 2005-09-19 | 1 | -2/+1 |
* | missing paren in macro def. Patrick Latifi |  itojun | 2004-06-16 | 1 | -2/+2 |
* | Expose in6_ifremloop() and in6_ifaddloop() so that they can be used by carp. |  mcbride | 2004-01-13 | 1 | -1/+3 |