summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6_nbr.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r288600:hrs2015-11-041-18/+22
* MFC 287094:hrs2015-09-131-3/+8
* MFC r282805:hrs2015-07-231-14/+3
* MFC r261708, r261847, r268525, r274316, r274347, r275593,hiren2015-05-081-187/+238
* MFC r281309:ae2015-04-221-14/+6
* MFC r280236:ae2015-03-261-1/+1
* MFC r266248:hrs2014-10-091-2/+16
* MFC r266857:hrs2014-10-091-10/+32
* MFC r257985:ae2014-09-011-25/+12
* MFC r260151 (by adrian):ae2014-01-101-2/+2
* - Use m_getcl() instead of hand allocating.glebius2013-03-151-18/+8
* Generate lle_event in the IPv6 neighbor discovery code too.np2013-01-261-0/+3
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-4/+4
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-4/+0
* When ip_output()/ip6_output() is supplied a struct route *ro argument,glebius2012-07-041-6/+6
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-11/+34
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-5/+9
* Use TAILQ_FOREACH() in the nd6_dad_find() instead of hand-rolled implementation.glebius2011-10-131-4/+4
* - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.hrs2011-06-061-5/+9
* Fix IPv6 ND. After r219562 we in nd6_ns_input() were erroneously alwaysbz2011-04-171-2/+2
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-0/+2
* Make sure the locally cached value of rt->rt_gateway stays stable,bz2011-03-121-7/+14
* Plug well observed races on la_hold entries with the callout handler.bz2010-11-291-19/+23
* After some off-list discussion, revert a number of changes to thedim2010-11-221-1/+1
* In case of an early return from the function there is no need to zerobz2010-11-201-2/+2
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-1/+1
* MFp4: anchie_soc2009 branch:anchie2010-08-191-0/+31
* Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, withwill2010-08-111-4/+1
* Allow carp(4) to be loaded as a kernel module. Follow precedent set bywill2010-08-111-15/+6
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-5/+3
* Improve flexibility of receiving Router Advertisement andhrs2009-09-121-1/+3
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-4/+4
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-19/+10
* Make callers to in6_selectsrc() and in6_pcbladdr() pass in memorybz2009-06-231-7/+8
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-2/+12
* Clean up common ifaddr management:rwatson2009-06-211-5/+5
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-11/+9
* Update stats in struct icmpstat and icmp6stat using four newrwatson2009-04-121-6/+6
* Like with r185713 make sure to not leak a lock as rtalloc1(9) returnsbz2009-01-311-1/+1
* avoid lock recursion by deferring the link check until after LLE lock is droppedkmacy2008-12-241-1/+5
* explicitly check return of lla_lookup against NULLkmacy2008-12-161-3/+3
* This main goals of this project are:qingli2008-12-151-42/+56
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Merge more of currently non-functional (i.e. resolving tozec2008-11-261-1/+1
* Change the initialization methodology for global variables scheduledzec2008-11-191-3/+7
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+12
* Default to ignoring potentially evil IPv6 Neighbor Solicitationcperciva2008-10-021-0/+18
* another missed V_julian2008-08-251-1/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-25/+26
OpenPOWER on IntegriCloud