summaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_ifattach.c
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect IFT_IEEE80211 (but leave the define for possible reuse)Andriy Voskoboinyk2017-01-281-1/+0
* Lock the ND prefix list and add refcounting for prefixes.Mark Johnston2016-10-071-17/+8
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-211-10/+38
* Mfp4 @180378:Bjoern A. Zeeb2016-03-221-0/+26
* Remove IN6_IFF_NOPFX. This flag was no longer used.Hiroki Sato2015-09-101-3/+0
* - Deprecate IN6_IFF_NODAD. It was used to prevent DAD on a loopbackHiroki Sato2015-08-241-3/+0
* Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.Andrey V. Elsukov2015-07-291-0/+2
* Remove #ifdef IFT_FOO.Gleb Smirnoff2015-05-021-4/+0
* Consistently use if_link.Gleb Smirnoff2014-11-101-2/+2
* Remove redundant code.Andrey V. Elsukov2014-10-301-65/+4
* Pass radix head ptr along with rte to rtexpunge().Alexander V. Chernikov2014-05-031-1/+1
* Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.Kevin Lo2014-04-071-0/+1
* Add in6_prepare_ifra() function to ease preparing in-kernel IPv6Alexander V. Chernikov2014-01-181-27/+2
* Introduce IN6_MASK_ADDR() macro to unify various hand-rolled codeAlexander V. Chernikov2014-01-081-5/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Do not try to detach if the interface does not support IPv6.Hiroki Sato2013-10-101-0/+3
* Fix a panic in tmpaddrtimer.Hiroki Sato2013-08-051-0/+2
* Allocate in6_ifextra (ifp->if_afdata[AF_INET6]) only for IPv6-capableHiroki Sato2013-07-311-8/+1
* - Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGEHiroki Sato2013-07-021-9/+6
* Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information GroupHiroki Sato2013-05-041-6/+32
* Add multi-FIB IPv6 support to the core network stack supplementingBjoern A. Zeeb2012-02-031-14/+10
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyJohn Baldwin2012-01-051-16/+16
* Convert an #ifdef DIAGNOSTIC if/panic to a KASSERT.Bjoern A. Zeeb2012-01-051-6/+2
* Use queue(3) macros instead of home-rolled versions in several places inJohn Baldwin2011-12-291-4/+3
* A major overhaul of the CARP implementation. The ip_carp.c was startedGleb Smirnoff2011-12-161-1/+0
* Add IFT_L2VLAN to the list that is capable of supplying the ingredientsJohn Hay2010-12-221-0/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-3/+8
* - Do not assign a link-local address when ND6_IFF_IFDISABLED.Hiroki Sato2009-10-121-0/+3
* Enable adding a link-local address even if ND6_IFF_IFDISABLED.Hiroki Sato2009-10-021-1/+0
* Improve flexibility of receiving Router Advertisement andHiroki Sato2009-09-121-6/+10
* Rework global locks for interface list and index management, correctingRobert Watson2009-08-231-3/+3
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+1
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-18/+11
* Add address list locking for in6_ifaddrhead/ia_link: as with lockingRobert Watson2009-06-251-0/+2
* Convert netinet6 to using queue(9) rather than hand-crafted linked listsRobert Watson2009-06-241-20/+5
* Modify most routines returning 'struct ifaddr *' to return referencesRobert Watson2009-06-231-3/+10
* Clean up common ifaddr management:Robert Watson2009-06-211-2/+2
* Rename the host-related prison fields to be the same as the host.*Jamie Gritton2009-06-131-3/+3
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-2/+0
* Convert the two dimensional array to be malloced and introduceBjoern A. Zeeb2009-06-011-4/+5
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-18/+21
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-271-2/+23
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-301-3/+4
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:Bruce M Simpson2009-04-291-5/+30
* Prefer structure fields (ifa_link) to macro aliases for themRobert Watson2009-04-201-4/+4
* Acquire interface address list lock around access to if_addrhead,Robert Watson2009-04-201-6/+26
* Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manuallyRobert Watson2009-04-201-9/+4
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedRobert Watson2009-03-151-2/+0
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+2