| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge a bug fix from freebsd-current; check m != NULL before touching it, | shin | 2000-01-18 | 1 | -1/+1 |
* | fix kernel panic at rtfree() in INET6 enabled envrionment. | shin | 2000-01-16 | 1 | -2/+0 |
* | Fixed the problem that IPsec connection hangs when bigger data is sent. | shin | 2000-01-15 | 2 | -8/+6 |
* | wrapped prototype declarations by __P(()) | shin | 2000-01-15 | 1 | -6/+8 |
* | add forward declarations, and small cosmetic changes. | shin | 2000-01-15 | 2 | -2/+8 |
* | fix wrong name which is hidden by wrong ifdef. | shin | 2000-01-13 | 1 | -1/+1 |
* | Change struct sockaddr_storage member name, because following change | shin | 2000-01-13 | 2 | -35/+35 |
* | removed an ours case which think a packet destined to loopback interface | shin | 2000-01-13 | 1 | -5/+1 |
* | added missing IPV6_PORTRANGE case. | shin | 2000-01-13 | 1 | -0/+1 |
* | remove unnecessary "$ifdef INET6" | shin | 2000-01-13 | 1 | -2/+0 |
* | tcp updates to support IPv6. | shin | 2000-01-09 | 4 | -13/+69 |
* | prevent kernel panic at suspend/resume. | shin | 2000-01-03 | 1 | -1/+1 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 11 | -25/+25 |
* | Getaddrinfo(), getnameinfo(), and etc support in libc/net. | shin | 1999-12-28 | 1 | -1/+1 |
* | IPSEC support in the kernel. | shin | 1999-12-22 | 29 | -282/+8764 |
* | Change incorrect NULLs to 0s | eivind | 1999-12-21 | 4 | -15/+16 |
* | M_PREPEND-related cleanups (unregisterifying struct mbuf *s). | green | 1999-12-19 | 1 | -1/+1 |
* | rtcalloc() is removed because it turned out not to be necessary for FreeBSD. | shin | 1999-12-09 | 3 | -9/+5 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 22 | -216/+1245 |
* | Just to avoid warning message about trigraph. | shin | 1999-11-30 | 1 | -1/+1 |
* | there's no memcmp() in kernel, use bcmp() instead. | itojun | 1999-11-29 | 1 | -0/+8 |
* | Removed IPSEC and IPV6FIREWALL because they are not ready yet. | shin | 1999-11-23 | 9 | -12/+0 |
* | KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP | shin | 1999-11-22 | 37 | -116/+19991 |
* | KAME related header files additions and merges. | shin | 1999-11-05 | 2 | -0/+1286 |