aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6_nbr.c
Commit message (Expand)AuthorAgeFilesLines
* Use TAILQ_FOREACH() in the nd6_dad_find() instead of hand-rolled implementation.Gleb Smirnoff2011-10-131-4/+4
* - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.Hiroki Sato2011-06-061-5/+9
* Fix IPv6 ND. After r219562 we in nd6_ns_input() were erroneously alwaysBjoern A. Zeeb2011-04-171-2/+2
* - Merge changes to the base system to support OFED. These includeJeff Roberson2011-03-211-0/+2
* Make sure the locally cached value of rt->rt_gateway stays stable,Bjoern A. Zeeb2011-03-121-7/+14
* Plug well observed races on la_hold entries with the callout handler.Bjoern A. Zeeb2010-11-291-19/+23
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-1/+1
* In case of an early return from the function there is no need to zeroBjoern A. Zeeb2010-11-201-2/+2
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-1/+1
* MFp4: anchie_soc2009 branch:Ana Kukec2010-08-191-0/+31
* Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, withWill Andrews2010-08-111-4/+1
* Allow carp(4) to be loaded as a kernel module. Follow precedent set byWill Andrews2010-08-111-15/+6
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-5/+3
* Improve flexibility of receiving Router Advertisement andHiroki Sato2009-09-121-1/+3
* 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-4/+4
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-19/+10
* Make callers to in6_selectsrc() and in6_pcbladdr() pass in memoryBjoern A. Zeeb2009-06-231-7/+8
* Modify most routines returning 'struct ifaddr *' to return referencesRobert Watson2009-06-231-2/+12
* Clean up common ifaddr management:Robert Watson2009-06-211-5/+5
* Change the curvnet variable from a global const struct vnet *,Marko Zec2009-05-051-11/+9
* Update stats in struct icmpstat and icmp6stat using four newRobert Watson2009-04-121-6/+6
* Like with r185713 make sure to not leak a lock as rtalloc1(9) returnsBjoern A. Zeeb2009-01-311-1/+1
* avoid lock recursion by deferring the link check until after LLE lock is droppedKip Macy2008-12-241-1/+5
* explicitly check return of lla_lookup against NULLKip Macy2008-12-161-3/+3
* This main goals of this project are:Qing Li2008-12-151-42/+56
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Merge more of currently non-functional (i.e. resolving toMarko Zec2008-11-261-1/+1
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-3/+7
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+12
* Default to ignoring potentially evil IPv6 Neighbor SolicitationColin Percival2008-10-021-0/+18
* another missed V_Julian Elischer2008-08-251-1/+1
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-25/+26
* This patch provides the back end support for equal-cost multi-pathQing Li2008-04-131-0/+14
* un-__P()David E. O'Brien2008-01-081-8/+8
* Clean up VCS Ids.David E. O'Brien2007-12-101-3/+5
* Space cleanupXin LI2007-07-051-1/+1
* ANSIfy[1] plus some style cleanup nearby.Xin LI2007-07-051-42/+24
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-1/+2
* some minor modification to the previous commit to sys/netinet6/nd6.c and nd6_...SUZUKI Shinsuke2007-05-051-0/+5
* fixed a memory leak in unresolved ND queue processingSUZUKI Shinsuke2007-05-041-11/+4
* MFp4: 92972, 98913 + one more changeBjoern A. Zeeb2006-12-121-23/+35
* With exception of the if_name() macro, all definitions in net_osdep.hBrooks Davis2006-08-041-2/+0
* the response NS to a DAD NS was not sent correctly due to theHajimu UMEMOTO2005-12-081-5/+5
* sync with KAME regarding NDPSUZUKI Shinsuke2005-10-211-30/+37
* sync with KAME (renamed a macro IPV6_DADOUTPUT to IPV6_UNSPECSRC)SUZUKI Shinsuke2005-10-211-1/+1
* sync with KAME (nuked unused code, use NULL to denote a NULL pointer)SUZUKI Shinsuke2005-10-191-13/+1
* sync with KAME regarding the following clarification in RFC3542:SUZUKI Shinsuke2005-10-191-2/+39
* sync with KAME in the following points:SUZUKI Shinsuke2005-10-191-13/+13
* plugged a possible memory leakSUZUKI Shinsuke2005-09-161-1/+1