summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud