| Commit message (Expand) | Author | Age | Files | Lines |
* | ng_iface requiers neighbor cache as well. | Hajimu UMEMOTO | 2007-02-03 | 1 | -0/+1 |
* | Revert nd6.c revs. 1.67, 1.68, 1.69, 1.70 in an attempt to unbreak | Bruce A. Mah | 2007-01-26 | 1 | -1/+1 |
* | - most all includes (#include <>) migrate to the sctp_os_bsd.h file | Randall Stewart | 2007-01-18 | 2 | -106/+18 |
* | Avoid infinite loop if nicmp6 and nip6 are not on the same mbuf. | Hajimu UMEMOTO | 2007-01-16 | 1 | -1/+2 |
* | - Macroizes the V6ONLY flag check. | Randall Stewart | 2007-01-15 | 1 | -16/+5 |
* | Marked these as packed correctly | Warner Losh | 2007-01-12 | 2 | -2/+2 |
* | a) macro-ization of all mbuf and random number | Randall Stewart | 2006-12-29 | 1 | -26/+14 |
* | In ip6_sprintf print the addresses in a more common/readable | Bjoern A. Zeeb | 2006-12-16 | 1 | -4/+18 |
* | 1) Fixes on a number of different collision case LOR's. | Randall Stewart | 2006-12-14 | 1 | -3/+12 |
* | MFp4: 92972, 98913 + one more change | Bjoern A. Zeeb | 2006-12-12 | 16 | -152/+235 |
* | - In nd6_rtrequest(), when caching an rtentry, don't forget | Ruslan Ermilov | 2006-11-25 | 1 | -9/+29 |
* | -Fixes first of all the getcred on IPv6 and V4. The | Randall Stewart | 2006-11-08 | 1 | -10/+29 |
* | Convert three new suser(9) calls introduced between when the priv(9) | Robert Watson | 2006-11-06 | 1 | -1/+8 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 5 | -22/+63 |
* | Tons of fixes to get all the 64bit issues removed. | Randall Stewart | 2006-11-05 | 1 | -4/+5 |
* | Opps... in my fix up of all the $FreeBSD:$-> $FreeBSD$ I | Randall Stewart | 2006-11-03 | 2 | -3/+3 |
* | Ok, here it is, we finally add SCTP to current. Note that this | Randall Stewart | 2006-11-03 | 3 | -0/+1470 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
* | Make net.inet6.ip6.auto_linklocal tunable. Someone may want to | Hajimu UMEMOTO | 2006-10-13 | 1 | -0/+1 |
* | Revert the default value of net.inet6.ip6.auto_linklocal to 1. | Hajimu UMEMOTO | 2006-10-13 | 1 | -1/+1 |
* | Hopefully the last tweak in trying to make it possible to add ipv6 direct | John Hay | 2006-10-02 | 1 | -4/+1 |
* | Turn off automatic link local address if ipv6_enable is not set to YES | George V. Neville-Neil | 2006-10-02 | 1 | -1/+1 |
* | A better fix is to check if it is a host route. | John Hay | 2006-09-30 | 1 | -1/+1 |
* | My previous commit broke "route add -inet6 <network_addr> -interface gif0". | John Hay | 2006-09-30 | 1 | -1/+2 |
* | Nits. | Bruce M Simpson | 2006-09-29 | 1 | -1/+1 |
* | Push removal of mrouted down to the rest of the tree. | Bruce M Simpson | 2006-09-29 | 1 | -1/+1 |
* | fixed a bug that IPv6 packets arriving to stf are not accepted. | SUZUKI Shinsuke | 2006-09-22 | 1 | -2/+6 |
* | Make it possible to add an IPv6 host route to a host directly connected. | John Hay | 2006-09-16 | 1 | -0/+2 |
* | All multicast listeners on a port should get one copy of the packet. This | John Hay | 2006-09-07 | 1 | -3/+3 |
* | First step of TSO (TCP segmentation offload) support in our network stack. | Andre Oppermann | 2006-09-06 | 1 | -1/+1 |
* | Use net.inet6.ip6.redirect / ip6_sendredirects as part of the decision | John Hay | 2006-09-05 | 1 | -1/+1 |
* | With exception of the if_name() macro, all definitions in net_osdep.h | Brooks Davis | 2006-08-04 | 30 | -59/+0 |
* | Align IPv6 socket locking with IPv4 locking: lock socket buffer explicitly | Robert Watson | 2006-07-23 | 1 | -4/+10 |
* | The KAME project ceased work on IPv6 and IPSec in March of 2006. | George V. Neville-Neil | 2006-07-22 | 1 | -76/+0 |
* | Change semantics of socket close and detach. Add a new protocol switch | Robert Watson | 2006-07-21 | 2 | -7/+67 |
* | Fix race conditions on enumerating pcb lists by moving the initialization | Stephan Uphoff | 2006-07-18 | 3 | -5/+3 |
* | Complete timebase (time_second -> time_uptime) conversion. | Oleg Bulyzhin | 2006-07-05 | 1 | -7/+8 |
* | We needn't check "m" for NULL here because "off" should be within | Yaroslav Tykhiy | 2006-06-30 | 1 | -1/+1 |
* | There is a consensus that ifaddr.ifa_addr should never be NULL, | Yaroslav Tykhiy | 2006-06-29 | 2 | -8/+0 |
* | Use queue(3) macros instead of accessing list/queue internals directly. | Yaroslav Tykhiy | 2006-06-29 | 1 | -3/+3 |
* | Use INPLOOKUP_WILDCARD instead of just 1 more consistently. | Bjoern A. Zeeb | 2006-06-29 | 1 | -1/+1 |
* | - Use suser_cred(9) instead of directly comparing cr_uid. | Pawel Jakub Dawidek | 2006-06-27 | 1 | -1/+2 |
* | - Use suser_cred(9) instead of directly checking cr_uid. | Pawel Jakub Dawidek | 2006-06-27 | 1 | -2/+2 |
* | Use suser_cred() instead of a direct comparison of cr_uid with 0 in | Robert Watson | 2006-06-25 | 1 | -1/+1 |
* | Fix spurious warnings from neighbor discovery when working with IPv6 over | George V. Neville-Neil | 2006-06-08 | 2 | -8/+53 |
* | Avoid spurious release of an rtentry. | Seigo Tanimura | 2006-05-23 | 1 | -3/+3 |
* | In IN6_IS_ADDR_V4MAPPED case instead of returning directly set error and | Bjoern A. Zeeb | 2006-05-20 | 1 | -2/+4 |
* | Remove ip6fw. Since ipfw has full functional IPv6 support now and - in | Max Laier | 2006-05-12 | 5 | -1647/+0 |
* | Assert ip6_forward_rt protected by Giant adding GIANT_REQUIRED to | Bjoern A. Zeeb | 2006-05-04 | 2 | -0/+6 |
* | Break out socket access control and delivery logic from udp6_input() | Robert Watson | 2006-05-01 | 1 | -96/+55 |