| Commit message (Expand) | Author | Age | Files | Lines |
* | in6_pcb.c: | green | 2000-03-22 | 1 | -3/+2 |
* | Backout the previous change to __KAME_VERSION (FreeBSD4.x addition), | shin | 2000-03-13 | 1 | -1/+1 |
* | Change __KAME_VERSION value. Added the word "FreeBSD4.x" to identify the | shin | 2000-03-12 | 1 | -1/+1 |
* | Forbid include of netinet6/ip6.h from user-land, and if included, | shin | 2000-03-11 | 1 | -2/+0 |
* | Replace m_pkthdr.rcvif with oif when oif is not NULL, to count | shin | 2000-03-11 | 1 | -0/+2 |
* | Initialize mbuf pointer at getting ipsec policy. | shin | 2000-03-09 | 1 | -8/+6 |
* | Update icmp node info query message bit order of query types, | shin | 2000-03-09 | 2 | -17/+25 |
* | CMSG_XXX macros alignment fixes to follow RFC2292. | shin | 2000-03-03 | 1 | -2/+2 |
* | At detaching IPv6 raw socket, also finish IPv6 multicast router. | shin | 2000-02-27 | 1 | -0/+2 |
* | Clean up some loose ends in the network code, including the X.25 and ISO | peter | 2000-02-13 | 1 | -2/+1 |
* | Prototype fix for IPsec authentication related functions | shin | 2000-02-10 | 2 | -11/+13 |
* | Forbid include of soem inet6 header files from wrong place | shin | 2000-02-10 | 3 | -0/+14 |
* | IPv6 prefix assignment bug fixes. | shin | 2000-02-07 | 1 | -3/+44 |
* | Permit site local addr in IPv6 source address selection rule. | shin | 2000-02-07 | 1 | -2/+23 |
* | Add ip6fw. | shin | 2000-01-29 | 4 | -0/+1375 |
* | Backout diffs which should not be included. | shin | 2000-01-28 | 2 | -2/+0 |
* | #This is a null commit to give correct description for the previous change. | shin | 2000-01-28 | 2 | -0/+2 |
* | Sorry I didn't commit these files at the commit just a few minutes before. | shin | 2000-01-28 | 5 | -1/+2197 |
* | IPv6 multicast routing. | shin | 2000-01-28 | 1 | -0/+6 |
* | Added ip6_forwarding check when prefix related ioctl is called. | shin | 2000-01-27 | 1 | -0/+2 |
* | Move the *intrq variables into net/intrq.c and unconditionally | brian | 2000-01-24 | 1 | -1/+3 |
* | 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 |