aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: 1.104 of tcp_usrreq.cDavid Malone2005-01-151-2/+6
* Don't skip the splx() call in *_usr_bind() and *_usr_connect() if theDon Lewis2004-04-231-8/+16
* MFC:Paul Saab2004-03-221-3/+3
* MFC 1.92 - Check that sa_len is the appropriate value in tcp_usr_bind(),Don Lewis2004-02-191-0/+8
* MFC: Shorten the name of the socket option used to enable TCP-MD5 packetBruce M Simpson2004-02-161-2/+2
* MFC: Import of TCP-MD5 (RFC2385) support.Bruce M Simpson2004-02-141-0/+22
* MFC 1.79: Use a common way to release locks before exit.Hajimu UMEMOTO2002-10-111-2/+4
* MFC the TCP bandwidth-based window limiting code. Default operation isMatthew Dillon2002-08-241-0/+2
* MFC 1.78: make setsockopt(IPV6_V6ONLY, 0) actuall work for tcp6.Hajimu UMEMOTO2002-08-081-3/+3
* MFC: cleanup usage of ip6_mapped_addr_on and ip6_v6only. now,Hajimu UMEMOTO2002-08-081-5/+3
* IPfiler has problems with its keep state when the windows size is 64k.David E. O'Brien2002-06-071-1/+1
* MFC:Hajimu UMEMOTO2002-03-101-0/+1
* MFC: r1.53,r1.68; TCP_NOPUSH fixes, syncache support.Jonathan Lemon2001-12-141-6/+16
* MFC: 1.64 (larger default tcp send/recieve buffers)Alfred Perlstein2001-11-301-2/+2
* Much delayed but now present: RFC 1948 style sequence numbersMike Silbersack2001-08-221-2/+2
* MFC: move ipsec security policy allocation into in_pcballoc, beforeHajimu UMEMOTO2001-07-291-12/+0
* MFC: Runetime tuneable tcp initial sequence number generation schemes.Mike Silbersack2001-07-081-2/+2
* MFC of tcp template removal + jlemon's patch to improve headerMike Silbersack2001-07-071-12/+0
* MFC: Sync with recent KAME.Hajimu UMEMOTO2001-07-031-5/+7
* MFC: Removal of TCP_COMPAT_42Mike Silbersack2001-06-221-9/+0
* MFC: Better TCP initial sequence number randomness from OpenBSD.Kris Kennaway2001-04-181-1/+10
* MFC: r1.56; Unbreak LINTJonathan Lemon2001-03-131-5/+17
* MFC: let protocol layer decide how to handle accept() on a disconnected socket.Jonathan Lemon2001-03-091-0/+8
* tcp updates to support IPv6.Yoshinobu Inoue2000-01-091-1/+287
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-0/+12
* Always set INP_IPV4 flag for IPv4 pcb entries, because netstat needs itYoshinobu Inoue1999-12-131-3/+0
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-1/+5
* Fix a warning and a potential panic if TCPDEBUG is active. (tp isPeter Wemm1999-11-181-0/+2
* Restructure TCP timeout handling:Jonathan Lemon1999-08-301-3/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Plug a mbuf leak in tcp_usr_send(). pru_send() routines are expectedPeter Wemm1999-06-041-7/+28
* Add sysctl descriptions to many SYSCTL_XXXsBill Fumerola1999-05-031-5/+5
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-1/+3
* so_linger is in seconds, not in 1/HZAndrey A. Chernov1999-04-241-2/+2
* Add a flag, passed to pru_send routines, PRUS_MORETOCOME. ThisBill Fenner1999-01-201-2/+7
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+1
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-56/+59
* Improved connection establishment performance by doing local port lookups viaDavid Greenman1998-01-271-3/+3
* Fixed a missing splx(s) bug in tcp_usr_send().David Greenman1997-12-181-2/+3
* Make TCPDEBUG a new-style option.Joerg Wunsch1997-09-161-1/+3
* Update network code to use poll support.Peter Wemm1997-09-141-2/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-17/+14
* Removed unused #includes.Bruce Evans1997-08-021-6/+1
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-21/+25
* Fix potential crash where a user attempts to perform an impliedGarrett Wollman1997-02-211-1/+14
* Convert raw IP from mondo-switch-statement-from-Hell toGarrett Wollman1997-02-181-55/+6
* Fix the mechanism for choosing wehether to save the slow-start thresholdGarrett Wollman1997-02-141-317/+0
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Improved in_pcblookuphash() to support wildcarding, and changed relaventDavid Greenman1996-10-071-2/+2
* Make the misnamed tcp initial keepalive timer value (which is really thePaul Traina1996-09-131-2/+2