| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support per socket based IPv4 mapped IPv6 addr enable/disable control. | Yoshinobu Inoue | 2000-04-01 | 1 | -4/+3 |
| * | 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 | -57/+60 |
| * | 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 |
| * | Fixed two bugs in previous commit: be sure to include tcp_debug.h when | David Greenman | 1996-07-12 | 1 | -2/+2 |
| * | Modify the kernel to use the new pr_usrreqs interface rather than the old | Garrett Wollman | 1996-07-11 | 1 | -1/+428 |
| * | Move or add #include <queue.h> in preparation for upcoming struct socket | David Greenman | 1996-03-11 | 1 | -1/+2 |
| * | Removed unnecessary #includes of vm stuff. Most of them were once | Bruce Evans | 1995-12-06 | 1 | -2/+1 |
| * | New style sysctl & staticize alot of stuff. | Poul-Henning Kamp | 1995-11-14 | 1 | -53/+11 |
| * | Start adding new style sysctl here too. | Poul-Henning Kamp | 1995-11-09 | 1 | -2/+6 |
| * | Fix a logical error in T/TCP: when we actively open a connection, we | Andras Olah | 1995-11-03 | 1 | -1/+20 |
| * | Start the 2MSL timer when the socket is closed and the TCP connection is | Andras Olah | 1995-10-29 | 1 | -2/+6 |
| * | Don't leak mbufs in an unusual error case in tcp_usrreq(). | Garrett Wollman | 1995-09-13 | 1 | -2/+14 |
| * | Merge RELENG_2_0_5 into HEAD | Rodney W. Grimes | 1995-06-11 | 1 | -1/+3 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -4/+4 |
| * | Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash, | David Greenman | 1995-04-09 | 1 | -4/+5 |
| * | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | Bruce Evans | 1995-03-16 | 1 | -6/+4 |
| * | Include missing <sys/kernel.h> for `hz'. | Garrett Wollman | 1995-02-17 | 1 | -1/+2 |
| * | Correctly initialize so_linger in ticks (not seconds). | Garrett Wollman | 1995-02-16 | 1 | -3/+3 |
| * | Transaction TCP support now standard. Hack away! | Garrett Wollman | 1995-02-16 | 1 | -48/+0 |
| * | Add lots of useful MIB variables and a few not-so-useful ones for | Garrett Wollman | 1995-02-16 | 1 | -9/+22 |
| * | Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> and | Garrett Wollman | 1995-02-09 | 1 | -2/+199 |
| * | Fix PR 59: don't allow TCP connections withmulticast addresses at either | Garrett Wollman | 1994-12-15 | 1 | -1/+22 |
| * | Made TCPDEBUG truely optional. Based on changes I made in FreeBSD 1.1.5. | David Greenman | 1994-09-15 | 1 | -1/+5 |
| * | Added $Id$ | David Greenman | 1994-08-02 | 1 | -0/+1 |
| * | Increased tcp_send/recvspace to 16k, and added TCP_SMALLSPACE ifdef | David Greenman | 1994-05-29 | 1 | -2/+12 |