summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sync with KAME in the following points:suz2005-10-191-44/+45
* Add support for multicast to the bridge and allow inet6 addresses to bethompsa2005-09-061-0/+2
* - fix typo in comment.ume2005-08-121-2/+2
* o Make rt_check() function more strict:glebius2005-08-111-0/+6
* In preparation for fixing races in ARP (and probably in otherglebius2005-08-091-0/+1
* - Use 'error' variable to store error value, instead of 'i'.glebius2005-08-091-9/+6
* scope cleanup. with this changeume2005-07-251-46/+49
* do not hardcode if_mtu values in here, except for IFT_{ARC,FDDI} -ume2005-07-201-15/+0
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-221-0/+3
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-1/+1
* Prevent reentrancy of the IPv6 routing code (leading to crash withgreen2004-10-031-5/+26
* Call callout_init() on nd6_slowtimo_ch before setting it going; otherwise,rwatson2004-09-051-0/+1
* Remove in6_prefix.[ch] and the contained router renumbering capability.rwatson2004-08-231-21/+0
* fix the change of interface in nd6_storelladdr for multicastluigi2004-04-261-5/+5
* This commit does two things:luigi2004-04-251-6/+13
* Remove a tail-recursive call in nd6_output.luigi2004-04-191-5/+8
* Replace Bcopy/Bzero with 'the real thing' as in the rest of the file.luigi2004-04-181-2/+2
* protect access to ifnet structure with mutex.ume2004-01-281-0/+2
* - changed the logic in nd6_is_addr_neighbor(); check on-link prefixesume2003-12-081-17/+23
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFsam2003-11-081-2/+2
* - cleanup SP refcnt issue.ume2003-11-041-0/+4
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-241-38/+27
* correct linkmtu handling.ume2003-10-201-33/+22
* rtfree() must be called in lock context.ume2003-10-181-0/+1
* - add dom_if{attach,detach} framework.ume2003-10-171-83/+63
* MFp4: correct locking issues in nd6_lookupsam2003-10-141-1/+4
* nuke SCOPEDROUTING. Though it was there for a long time,ume2003-10-101-3/+0
* - typo in commentume2003-10-091-75/+56
* return(code) -> return (code)ume2003-10-061-28/+28
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-041-12/+16
* Enable IPv6 for Token Ring.mdodd2003-09-141-0/+5
* introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo structure toume2003-08-051-1/+6
* panic() doesn't need \nsuz2003-04-291-7/+7
OpenPOWER on IntegriCloud