| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update network code to use poll support. | peter | 1997-09-14 | 1 | -2/+2 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 1 | -17/+14 |
* | Removed unused #includes. | bde | 1997-08-02 | 1 | -6/+1 |
* | The long-awaited mega-massive-network-code- cleanup. Part I. | wollman | 1997-04-27 | 1 | -21/+25 |
* | Fix potential crash where a user attempts to perform an implied | wollman | 1997-02-21 | 1 | -1/+14 |
* | Convert raw IP from mondo-switch-statement-from-Hell to | wollman | 1997-02-18 | 1 | -55/+6 |
* | Fix the mechanism for choosing wehether to save the slow-start threshold | wollman | 1997-02-14 | 1 | -317/+0 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Improved in_pcblookuphash() to support wildcarding, and changed relavent | dg | 1996-10-07 | 1 | -2/+2 |
* | Make the misnamed tcp initial keepalive timer value (which is really the | pst | 1996-09-13 | 1 | -2/+2 |
* | Fixed two bugs in previous commit: be sure to include tcp_debug.h when | dg | 1996-07-12 | 1 | -2/+2 |
* | Modify the kernel to use the new pr_usrreqs interface rather than the old | wollman | 1996-07-11 | 1 | -1/+428 |
* | Move or add #include <queue.h> in preparation for upcoming struct socket | dg | 1996-03-11 | 1 | -1/+2 |
* | Removed unnecessary #includes of vm stuff. Most of them were once | bde | 1995-12-06 | 1 | -2/+1 |
* | New style sysctl & staticize alot of stuff. | phk | 1995-11-14 | 1 | -53/+11 |
* | Start adding new style sysctl here too. | phk | 1995-11-09 | 1 | -2/+6 |
* | Fix a logical error in T/TCP: when we actively open a connection, we | olah | 1995-11-03 | 1 | -1/+20 |
* | Start the 2MSL timer when the socket is closed and the TCP connection is | olah | 1995-10-29 | 1 | -2/+6 |
* | Don't leak mbufs in an unusual error case in tcp_usrreq(). | wollman | 1995-09-13 | 1 | -2/+14 |
* | Merge RELENG_2_0_5 into HEAD | rgrimes | 1995-06-11 | 1 | -1/+3 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -4/+4 |
* | Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash, | dg | 1995-04-09 | 1 | -4/+5 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 1 | -6/+4 |
* | Include missing <sys/kernel.h> for `hz'. | wollman | 1995-02-17 | 1 | -1/+2 |