summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6.c
Commit message (Expand)AuthorAgeFilesLines
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* Shuffle the vimage.h includes or add where missing.bz2009-02-271-1/+1
* Remove unused local MACROs.bz2009-01-311-1/+0
* in6_clsroute() was applied to prefix routes causing someqingli2008-12-171-10/+9
* - Simplify handling of the deferring of mbuf transmit until after lle lock dropkmacy2008-12-161-12/+28
* convert more pointer validation checks to checking against NULLkmacy2008-12-161-2/+2
* explicitly check return of lla_lookup against NULLkmacy2008-12-161-5/+5
* advance tail pointer in nd6_output_lle and check lla_output return against NULLkmacy2008-12-161-4/+8
* Initialize the variable "router", and apply "static_route" flagqingli2008-12-161-4/+7
* fix two use after frees in nd6_cache_lladdr caused by last minute unlock shuf...kmacy2008-12-161-2/+6
* This main goals of this project are:qingli2008-12-151-648/+393
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-4/+4
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+2
* Change the initialization methodology for global variables scheduledzec2008-11-191-18/+53
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-4/+30
* Fix some of the formatting fixes.. It's amazing how some thing stand outjulian2008-08-201-1/+1
* A bunch of formatting fixes brough to light by, or created by the Vimage commitjulian2008-08-201-4/+5
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-54/+55
* un-__P()obrien2008-01-081-6/+6
* Clean up VCS Ids.obrien2007-12-101-3/+5
* Move towards more explicit support for various network protocol stacksrwatson2007-10-281-1/+1
* Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asrwatson2007-10-261-1/+1
* Close a race when trying to lookup a gateway route in rt_check().jhb2007-10-221-1/+3
* Space cleanupdelphij2007-07-051-3/+3
* ANSIfy[1] plus some style cleanup nearby.delphij2007-07-051-79/+38
* Fix 'assignment used as truth value' warningpeter2007-07-051-1/+2
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-5/+8
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-5/+0
* Force the alignment of the chars arrays, as they are casted later tocognet2007-05-211-2/+2
* some minor modification to the previous commit to sys/netinet6/nd6.c and nd6_...suz2007-05-051-1/+6
* fixed a memory leak in unresolved ND queue processingsuz2007-05-041-11/+4
* ng_iface requiers neighbor cache as well.ume2007-02-031-0/+1
* Revert nd6.c revs. 1.67, 1.68, 1.69, 1.70 in an attempt to unbreakbmah2007-01-261-1/+1
* MFp4: 92972, 98913 + one more changebz2006-12-121-6/+12
* - In nd6_rtrequest(), when caching an rtentry, don't forgetru2006-11-251-9/+29
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Hopefully the last tweak in trying to make it possible to add ipv6 directjhay2006-10-021-4/+1
* A better fix is to check if it is a host route.jhay2006-09-301-1/+1
* My previous commit broke "route add -inet6 <network_addr> -interface gif0".jhay2006-09-301-1/+2
* Make it possible to add an IPv6 host route to a host directly connected.jhay2006-09-161-0/+2
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* Fix spurious warnings from neighbor discovery when working with IPv6 overgnn2006-06-081-0/+13
* fixed a memory leak when net.inet6.icmp6.nd6_maxqueuelen is greater than 1suz2006-03-241-4/+26
* avoided the use of purged address structure when an address becameume2006-02-121-2/+1
* fixed a compilation failure on amd64/sparc64/ia64suz2005-10-221-2/+4
* sync with KAME regarding NDPsuz2005-10-211-209/+337
* perform NUD on an IPv6-aware point-to-point interfacesuz2005-10-211-0/+2
* sync with KAME (nuked unused code, use NULL to denote a NULL pointer)suz2005-10-191-15/+0
* supported an ndp command suboption to disable IPv6 in the given interfacesuz2005-10-191-0/+6
* added an ioctl option in kernel so that ndp/rtadvd can change some NDP-relate...suz2005-10-191-0/+28
OpenPOWER on IntegriCloud