summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* a) macro-ization of all mbuf and random numberrrs2006-12-291-26/+14
* In ip6_sprintf print the addresses in a more common/readablebz2006-12-161-4/+18
* 1) Fixes on a number of different collision case LOR's.rrs2006-12-141-3/+12
* MFp4: 92972, 98913 + one more changebz2006-12-1216-152/+235
* - In nd6_rtrequest(), when caching an rtentry, don't forgetru2006-11-251-9/+29
* -Fixes first of all the getcred on IPv6 and V4. Therrs2006-11-081-10/+29
* Convert three new suser(9) calls introduced between when the priv(9)rwatson2006-11-061-1/+8
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-065-22/+63
* Tons of fixes to get all the 64bit issues removed.rrs2006-11-051-4/+5
* Opps... in my fix up of all the $FreeBSD:$-> $FreeBSD$ Irrs2006-11-032-3/+3
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-033-0/+1470
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Make net.inet6.ip6.auto_linklocal tunable. Someone may want toume2006-10-131-0/+1
* Revert the default value of net.inet6.ip6.auto_linklocal to 1.ume2006-10-131-1/+1
* Hopefully the last tweak in trying to make it possible to add ipv6 directjhay2006-10-021-4/+1
* Turn off automatic link local address if ipv6_enable is not set to YESgnn2006-10-021-1/+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
* Nits.bms2006-09-291-1/+1
* Push removal of mrouted down to the rest of the tree.bms2006-09-291-1/+1
* fixed a bug that IPv6 packets arriving to stf are not accepted.suz2006-09-221-2/+6
* Make it possible to add an IPv6 host route to a host directly connected.jhay2006-09-161-0/+2
* All multicast listeners on a port should get one copy of the packet. Thisjhay2006-09-071-3/+3
* First step of TSO (TCP segmentation offload) support in our network stack.andre2006-09-061-1/+1
* Use net.inet6.ip6.redirect / ip6_sendredirects as part of the decisionjhay2006-09-051-1/+1
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-0430-59/+0
* Align IPv6 socket locking with IPv4 locking: lock socket buffer explicitlyrwatson2006-07-231-4/+10
* The KAME project ceased work on IPv6 and IPSec in March of 2006.gnn2006-07-221-76/+0
* Change semantics of socket close and detach. Add a new protocol switchrwatson2006-07-212-7/+67
* Fix race conditions on enumerating pcb lists by moving the initializationups2006-07-183-5/+3
* Complete timebase (time_second -> time_uptime) conversion.oleg2006-07-051-7/+8
* We needn't check "m" for NULL here because "off" should be withinyar2006-06-301-1/+1
* There is a consensus that ifaddr.ifa_addr should never be NULL,yar2006-06-292-8/+0
* Use queue(3) macros instead of accessing list/queue internals directly.yar2006-06-291-3/+3
* Use INPLOOKUP_WILDCARD instead of just 1 more consistently.bz2006-06-291-1/+1
* - Use suser_cred(9) instead of directly comparing cr_uid.pjd2006-06-271-1/+2
* - Use suser_cred(9) instead of directly checking cr_uid.pjd2006-06-271-2/+2
* Use suser_cred() instead of a direct comparison of cr_uid with 0 inrwatson2006-06-251-1/+1
* Fix spurious warnings from neighbor discovery when working with IPv6 overgnn2006-06-082-8/+53
* Avoid spurious release of an rtentry.tanimura2006-05-231-3/+3
* In IN6_IS_ADDR_V4MAPPED case instead of returning directly set error andbz2006-05-201-2/+4
* Remove ip6fw. Since ipfw has full functional IPv6 support now and - inmlaier2006-05-125-1647/+0
* Assert ip6_forward_rt protected by Giant adding GIANT_REQUIRED tobz2006-05-042-0/+6
* Break out socket access control and delivery logic from udp6_input()rwatson2006-05-011-96/+55
* Move lock assertions to top of in6_pcbladdr(): we still want them to runrwatson2006-04-252-3/+10
* Modify in6_pcbpurgeif0() to accept a pcbinfo structure rather than a pcbrwatson2006-04-233-8/+10
* Allow for nmbclusters and maxsockets to be increased via sysctl.ps2006-04-211-0/+10
* Mirror IPv4 pcb locking into in6_setsockaddr() and in6_setpeeraddr():rwatson2006-04-151-0/+4
* Assert the inpcb lock in udp6_output(), as we dereference variousrwatson2006-04-121-0/+2
* Add comment to udp6_input() that locking is missing from multicastrwatson2006-04-121-1/+8
OpenPOWER on IntegriCloud