summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6_nbr.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r207369:bz2010-05-061-5/+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
* This patch provides the back end support for equal-cost multi-pathqingli2008-04-131-0/+14
* un-__P()obrien2008-01-081-8/+8
* Clean up VCS Ids.obrien2007-12-101-3/+5
* Space cleanupdelphij2007-07-051-1/+1
* ANSIfy[1] plus some style cleanup nearby.delphij2007-07-051-42/+24
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-1/+2
* some minor modification to the previous commit to sys/netinet6/nd6.c and nd6_...suz2007-05-051-0/+5
* fixed a memory leak in unresolved ND queue processingsuz2007-05-041-11/+4
* MFp4: 92972, 98913 + one more changebz2006-12-121-23/+35
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* the response NS to a DAD NS was not sent correctly due to theume2005-12-081-5/+5
* sync with KAME regarding NDPsuz2005-10-211-30/+37
* sync with KAME (renamed a macro IPV6_DADOUTPUT to IPV6_UNSPECSRC)suz2005-10-211-1/+1
* sync with KAME (nuked unused code, use NULL to denote a NULL pointer)suz2005-10-191-13/+1
* sync with KAME regarding the following clarification in RFC3542:suz2005-10-191-2/+39
* sync with KAME in the following points:suz2005-10-191-13/+13
* plugged a possible memory leaksuz2005-09-161-1/+1
* Add support for multicast to the bridge and allow inet6 addresses to bethompsa2005-09-061-0/+1
* - fix typo in comment.ume2005-08-121-34/+13
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-1/+1
* scope cleanup. with this changeume2005-07-251-52/+109
* Fix IPv6 neighbor discovery by using IF_LLADDR to get the mac addressbrooks2005-06-121-1/+2
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-221-3/+26
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-1/+1
* ifp has the same value as rt->rti_ifp so remove the dependencyluigi2004-04-191-2/+2
* we don't need to include ipsec.h.ume2004-02-161-8/+0
* pass pcb rather than so. it is expected that per socket policyume2004-02-031-8/+0
* - cleanup SP refcnt issue.ume2003-11-041-0/+8
* use arc4random.ume2003-10-311-2/+2
* use a local variable to avoid holding a lock across a call out of viewsam2003-10-301-4/+6
OpenPOWER on IntegriCloud