summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Support per socket based IPv4 mapped IPv6 addr enable/disable control.shin2000-04-011-4/+3
* tcp updates to support IPv6.shin2000-01-091-1/+287
* IPSEC support in the kernel.shin1999-12-221-0/+12
* Always set INP_IPV4 flag for IPv4 pcb entries, because netstat needs itshin1999-12-131-3/+0
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-1/+5
* Fix a warning and a potential panic if TCPDEBUG is active. (tp ispeter1999-11-181-0/+2
* Restructure TCP timeout handling:jlemon1999-08-301-3/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Plug a mbuf leak in tcp_usr_send(). pru_send() routines are expectedpeter1999-06-041-7/+28
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-5/+5
* This Implements the mumbled about "Jail" feature.phk1999-04-281-1/+3
* so_linger is in seconds, not in 1/HZache1999-04-241-2/+2
* Add a flag, passed to pru_send routines, PRUS_MORETOCOME. Thisfenner1999-01-201-2/+7
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-57/+60
* Improved connection establishment performance by doing local port lookups viadg1998-01-271-3/+3
* Fixed a missing splx(s) bug in tcp_usr_send().dg1997-12-181-2/+3
* Make TCPDEBUG a new-style option.joerg1997-09-161-1/+3
* Update network code to use poll support.peter1997-09-141-2/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-17/+14
* Removed unused #includes.bde1997-08-021-6/+1
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-21/+25
* Fix potential crash where a user attempts to perform an impliedwollman1997-02-211-1/+14
* Convert raw IP from mondo-switch-statement-from-Hell towollman1997-02-181-55/+6
* Fix the mechanism for choosing wehether to save the slow-start thresholdwollman1997-02-141-317/+0
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Improved in_pcblookuphash() to support wildcarding, and changed relaventdg1996-10-071-2/+2
* Make the misnamed tcp initial keepalive timer value (which is really thepst1996-09-131-2/+2
* Fixed two bugs in previous commit: be sure to include tcp_debug.h whendg1996-07-121-2/+2
* Modify the kernel to use the new pr_usrreqs interface rather than the oldwollman1996-07-111-1/+428
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-1/+2
* Removed unnecessary #includes of vm stuff. Most of them were oncebde1995-12-061-2/+1
* New style sysctl & staticize alot of stuff.phk1995-11-141-53/+11
* Start adding new style sysctl here too.phk1995-11-091-2/+6
* Fix a logical error in T/TCP: when we actively open a connection, weolah1995-11-031-1/+20
* Start the 2MSL timer when the socket is closed and the TCP connection isolah1995-10-291-2/+6
* Don't leak mbufs in an unusual error case in tcp_usrreq().wollman1995-09-131-2/+14
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-1/+3
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,dg1995-04-091-4/+5
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-6/+4
* Include missing <sys/kernel.h> for `hz'.wollman1995-02-171-1/+2
* Correctly initialize so_linger in ticks (not seconds).wollman1995-02-161-3/+3
* Transaction TCP support now standard. Hack away!wollman1995-02-161-48/+0
* Add lots of useful MIB variables and a few not-so-useful ones forwollman1995-02-161-9/+22
* Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> andwollman1995-02-091-2/+199
* Fix PR 59: don't allow TCP connections withmulticast addresses at eitherwollman1994-12-151-1/+22
* Made TCPDEBUG truely optional. Based on changes I made in FreeBSD 1.1.5.dg1994-09-151-1/+5
* Added $Id$dg1994-08-021-0/+1
* Increased tcp_send/recvspace to 16k, and added TCP_SMALLSPACE ifdefdg1994-05-291-2/+12
OpenPOWER on IntegriCloud