summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_var.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Nuke unused ia6_createtime struct member.florian2018-05-061-4/+1
* Kill deprecated IPv6 ioctl(2)s.mpi2017-10-261-24/+11
* remove defines for ioctls the kernel doesn't recognisejsg2017-10-241-5/+1
* After we stopped processing router advertisements in the kernelflorian2017-08-151-2/+1
* in6_leavegroup can't fail; OK phesslerflorian2017-08-061-2/+2
* Purging is at last at hand. Day of Doom is here. All that is evilflorian2017-07-111-4/+1
* Kill global list of IPv6 addresses.mpi2017-03-061-4/+1
* percpu counters for raw ipv6 and icmp6 statsjca2017-02-091-2/+1
* Expand IN6_IFF_NOTREADY, ok bluhm@mpi2016-07-051-4/+1
* Move the ioctl(2) logic of in{,6}_control() into two new functionsmpi2016-06-131-1/+2
* Kill IPv6 prefix and router renumbering ioctls.jca2016-03-031-95/+1
* Delete all traces of SIOCSIF(ADDR|DSTADDR|NETMASK)_IN6jca2016-03-031-11/+1
* Remove SIOCSIFALIFETIME_IN6 ioctl, as NetBSD did.stefan2016-02-281-2/+1
* Introduce in{,6}_hasmulti(), two functions to check in the hot path ifmpi2016-01-211-1/+2
* Factorize the bits to check if a L2 route is connected, wether it ismpi2015-11-181-2/+1
* user land -> userland; from Rob Piercederaadt2015-10-051-2/+2
* Kill in6_ifstat_inc() and associated per-ifp storage.mpi2015-09-101-8/+1
* Kill icmp6_ifstat_inc() and associated per-ifp storage.mpi2015-09-091-2/+1
* Kill unused ``ia_net'' field in the struct in6_ifaddr, bad copympi2015-09-011-3/+2
* Rework the code to decide when to perform DAD to no longer rely on thempi2015-08-241-4/+1
* Pass an interface index instead of a pointer to in6_addr2scopeid().mpi2015-07-081-2/+2
* What have no need for a variable that holds the maximum MTU size ofmpi2014-11-201-2/+1
* Move sending of router solicitations to the kernel; receiving andflorian2014-08-251-1/+2
* Introduce rt_ifa_{add,del}loop() to replace in6_{add,rem}loop().mpi2014-04-031-3/+1
* Stop mixing interface address flags with routing entry ones.mpi2014-03-271-2/+2
* Do not clean the multicast records of an interface when it is destroyedmpi2014-01-211-2/+2
* Change the way protocol multicast addresses are linked to an interface.mpi2013-11-281-47/+23
* Remove unused proc argument in in6_control().mpi2013-11-221-3/+2
* Remove the number of in6_var.h inclusions by moving some functions andmpi2013-10-241-14/+1
* Significant namespace cleanup of netinet6 symbols.deraadt2013-10-241-7/+5
* Change the macros used to iterate over the multicast records of anmpi2013-10-141-58/+22
* No one uses the obsolete IPv6 ioctls SIOCGDRLST_IN6, SIOCGPRLST_IN6,bluhm2013-08-261-6/+1
* Remove unused field ia_plen from struct in6_ifaddr. The prefixbluhm2013-06-171-2/+1
* Substitute the handcrafted list of IPv6 addresses by a proper TAILQ.mpi2013-03-251-5/+7
* simple replacement of LIST_END with NULL. ok mpitedu2013-03-221-2/+2
* Remove unused code manipulating a default interface and its index,mpi2013-03-111-4/+1
* When deleting an IPv6 interface address, also remove the prefix andbluhm2013-03-041-2/+2
* align ifaliasreq.ifra_addr similar to the way that ifreq is fixed --deraadt2012-11-111-2/+8
* Since the IPv6 madness is not enough introduce NAT64 -- which is actuallyclaudio2011-10-131-2/+1
* Accept neighbor discovery packets from source IPv6 addresses forbluhm2011-07-261-3/+2
* remove some unused netinet6 codejsg2010-07-081-3/+1
* Simple implementation of RFC4941, "Privacy Extensions for Statelessstsp2010-04-061-1/+2
* If a neighbor solictation isn't from the unspecified address, make sureclaudio2008-10-011-1/+3
* From KAME, allow adjustable limits on NDP entries and discovered routes.mcbride2008-06-111-1/+3
* u_quad_t -> u_int64_tbrad2006-07-061-55/+55
* Use more queue macros rather than doing it by hand; ok otto@ krw@miod2006-03-051-8/+8
* bitfields must be off an int or such typederaadt2005-12-111-11/+11
* remove the unused in6_ifindex2scopeid()brad2005-09-191-2/+1
* missing paren in macro def. Patrick Latifiitojun2004-06-161-2/+2
* Expose in6_ifremloop() and in6_ifaddloop() so that they can be used by carp.mcbride2004-01-131-1/+3