aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_var.h
Commit message (Expand)AuthorAgeFilesLines
* Make checks for rt_mtu generic:Alexander V. Chernikov2014-11-061-0/+1
* Remove unused function.Andrey V. Elsukov2014-10-271-1/+0
* Add const qualifier to in6_addrhash() function.Andrey V. Elsukov2014-09-111-1/+2
* Add the ability to set `prefer_source' flag to an IPv6 address.Andrey V. Elsukov2014-09-091-0/+1
* Further rework netinet6 address handling code:Alexander V. Chernikov2014-01-191-2/+1
* Add in6_prepare_ifra() function to ease preparing in-kernel IPv6Alexander V. Chernikov2014-01-181-0/+2
* Introduce IN6_MASK_ADDR() macro to unify various hand-rolled codeAlexander V. Chernikov2014-01-081-0/+6
* Hide 'struct ifaddr' definition from userland. Two tools left that use it,Gleb Smirnoff2013-10-151-0/+2
* Now counter_u64_t is known to userland, thus remove hack from r253086.Gleb Smirnoff2013-10-151-14/+1
* Migrate structs in6_ifstat and icmp6_ifstat to PCPU counters.Andrey V. Elsukov2013-07-091-3/+19
* Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.Andrey V. Elsukov2013-07-091-2/+0
* Prepare network statistics structures for migration to PCPU counters.Andrey V. Elsukov2013-07-091-54/+54
* - Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGEHiroki Sato2013-07-021-0/+1
* Remove unused variable.Andrey V. Elsukov2013-04-241-1/+0
* In additional to the tailq of IPv6 addresses add the hash table.Andrey V. Elsukov2012-12-151-0/+24
* Remove __P.Xin LI2012-10-221-27/+27
* Provide the IPv6 counterpart to the extended IPv4 rtalloc(9) KPI.Bjoern A. Zeeb2012-02-031-0/+11
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyJohn Baldwin2012-01-051-2/+2
* Remove an uneeded inpcb forward declaration and align the functionBjoern A. Zeeb2012-01-021-2/+1
* Provide ABI compatibility shim to enable configuring of addressesGleb Smirnoff2011-12-211-1/+12
* A major overhaul of the CARP implementation. The ip_carp.c was startedGleb Smirnoff2011-12-161-0/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-5/+4
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-3/+3
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-6/+6
* Fix "options VIMAGE_GLOBALS" build following introduction ofRobert Watson2009-06-291-1/+1
* Add address list locking for in6_ifaddrhead/ia_link: as with lockingRobert Watson2009-06-251-0/+10
* Convert netinet6 to using queue(9) rather than hand-crafted linked listsRobert Watson2009-06-241-1/+4
* Modify most routines returning 'struct ifaddr *' to return referencesRobert Watson2009-06-231-19/+0
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:Bruce M Simpson2009-04-291-70/+223
* Assert the interface address list lock in IFP_TO_IA6(), as it willRobert Watson2009-04-201-0/+1
* Prefer structure fields (ifa_link) to macro aliases for themRobert Watson2009-04-201-1/+1
* Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manuallyRobert Watson2009-04-201-1/+1
* This main goals of this project are:Qing Li2008-12-151-0/+4
* Second round of putting global variables, which were virtualizedBjoern A. Zeeb2008-12-131-1/+2
* Put a global variables, which were virtualized but formerlyBjoern A. Zeeb2008-12-111-0/+2
* Clean up VCS Ids.David E. O'Brien2007-12-101-3/+3
* fixed memory leak for IPv6 multicast membership information associatedJINMEI Tatuya2007-06-021-0/+3
* MFp4: 92972, 98913 + one more changeBjoern A. Zeeb2006-12-121-1/+1
* There is a consensus that ifaddr.ifa_addr should never be NULL,Yaroslav Tykhiy2006-06-291-2/+0
* Use queue(3) macros instead of accessing list/queue internals directly.Yaroslav Tykhiy2006-06-291-3/+3
* sync with KAME regarding NDPSUZUKI Shinsuke2005-10-211-4/+15
* added an ioctl option in kernel so that ndp/rtadvd can change some NDP-relate...SUZUKI Shinsuke2005-10-191-0/+1
* IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR,David E. O'Brien2005-09-071-1/+1
* - fix typo in comment.Hajimu UMEMOTO2005-08-121-1/+1
* Modify network protocol consumers of the ifnet multicast address listsRobert Watson2005-08-021-0/+2
* scope cleanup. with this changeHajimu UMEMOTO2005-07-251-5/+0
* Add CARP (Common Address Redundancy Protocol), which allows multipleGleb Smirnoff2005-02-221-0/+4
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-2/+2
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* add management part of address selection policy described inHajimu UMEMOTO2003-10-301-0/+13