summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r292219:kp2015-12-211-0/+2
* MFC r288600:hrs2015-11-041-1/+25
* MFC 287095, 287610, 287611, 287617:hrs2015-09-131-107/+22
* MFC r261708, r261847, r268525, r274316, r274347, r275593,hiren2015-05-081-220/+188
* MFC r281483:markj2015-05-051-4/+3
* MFC r274988 (with modification):ae2015-04-221-3/+0
* MFC of r278472rrs2015-02-151-2/+21
* MFC r267801: Make nd6_gctimer tunable.ume2014-06-301-0/+2
* MFC r261400:ae2014-02-101-1/+2
* MFC r260151 (by adrian):ae2014-01-101-7/+7
* Implement the ip, tcp, and udp DTrace providers. The probe definitions usemarkj2013-08-251-0/+5
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andandre2013-08-191-2/+1
* Return 0 in nbi->expire when la_expire == 0. Conversion from time_uptime tohrs2013-08-171-1/+5
* Fix incompatibility in ICMPV6CTL_ND6_PRLIST sysctl, and SIOCGPRLST_IN6,hrs2013-08-061-5/+8
* - Use time_uptime instead of time_second in data structures forhrs2013-08-051-5/+5
* Allocate in6_ifextra (ifp->if_afdata[AF_INET6]) only for IPv6-capablehrs2013-07-311-0/+4
* - Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGEhrs2013-07-021-6/+18
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-2/+2
* Clean up some unused leftover code.kevlo2013-03-221-8/+0
* Generate lle_event in the IPv6 neighbor discovery code too.np2013-01-261-0/+4
* Avoid NULL dereference in nd6_storelladdr when no mbuf is provided. Itnp2013-01-251-1/+1
* Fix problem in r238990. The LLE_LINKED flag should be tested prior toglebius2012-12-131-2/+8
* Reduce the overhead of locking, use IF_AFDATA_RLOCK() when we are doingae2012-11-161-6/+6
* Remove __P.delphij2012-10-221-2/+2
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-12/+0
* MFp4 bz_ipv6_fast:bz2012-05-251-18/+15
* Rewrite nd6_sysctl_{d,p}rlist() to avoid misaligned accesses to char arraysmarius2012-05-201-104/+77
* In nd6_options() ignore the RFC 6106 options completely rather than printingbz2012-03-041-0/+8
* Remove a redundant check.hrs2012-03-021-10/+0
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-1/+4
* Remove unused variable.pluknet2012-01-251-2/+0
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-8/+8
* Use queue(3) macros instead of home-rolled versions in several places injhb2011-12-291-48/+24
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-3/+0
* A default route learned from the RAs could be deleted manuallyqingli2011-11-111-0/+40
* Fix a problem that an interface unexpectedly becomes IFF_UP byhrs2011-10-161-26/+29
* Fix an obvious bug from r186196 shadowing a variable, not correctlybz2011-09-301-4/+5
* Do not activate automatic LL addr configuration when 0/1->1 transition ofhrs2011-06-061-1/+3
* - Make the code more proactively clear an ND6_IFF_IFDISABLED flag whenhrs2011-06-061-0/+30
* - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.hrs2011-06-061-8/+8
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-0/+1
* Loosen the locking in nd6-free() again after r216022 to avoidbz2010-12-071-13/+24
* Plug well observed races on la_hold entries with the callout handler.bz2010-11-291-38/+64
* After some off-list discussion, revert a number of changes to thedim2010-11-221-3/+3
* Do not initialize flag variables before needed.bz2010-11-171-6/+7
* No need to re-initialize the callout. We initially do it in in6_lltable_new()bz2010-11-171-3/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-3/+3
* MFp4: anchie_soc2009 branch:anchie2010-08-191-0/+28
* Document the mandatory argument to the arptimer() andbz2010-07-311-7/+2
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-55/+22
OpenPOWER on IntegriCloud