summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6.c
Commit message (Expand)AuthorAgeFilesLines
* Further simplify nd6_output_lle.melifaro2014-02-131-72/+127
* Simplify nd6_output_lle:melifaro2014-02-101-29/+14
* Unlock entry before retry.ae2014-02-071-0/+1
* Take exclusive lock only when lle isn't NULL. We don't need write accessae2014-02-021-1/+1
* Further rework netinet6 address handling code:melifaro2014-01-191-0/+57
* lla_lookup() does modification only when LLE_CREATE is specified.ae2014-01-021-5/+5
* Use an RLOCK here instead of an RWLOCK - matching all the other callsadrian2014-01-011-2/+2
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* 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
* Plug reference leaks in the link-layer code ("new-arp") that previouslybz2010-04-111-0/+1
OpenPOWER on IntegriCloud