aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed two bugs in previous commit: be sure to include tcp_debug.h whenDavid Greenman1996-07-121-2/+2
* Modify the kernel to use the new pr_usrreqs interface rather than the oldGarrett Wollman1996-07-111-1/+428
* Move or add #include <queue.h> in preparation for upcoming struct socketDavid Greenman1996-03-111-1/+2
* Removed unnecessary #includes of vm stuff. Most of them were onceBruce Evans1995-12-061-2/+1
* New style sysctl & staticize alot of stuff.Poul-Henning Kamp1995-11-141-53/+11
* Start adding new style sysctl here too.Poul-Henning Kamp1995-11-091-2/+6
* Fix a logical error in T/TCP: when we actively open a connection, weAndras Olah1995-11-031-1/+20
* Start the 2MSL timer when the socket is closed and the TCP connection isAndras Olah1995-10-291-2/+6
* Don't leak mbufs in an unusual error case in tcp_usrreq().Garrett Wollman1995-09-131-2/+14
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-1/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,David Greenman1995-04-091-4/+5
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-6/+4
* Include missing <sys/kernel.h> for `hz'.Garrett Wollman1995-02-171-1/+2
* Correctly initialize so_linger in ticks (not seconds).Garrett Wollman1995-02-161-3/+3
* Transaction TCP support now standard. Hack away!Garrett Wollman1995-02-161-48/+0
* Add lots of useful MIB variables and a few not-so-useful ones forGarrett Wollman1995-02-161-9/+22
* Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> andGarrett Wollman1995-02-091-2/+199
* Fix PR 59: don't allow TCP connections withmulticast addresses at eitherGarrett Wollman1994-12-151-1/+22
* Made TCPDEBUG truely optional. Based on changes I made in FreeBSD 1.1.5.David Greenman1994-09-151-1/+5
* Added $Id$David Greenman1994-08-021-0/+1
* Increased tcp_send/recvspace to 16k, and added TCP_SMALLSPACE ifdefDavid Greenman1994-05-291-2/+12
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-1/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+517