summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_var.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r292275 & r292379smh2015-12-171-10/+0
* Fix lagg failover due to missing notificationssmh2015-12-151-0/+10
* - Remove SIOCGDRLST_IN6 and SIOCGPRLST_IN6. These are quite old APIs andhrs2015-09-101-5/+0
* Remove IN6_IFF_NOPFX. This flag was no longer used.hrs2015-09-101-3/+0
* Make in6ifa_ifpwithaddr() take const param.melifaro2015-09-051-1/+1
* - Deprecate IN6_IFF_NODAD. It was used to prevent DAD on a loopbackhrs2015-08-241-1/+1
* Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.ae2015-07-291-8/+8
* Move ip6_sprintf() declaration from in6_var.h to in6.h. This is a simpleglebius2015-03-241-1/+0
* Now that all users of _WANT_IFADDR are fixed, remove this crutch andglebius2015-02-191-2/+2
* - Rename 'struct mld_ifinfo' into 'struct mld_ifsoftc', since it reallyglebius2015-02-191-3/+3
* Widen _KERNEL ifdef to hide more kernel network stack structures from userland.glebius2015-02-191-3/+0
* Use new struct mbufq instead of struct ifqueue to manage packet queues inglebius2015-02-191-1/+1
* Make checks for rt_mtu generic:melifaro2014-11-061-0/+1
* Remove unused function.ae2014-10-271-1/+0
* Add const qualifier to in6_addrhash() function.ae2014-09-111-1/+2
* Add the ability to set `prefer_source' flag to an IPv6 address.ae2014-09-091-0/+1
* Further rework netinet6 address handling code:melifaro2014-01-191-2/+1
* Add in6_prepare_ifra() function to ease preparing in-kernel IPv6melifaro2014-01-181-0/+2
* Introduce IN6_MASK_ADDR() macro to unify various hand-rolled codemelifaro2014-01-081-0/+6
* Hide 'struct ifaddr' definition from userland. Two tools left that use it,glebius2013-10-151-0/+2
* Now counter_u64_t is known to userland, thus remove hack from r253086.glebius2013-10-151-14/+1
* Migrate structs in6_ifstat and icmp6_ifstat to PCPU counters.ae2013-07-091-3/+19
* Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.ae2013-07-091-2/+0
* Prepare network statistics structures for migration to PCPU counters.ae2013-07-091-54/+54
* - Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGEhrs2013-07-021-0/+1
* Remove unused variable.ae2013-04-241-1/+0
* In additional to the tailq of IPv6 addresses add the hash table.ae2012-12-151-0/+24
* Remove __P.delphij2012-10-221-27/+27
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-0/+11
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-2/+2
* Remove an uneeded inpcb forward declaration and align the functionbz2012-01-021-2/+1
* Provide ABI compatibility shim to enable configuring of addressesglebius2011-12-211-1/+12
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-0/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-5/+4
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-3/+3
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-6/+6
* Fix "options VIMAGE_GLOBALS" build following introduction ofrwatson2009-06-291-1/+1
* Add address list locking for in6_ifaddrhead/ia_link: as with lockingrwatson2009-06-251-0/+10
* Convert netinet6 to using queue(9) rather than hand-crafted linked listsrwatson2009-06-241-1/+4
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-19/+0
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-291-70/+223
* Assert the interface address list lock in IFP_TO_IA6(), as it willrwatson2009-04-201-0/+1
* Prefer structure fields (ifa_link) to macro aliases for themrwatson2009-04-201-1/+1
* Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manuallyrwatson2009-04-201-1/+1
* This main goals of this project are:qingli2008-12-151-0/+4
* Second round of putting global variables, which were virtualizedbz2008-12-131-1/+2
* Put a global variables, which were virtualized but formerlybz2008-12-111-0/+2
* Clean up VCS Ids.obrien2007-12-101-3/+3
* fixed memory leak for IPv6 multicast membership information associatedjinmei2007-06-021-0/+3
* MFp4: 92972, 98913 + one more changebz2006-12-121-1/+1
OpenPOWER on IntegriCloud