| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove check for t_state == TCPS_TIME_WAIT and introduce the tw structure. | jlemon | 2003-03-08 | 1 | -13/+15 |
* | Hold the TCP protocol lock while modifying the connection hash table. | hsu | 2003-02-25 | 1 | -4/+4 |
* | Unbreak the automatic remapping of an INADDR_ANY destination address | iedowse | 2002-10-24 | 1 | -5/+4 |
* | Replace in_pcbladdr() with a more generic inner subroutine for | iedowse | 2002-10-21 | 1 | -14/+12 |
* | Replace (ab)uses of "NULL" where "0" is really meant. | archie | 2002-08-22 | 1 | -2/+2 |
* | Create new functions in_sockaddr(), in6_sockaddr(), and | truckman | 2002-08-21 | 1 | -20/+43 |
* | Implement TCP bandwidth delay product window limiting, similar to (but | dillon | 2002-08-17 | 1 | -0/+2 |
* | Use a common way to release locks before exit. | maxim | 2002-07-29 | 1 | -2/+4 |
* | make setsockopt(IPV6_V6ONLY, 0) actuall work for tcp6. | ume | 2002-07-25 | 1 | -3/+3 |
* | cleanup usage of ip6_mapped_addr_on and ip6_v6only. now, | ume | 2002-07-25 | 1 | -5/+3 |
* | Because we're holding an exclusive write lock on the head, references to | hsu | 2002-06-13 | 1 | -3/+0 |
* | Lock up inpcb. | hsu | 2002-06-10 | 1 | -37/+161 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -51/+12 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -12/+51 |
* | Fixed some style bugs in the removal of __P(()). Continuation lines | bde | 2002-03-24 | 1 | -3/+3 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -7/+7 |
* | - Set inc_isipv6 in tcp6_usr_connect(). | ume | 2002-02-28 | 1 | -0/+1 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -2/+2 |
* | Introduce a syncache, which enables FreeBSD to withstand a SYN flood | jlemon | 2001-11-22 | 1 | -2/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -35/+35 |
* | Much delayed but now present: RFC 1948 style sequence numbers | silby | 2001-08-22 | 1 | -2/+2 |
* | move ipsec security policy allocation into in_pcballoc, before | ume | 2001-07-26 | 1 | -12/+0 |
* | Bump net.inet.tcp.sendspace to 32k and net.inet.tcp.recvspace to 65k. | obrien | 2001-07-13 | 1 | -2/+2 |
* | Temporary feature: Runtime tuneable tcp initial sequence number | silby | 2001-07-08 | 1 | -2/+2 |
* | Eliminate the allocation of a tcp template structure for each | silby | 2001-06-23 | 1 | -12/+0 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -5/+8 |
* | Say goodbye to TCP_COMPAT_42 | jesper | 2001-04-20 | 1 | -9/+0 |
* | Randomize the TCP initial sequence numbers more thoroughly. | kris | 2001-04-17 | 1 | -1/+10 |
* | Unbreak LINT. | jlemon | 2001-03-12 | 1 | -5/+17 |
* | Push the test for a disconnected socket when accept()ing down to the | jlemon | 2001-03-09 | 1 | -0/+8 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 1 | -1/+4 |
* | When turning off TCP_NOPUSH, call tcp_output to immediately flush | jlemon | 2001-02-02 | 1 | -4/+14 |
* | Support per socket based IPv4 mapped IPv6 addr enable/disable control. | shin | 2000-04-01 | 1 | -4/+3 |
* | tcp updates to support IPv6. | shin | 2000-01-09 | 1 | -1/+287 |
* | IPSEC support in the kernel. | shin | 1999-12-22 | 1 | -0/+12 |
* | Always set INP_IPV4 flag for IPv4 pcb entries, because netstat needs it | shin | 1999-12-13 | 1 | -3/+0 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 1 | -1/+5 |
* | Fix a warning and a potential panic if TCPDEBUG is active. (tp is | peter | 1999-11-18 | 1 | -0/+2 |
* | Restructure TCP timeout handling: | jlemon | 1999-08-30 | 1 | -3/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Plug a mbuf leak in tcp_usr_send(). pru_send() routines are expected | peter | 1999-06-04 | 1 | -7/+28 |
* | Add sysctl descriptions to many SYSCTL_XXXs | billf | 1999-05-03 | 1 | -5/+5 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 1 | -1/+3 |
* | so_linger is in seconds, not in 1/HZ | ache | 1999-04-24 | 1 | -2/+2 |
* | Add a flag, passed to pru_send routines, PRUS_MORETOCOME. This | fenner | 1999-01-20 | 1 | -2/+7 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -2/+1 |
* | Yow! Completely change the way socket options are handled, eliminating | wollman | 1998-08-23 | 1 | -57/+60 |
* | Improved connection establishment performance by doing local port lookups via | dg | 1998-01-27 | 1 | -3/+3 |
* | Fixed a missing splx(s) bug in tcp_usr_send(). | dg | 1997-12-18 | 1 | -2/+3 |
* | Make TCPDEBUG a new-style option. | joerg | 1997-09-16 | 1 | -1/+3 |