aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a problem that an interface unexpectedly becomes IFF_UP byHiroki Sato2011-10-161-26/+29
* Fix an obvious bug from r186196 shadowing a variable, not correctlyBjoern A. Zeeb2011-09-301-4/+5
* Do not activate automatic LL addr configuration when 0/1->1 transition ofHiroki Sato2011-06-061-1/+3
* - Make the code more proactively clear an ND6_IFF_IFDISABLED flag whenHiroki Sato2011-06-061-0/+30
* - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.Hiroki Sato2011-06-061-8/+8
* - Merge changes to the base system to support OFED. These includeJeff Roberson2011-03-211-0/+1
* Loosen the locking in nd6-free() again after r216022 to avoidBjoern A. Zeeb2010-12-071-13/+24
* Plug well observed races on la_hold entries with the callout handler.Bjoern A. Zeeb2010-11-291-38/+64
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-3/+3
* Do not initialize flag variables before needed.Bjoern A. Zeeb2010-11-171-6/+7
* No need to re-initialize the callout. We initially do it in in6_lltable_new()Bjoern A. Zeeb2010-11-171-3/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-3/+3
* MFp4: anchie_soc2009 branch:Ana Kukec2010-08-191-0/+28
* Document the mandatory argument to the arptimer() andBjoern A. Zeeb2010-07-311-7/+2
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-55/+22
* Plug reference leaks in the link-layer code ("new-arp") that previouslyBjoern A. Zeeb2010-04-111-0/+1
* We are holding a write lock here so avoid aquiring it twice callingBjoern A. Zeeb2010-03-251-1/+1
* Use reference counting instead of locking to secure an address whileQing Li2010-02-271-3/+6
* Multiple IPv6 addresses of the same prefix can be installed on theQing Li2009-12-301-2/+22
* - We are not guaranteed that we're not dropping a reference thatHajimu UMEMOTO2009-11-121-11/+10
* CURVNET_RESTORE() was not called in certain cases.Hajimu UMEMOTO2009-11-111-1/+1
* Make nd6_llinfo_timer() does its job, again. ln->la_expire wasHajimu UMEMOTO2009-11-061-1/+1
* Don't call LLE_FREE() after nd6_free().Hajimu UMEMOTO2009-11-061-0/+1
* Improve flexibility of receiving Router Advertisement andHiroki Sato2009-09-121-13/+78
* Rework global locks for interface list and index management, correctingRobert Watson2009-08-231-2/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-6/+6
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-43/+27
* Add address list locking for in6_ifaddrhead/ia_link: as with lockingRobert Watson2009-06-251-0/+3
* Convert netinet6 to using queue(9) rather than hand-crafted linked listsRobert Watson2009-06-241-6/+3
* Modify most routines returning 'struct ifaddr *' to return referencesRobert Watson2009-06-231-2/+7
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+0
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-081-7/+12
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* Remove an #undef MIN that slipped under the radar and led me toMarko Zec2009-06-011-9/+0
* Change the curvnet variable from a global const struct vnet *,Marko Zec2009-05-051-1/+9
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-301-5/+4
* Prefer structure fields (ifa_link) to macro aliases for themRobert Watson2009-04-201-1/+1
* Acquire interface address list lock around access to if_addrhead,Robert Watson2009-04-201-0/+4
* Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manuallyRobert Watson2009-04-201-2/+1
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-2/+2
* Update stats in struct icmpstat and icmp6stat using four newRobert Watson2009-04-121-2/+2
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+1
* Shuffle the vimage.h includes or add where missing.Bjoern A. Zeeb2009-02-271-1/+1
* Remove unused local MACROs.Bjoern A. Zeeb2009-01-311-1/+0
* in6_clsroute() was applied to prefix routes causing someQing Li2008-12-171-10/+9
* - Simplify handling of the deferring of mbuf transmit until after lle lock dropKip Macy2008-12-161-12/+28
* convert more pointer validation checks to checking against NULLKip Macy2008-12-161-2/+2
* explicitly check return of lla_lookup against NULLKip Macy2008-12-161-5/+5
* advance tail pointer in nd6_output_lle and check lla_output return against NULLKip Macy2008-12-161-4/+8