| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement TCP bandwidth delay product window limiting, similar to (but | Matthew Dillon | 2002-08-17 | 1 | -0/+7 |
| * | Add the tcps_sndrexmitbad statistic, keep track of late acks that caused | Matthew Dillon | 2002-07-19 | 1 | -0/+1 |
| * | Notify functions can destroy the pcb, so they have to return an | Jeffrey Hsu | 2002-06-14 | 1 | -3/+6 |
| * | Re-commit w/fix: | Mike Silbersack | 2002-06-14 | 1 | -0/+1 |
| * | Back out ip_tos/ip_ttl/DF "fix", it just panic'd my box. :) | Mike Silbersack | 2002-06-14 | 1 | -1/+0 |
| * | Ensure that the syn cache's syn-ack packets contain the same | Mike Silbersack | 2002-06-14 | 1 | -0/+1 |
| * | Lock up inpcb. | Jeffrey Hsu | 2002-06-10 | 1 | -0/+1 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -28/+27 |
| * | Fix a bug with transmitter restart after receiving a 0 window. The | Matthew Dillon | 2001-12-02 | 1 | -0/+1 |
| * | Introduce a syncache, which enables FreeBSD to withstand a SYN flood | Jonathan Lemon | 2001-11-22 | 1 | -7/+75 |
| * | Add a flag TF_LASTIDLE, that forces a previously idle connection | Jayanth Vijayaraghavan | 2001-10-05 | 1 | -0/+1 |
| * | Patches from Keiichi SHIMA <keiichi@iij.ad.jp> | Julian Elischer | 2001-09-03 | 1 | -1/+1 |
| * | Much delayed but now present: RFC 1948 style sequence numbers | Mike Silbersack | 2001-08-22 | 1 | -5/+1 |
| * | Temporary feature: Runtime tuneable tcp initial sequence number | Mike Silbersack | 2001-07-08 | 1 | -0/+1 |
| * | Eliminate the allocation of a tcp template structure for each | Mike Silbersack | 2001-06-23 | 1 | -2/+3 |
| * | Randomize the TCP initial sequence numbers more thoroughly. | Kris Kennaway | 2001-04-17 | 1 | -0/+4 |
| * | Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly. | Jonathan Lemon | 2001-02-26 | 1 | -1/+0 |
| * | Remove tcp_drop_all_states, which is unneeded after jlemon removed it | Jesper Skriver | 2001-02-25 | 1 | -1/+0 |
| * | Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotify | Poul-Henning Kamp | 2001-02-18 | 1 | -0/+1 |
| * | Update the "icmp_admin_prohib_like_rst" code to check the tcp-window and | Poul-Henning Kamp | 2000-12-24 | 1 | -0/+1 |
| * | We currently does not react to ICMP administratively prohibited | Poul-Henning Kamp | 2000-12-16 | 1 | -0/+1 |
| * | When a connection is being dropped due to a listen queue overflow, | Jayanth Vijayaraghavan | 2000-07-21 | 1 | -0/+1 |
| * | Fix a comment which was broken in rev 1.36. | Sheldon Hearn | 2000-07-18 | 1 | -1/+1 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -2/+2 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -2/+2 |
| * | Implement TCP NewReno, as documented in RFC 2582. This allows | Jonathan Lemon | 2000-05-06 | 1 | -0/+3 |
| * | tcp updates to support IPv6. | Yoshinobu Inoue | 2000-01-09 | 1 | -6/+26 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -2/+2 |
| * | IPSEC support in the kernel. | Yoshinobu Inoue | 1999-12-22 | 1 | -1/+1 |
| * | KAME related header files additions and merges. | Yoshinobu Inoue | 1999-11-05 | 1 | -1/+4 |
| * | Restructure TCP timeout handling: | Jonathan Lemon | 1999-08-30 | 1 | -7/+18 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | * Change sysctl from using linker_set to construct its tree using SLISTs. | Doug Rabson | 1999-02-16 | 1 | -1/+6 |
| * | Add a flag, passed to pru_send routines, PRUS_MORETOCOME. This | Bill Fenner | 1999-01-20 | 1 | -17/+18 |
| * | Re-implement tcp and ip fragment reassembly to not store pointers in the | Doug Rabson | 1998-08-24 | 1 | -13/+2 |
| * | Yow! Completely change the way socket options are handled, eliminating | Garrett Wollman | 1998-08-23 | 1 | -3/+2 |
| * | Declare tcp_seq and tcp_cc as fixed-size types. Half fixed type | Bruce Evans | 1998-07-13 | 1 | -2/+2 |
| * | Only make struct xtcpcb visable if _NETINET_IN_PCB_H_ and _SYS_SOCKETVAR_H_ | John Hay | 1998-06-27 | 1 | -4/+4 |
| * | Convert socket structures to be type-stable and add a version number. | Garrett Wollman | 1998-05-15 | 1 | -2/+19 |
| * | Ensure that TCP_REXMTVAL doesn't return a value less than t_rttmin. This | David Greenman | 1998-04-24 | 1 | -2/+2 |
| * | Remove the last traces of TUBA. | Poul-Henning Kamp | 1998-04-06 | 1 | -4/+1 |
| * | Changes to support the addition of a new sysctl variable: | David Greenman | 1998-02-26 | 1 | -1/+2 |
| * | Improved connection establishment performance by doing local port lookups via | David Greenman | 1998-01-27 | 1 | -38/+30 |
| * | The long-awaited mega-massive-network-code- cleanup. Part I. | Garrett Wollman | 1997-04-27 | 1 | -2/+3 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Move TCPCTL_KEEPINIT to end of MIB list (sigh) | Paul Traina | 1996-09-13 | 1 | -4/+4 |
| * | Make the misnamed tcp initial keepalive timer value (which is really the | Paul Traina | 1996-09-13 | 1 | -4/+6 |
| * | Modify the kernel to use the new pr_usrreqs interface rather than the old | Garrett Wollman | 1996-07-11 | 1 | -3/+2 |
| * | Correct formula for TCP RTO calculation. Also try to do a better job in | Garrett Wollman | 1996-06-05 | 1 | -3/+3 |