| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a TCP TIMEWAIT state which uses less space than a fullblown TCP | jlemon | 2003-02-19 | 1 | -4/+4 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Tie new "Fast IPsec" code into the build. This involves the usual | sam | 2002-10-16 | 1 | -0/+7 |
* | Create new functions in_sockaddr(), in6_sockaddr(), and | truckman | 2002-08-21 | 1 | -38/+54 |
* | Notify functions can destroy the pcb, so they have to return an | hsu | 2002-06-14 | 1 | -2/+3 |
* | As a stop-gap measure, add one INP_LOCK_DESTROY() to in6_pcbdetach() to | hsu | 2002-06-12 | 1 | -0/+1 |
* | Lock up inpcb. | hsu | 2002-06-10 | 1 | -2/+3 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -48/+20 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -20/+48 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | suz | 2002-04-19 | 1 | -1/+4 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -2/+2 |
* | Fix warnings caused by discarding const. | alfred | 2002-02-27 | 1 | -2/+3 |
* | Give struct socket structures a ref counting interface similar to | dillon | 2001-11-17 | 1 | -1/+1 |
* | Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2. | ru | 2001-10-17 | 1 | -5/+3 |
* | Pull fix for memory leak in in6_losing() from netinet/in_pcb.c,v 1.85. | ru | 2001-10-17 | 1 | -3/+2 |
* | Make faith loadable, unloadable, and clonable. | brooks | 2001-09-25 | 1 | -10/+4 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -8/+8 |
* | Wrap array accesses in macros, which also happen to be lvalues: | jlemon | 2001-09-06 | 1 | -3/+2 |
* | When running aplication joined multicast address, | ume | 2001-08-04 | 1 | -0/+39 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -66/+79 |
* | First step towards an MP-safe zone allocator: | des | 2001-01-21 | 1 | -1/+1 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 1 | -163/+57 |
* | Support per socket based IPv4 mapped IPv6 addr enable/disable control. | shin | 2000-04-01 | 1 | -2/+2 |
* | in6_pcb.c: | green | 2000-03-22 | 1 | -3/+2 |
* | fix kernel panic at rtfree() in INET6 enabled envrionment. | shin | 2000-01-16 | 1 | -2/+0 |
* | fix wrong name which is hidden by wrong ifdef. | shin | 2000-01-13 | 1 | -1/+1 |
* | remove unnecessary "$ifdef INET6" | shin | 2000-01-13 | 1 | -2/+0 |
* | tcp updates to support IPv6. | shin | 2000-01-09 | 1 | -1/+50 |
* | IPSEC support in the kernel. | shin | 1999-12-22 | 1 | -6/+6 |
* | Change incorrect NULLs to 0s | eivind | 1999-12-21 | 1 | -7/+7 |
* | rtcalloc() is removed because it turned out not to be necessary for FreeBSD. | shin | 1999-12-09 | 1 | -1/+1 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 1 | -10/+3 |
* | Removed IPSEC and IPV6FIREWALL because they are not ready yet. | shin | 1999-11-23 | 1 | -1/+0 |
* | KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP | shin | 1999-11-22 | 1 | -0/+1131 |