| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: 1.104 of tcp_usrreq.c | David Malone | 2005-01-15 | 1 | -2/+6 |
| * | Don't skip the splx() call in *_usr_bind() and *_usr_connect() if the | Don Lewis | 2004-04-23 | 1 | -8/+16 |
| * | MFC: | Paul Saab | 2004-03-22 | 1 | -3/+3 |
| * | MFC 1.92 - Check that sa_len is the appropriate value in tcp_usr_bind(), | Don Lewis | 2004-02-19 | 1 | -0/+8 |
| * | MFC: Shorten the name of the socket option used to enable TCP-MD5 packet | Bruce M Simpson | 2004-02-16 | 1 | -2/+2 |
| * | MFC: Import of TCP-MD5 (RFC2385) support. | Bruce M Simpson | 2004-02-14 | 1 | -0/+22 |
| * | MFC 1.79: Use a common way to release locks before exit. | Hajimu UMEMOTO | 2002-10-11 | 1 | -2/+4 |
| * | MFC the TCP bandwidth-based window limiting code. Default operation is | Matthew Dillon | 2002-08-24 | 1 | -0/+2 |
| * | MFC 1.78: make setsockopt(IPV6_V6ONLY, 0) actuall work for tcp6. | Hajimu UMEMOTO | 2002-08-08 | 1 | -3/+3 |
| * | MFC: cleanup usage of ip6_mapped_addr_on and ip6_v6only. now, | Hajimu UMEMOTO | 2002-08-08 | 1 | -5/+3 |
| * | IPfiler has problems with its keep state when the windows size is 64k. | David E. O'Brien | 2002-06-07 | 1 | -1/+1 |
| * | MFC: | Hajimu UMEMOTO | 2002-03-10 | 1 | -0/+1 |
| * | MFC: r1.53,r1.68; TCP_NOPUSH fixes, syncache support. | Jonathan Lemon | 2001-12-14 | 1 | -6/+16 |
| * | MFC: 1.64 (larger default tcp send/recieve buffers) | Alfred Perlstein | 2001-11-30 | 1 | -2/+2 |
| * | Much delayed but now present: RFC 1948 style sequence numbers | Mike Silbersack | 2001-08-22 | 1 | -2/+2 |
| * | MFC: move ipsec security policy allocation into in_pcballoc, before | Hajimu UMEMOTO | 2001-07-29 | 1 | -12/+0 |
| * | MFC: Runetime tuneable tcp initial sequence number generation schemes. | Mike Silbersack | 2001-07-08 | 1 | -2/+2 |
| * | MFC of tcp template removal + jlemon's patch to improve header | Mike Silbersack | 2001-07-07 | 1 | -12/+0 |
| * | MFC: Sync with recent KAME. | Hajimu UMEMOTO | 2001-07-03 | 1 | -5/+7 |
| * | MFC: Removal of TCP_COMPAT_42 | Mike Silbersack | 2001-06-22 | 1 | -9/+0 |
| * | MFC: Better TCP initial sequence number randomness from OpenBSD. | Kris Kennaway | 2001-04-18 | 1 | -1/+10 |
| * | MFC: r1.56; Unbreak LINT | Jonathan Lemon | 2001-03-13 | 1 | -5/+17 |
| * | MFC: let protocol layer decide how to handle accept() on a disconnected socket. | Jonathan Lemon | 2001-03-09 | 1 | -0/+8 |
| * | tcp updates to support IPv6. | Yoshinobu Inoue | 2000-01-09 | 1 | -1/+287 |
| * | IPSEC support in the kernel. | Yoshinobu Inoue | 1999-12-22 | 1 | -0/+12 |
| * | Always set INP_IPV4 flag for IPv4 pcb entries, because netstat needs it | Yoshinobu Inoue | 1999-12-13 | 1 | -3/+0 |
| * | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | Yoshinobu Inoue | 1999-12-07 | 1 | -1/+5 |
| * | Fix a warning and a potential panic if TCPDEBUG is active. (tp is | Peter Wemm | 1999-11-18 | 1 | -0/+2 |
| * | Restructure TCP timeout handling: | Jonathan Lemon | 1999-08-30 | 1 | -3/+4 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Plug a mbuf leak in tcp_usr_send(). pru_send() routines are expected | Peter Wemm | 1999-06-04 | 1 | -7/+28 |
| * | Add sysctl descriptions to many SYSCTL_XXXs | Bill Fumerola | 1999-05-03 | 1 | -5/+5 |
| * | This Implements the mumbled about "Jail" feature. | Poul-Henning Kamp | 1999-04-28 | 1 | -1/+3 |
| * | so_linger is in seconds, not in 1/HZ | Andrey A. Chernov | 1999-04-24 | 1 | -2/+2 |
| * | Add a flag, passed to pru_send routines, PRUS_MORETOCOME. This | Bill Fenner | 1999-01-20 | 1 | -2/+7 |
| * | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 1 | -2/+1 |
| * | Yow! Completely change the way socket options are handled, eliminating | Garrett Wollman | 1998-08-23 | 1 | -56/+59 |
| * | Improved connection establishment performance by doing local port lookups via | David Greenman | 1998-01-27 | 1 | -3/+3 |
| * | Fixed a missing splx(s) bug in tcp_usr_send(). | David Greenman | 1997-12-18 | 1 | -2/+3 |
| * | Make TCPDEBUG a new-style option. | Joerg Wunsch | 1997-09-16 | 1 | -1/+3 |
| * | Update network code to use poll support. | Peter Wemm | 1997-09-14 | 1 | -2/+2 |
| * | Fix all areas of the system (or at least all those in LINT) to avoid storing | Garrett Wollman | 1997-08-16 | 1 | -17/+14 |
| * | Removed unused #includes. | Bruce Evans | 1997-08-02 | 1 | -6/+1 |
| * | The long-awaited mega-massive-network-code- cleanup. Part I. | Garrett Wollman | 1997-04-27 | 1 | -21/+25 |
| * | Fix potential crash where a user attempts to perform an implied | Garrett Wollman | 1997-02-21 | 1 | -1/+14 |
| * | Convert raw IP from mondo-switch-statement-from-Hell to | Garrett Wollman | 1997-02-18 | 1 | -55/+6 |
| * | Fix the mechanism for choosing wehether to save the slow-start threshold | Garrett Wollman | 1997-02-14 | 1 | -317/+0 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Improved in_pcblookuphash() to support wildcarding, and changed relavent | David Greenman | 1996-10-07 | 1 | -2/+2 |
| * | Make the misnamed tcp initial keepalive timer value (which is really the | Paul Traina | 1996-09-13 | 1 | -2/+2 |