summaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* ng_iface requiers neighbor cache as well.Hajimu UMEMOTO2007-02-031-0/+1
* Revert nd6.c revs. 1.67, 1.68, 1.69, 1.70 in an attempt to unbreakBruce A. Mah2007-01-261-1/+1
* - most all includes (#include <>) migrate to the sctp_os_bsd.h fileRandall Stewart2007-01-182-106/+18
* Avoid infinite loop if nicmp6 and nip6 are not on the same mbuf.Hajimu UMEMOTO2007-01-161-1/+2
* - Macroizes the V6ONLY flag check.Randall Stewart2007-01-151-16/+5
* Marked these as packed correctlyWarner Losh2007-01-122-2/+2
* a) macro-ization of all mbuf and random numberRandall Stewart2006-12-291-26/+14
* In ip6_sprintf print the addresses in a more common/readableBjoern A. Zeeb2006-12-161-4/+18
* 1) Fixes on a number of different collision case LOR's.Randall Stewart2006-12-141-3/+12
* MFp4: 92972, 98913 + one more changeBjoern A. Zeeb2006-12-1216-152/+235
* - In nd6_rtrequest(), when caching an rtentry, don't forgetRuslan Ermilov2006-11-251-9/+29
* -Fixes first of all the getcred on IPv6 and V4. TheRandall Stewart2006-11-081-10/+29
* Convert three new suser(9) calls introduced between when the priv(9)Robert Watson2006-11-061-1/+8
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-065-22/+63
* Tons of fixes to get all the 64bit issues removed.Randall Stewart2006-11-051-4/+5
* Opps... in my fix up of all the $FreeBSD:$-> $FreeBSD$ IRandall Stewart2006-11-032-3/+3
* Ok, here it is, we finally add SCTP to current. Note that thisRandall Stewart2006-11-033-0/+1470
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* Make net.inet6.ip6.auto_linklocal tunable. Someone may want toHajimu UMEMOTO2006-10-131-0/+1
* Revert the default value of net.inet6.ip6.auto_linklocal to 1.Hajimu UMEMOTO2006-10-131-1/+1
* Hopefully the last tweak in trying to make it possible to add ipv6 directJohn Hay2006-10-021-4/+1
* Turn off automatic link local address if ipv6_enable is not set to YESGeorge V. Neville-Neil2006-10-021-1/+1
* A better fix is to check if it is a host route.John Hay2006-09-301-1/+1
* My previous commit broke "route add -inet6 <network_addr> -interface gif0".John Hay2006-09-301-1/+2
* Nits.Bruce M Simpson2006-09-291-1/+1
* Push removal of mrouted down to the rest of the tree.Bruce M Simpson2006-09-291-1/+1
* fixed a bug that IPv6 packets arriving to stf are not accepted.SUZUKI Shinsuke2006-09-221-2/+6
* Make it possible to add an IPv6 host route to a host directly connected.John Hay2006-09-161-0/+2
* All multicast listeners on a port should get one copy of the packet. ThisJohn Hay2006-09-071-3/+3
* First step of TSO (TCP segmentation offload) support in our network stack.Andre Oppermann2006-09-061-1/+1
* Use net.inet6.ip6.redirect / ip6_sendredirects as part of the decisionJohn Hay2006-09-051-1/+1
* With exception of the if_name() macro, all definitions in net_osdep.hBrooks Davis2006-08-0430-59/+0
* Align IPv6 socket locking with IPv4 locking: lock socket buffer explicitlyRobert Watson2006-07-231-4/+10
* The KAME project ceased work on IPv6 and IPSec in March of 2006.George V. Neville-Neil2006-07-221-76/+0
* Change semantics of socket close and detach. Add a new protocol switchRobert Watson2006-07-212-7/+67
* Fix race conditions on enumerating pcb lists by moving the initializationStephan Uphoff2006-07-183-5/+3
* Complete timebase (time_second -> time_uptime) conversion.Oleg Bulyzhin2006-07-051-7/+8
* We needn't check "m" for NULL here because "off" should be withinYaroslav Tykhiy2006-06-301-1/+1
* There is a consensus that ifaddr.ifa_addr should never be NULL,Yaroslav Tykhiy2006-06-292-8/+0
* Use queue(3) macros instead of accessing list/queue internals directly.Yaroslav Tykhiy2006-06-291-3/+3
* Use INPLOOKUP_WILDCARD instead of just 1 more consistently.Bjoern A. Zeeb2006-06-291-1/+1
* - Use suser_cred(9) instead of directly comparing cr_uid.Pawel Jakub Dawidek2006-06-271-1/+2
* - Use suser_cred(9) instead of directly checking cr_uid.Pawel Jakub Dawidek2006-06-271-2/+2
* Use suser_cred() instead of a direct comparison of cr_uid with 0 inRobert Watson2006-06-251-1/+1
* Fix spurious warnings from neighbor discovery when working with IPv6 overGeorge V. Neville-Neil2006-06-082-8/+53
* Avoid spurious release of an rtentry.Seigo Tanimura2006-05-231-3/+3
* In IN6_IS_ADDR_V4MAPPED case instead of returning directly set error andBjoern A. Zeeb2006-05-201-2/+4
* Remove ip6fw. Since ipfw has full functional IPv6 support now and - inMax Laier2006-05-125-1647/+0
* Assert ip6_forward_rt protected by Giant adding GIANT_REQUIRED toBjoern A. Zeeb2006-05-042-0/+6
* Break out socket access control and delivery logic from udp6_input()Robert Watson2006-05-011-96/+55