| Commit message (Expand) | Author | Age | Files | Lines |
* | Unify the "send high" and "recover" variables as specified in the | hsu | 2003-07-15 | 1 | -22/+27 |
* | Correct a bug introduced with reduced TCP state handling; make | rwatson | 2003-05-07 | 1 | -1/+1 |
* | Observe conservation of packets when entering Fast Recovery while | hsu | 2003-04-01 | 1 | -0/+1 |
* | Remove a panic(); if the zone allocator can't provide more timewait | jlemon | 2003-03-08 | 1 | -2/+4 |
* | Add a TCP TIMEWAIT state which uses less space than a fullblown TCP | jlemon | 2003-02-19 | 1 | -0/+18 |
* | Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so the | jlemon | 2003-02-19 | 1 | -2/+2 |
* | Fix NewReno. | hsu | 2003-01-13 | 1 | -1/+3 |
* | Implement TCP bandwidth delay product window limiting, similar to (but | dillon | 2002-08-17 | 1 | -0/+7 |
* | Add the tcps_sndrexmitbad statistic, keep track of late acks that caused | dillon | 2002-07-19 | 1 | -0/+1 |
* | Notify functions can destroy the pcb, so they have to return an | hsu | 2002-06-14 | 1 | -3/+6 |
* | Re-commit w/fix: | silby | 2002-06-14 | 1 | -0/+1 |
* | Back out ip_tos/ip_ttl/DF "fix", it just panic'd my box. :) | silby | 2002-06-14 | 1 | -1/+0 |
* | Ensure that the syn cache's syn-ack packets contain the same | silby | 2002-06-14 | 1 | -0/+1 |
* | Lock up inpcb. | hsu | 2002-06-10 | 1 | -0/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -28/+27 |
* | Fix a bug with transmitter restart after receiving a 0 window. The | dillon | 2001-12-02 | 1 | -0/+1 |
* | Introduce a syncache, which enables FreeBSD to withstand a SYN flood | jlemon | 2001-11-22 | 1 | -7/+75 |
* | Add a flag TF_LASTIDLE, that forces a previously idle connection | jayanth | 2001-10-05 | 1 | -0/+1 |
* | Patches from Keiichi SHIMA <keiichi@iij.ad.jp> | julian | 2001-09-03 | 1 | -1/+1 |
* | Much delayed but now present: RFC 1948 style sequence numbers | silby | 2001-08-22 | 1 | -5/+1 |
* | Temporary feature: Runtime tuneable tcp initial sequence number | silby | 2001-07-08 | 1 | -0/+1 |
* | Eliminate the allocation of a tcp template structure for each | silby | 2001-06-23 | 1 | -2/+3 |
* | Randomize the TCP initial sequence numbers more thoroughly. | kris | 2001-04-17 | 1 | -0/+4 |
* | Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly. | jlemon | 2001-02-26 | 1 | -1/+0 |
* | Remove tcp_drop_all_states, which is unneeded after jlemon removed it | jesper | 2001-02-25 | 1 | -1/+0 |
* | Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotify | phk | 2001-02-18 | 1 | -0/+1 |
* | Update the "icmp_admin_prohib_like_rst" code to check the tcp-window and | phk | 2000-12-24 | 1 | -0/+1 |
* | We currently does not react to ICMP administratively prohibited | phk | 2000-12-16 | 1 | -0/+1 |
* | When a connection is being dropped due to a listen queue overflow, | jayanth | 2000-07-21 | 1 | -0/+1 |
* | Fix a comment which was broken in rev 1.36. | sheldonh | 2000-07-18 | 1 | -1/+1 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -2/+2 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -2/+2 |
* | Implement TCP NewReno, as documented in RFC 2582. This allows | jlemon | 2000-05-06 | 1 | -0/+3 |
* | tcp updates to support IPv6. | shin | 2000-01-09 | 1 | -6/+26 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -2/+2 |
* | IPSEC support in the kernel. | shin | 1999-12-22 | 1 | -1/+1 |
* | KAME related header files additions and merges. | shin | 1999-11-05 | 1 | -1/+4 |
* | Restructure TCP timeout handling: | jlemon | 1999-08-30 | 1 | -7/+18 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | * Change sysctl from using linker_set to construct its tree using SLISTs. | dfr | 1999-02-16 | 1 | -1/+6 |
* | Add a flag, passed to pru_send routines, PRUS_MORETOCOME. This | fenner | 1999-01-20 | 1 | -17/+18 |
* | Re-implement tcp and ip fragment reassembly to not store pointers in the | dfr | 1998-08-24 | 1 | -13/+2 |
* | Yow! Completely change the way socket options are handled, eliminating | wollman | 1998-08-23 | 1 | -3/+2 |
* | Declare tcp_seq and tcp_cc as fixed-size types. Half fixed type | bde | 1998-07-13 | 1 | -2/+2 |
* | Only make struct xtcpcb visable if _NETINET_IN_PCB_H_ and _SYS_SOCKETVAR_H_ | jhay | 1998-06-27 | 1 | -4/+4 |
* | Convert socket structures to be type-stable and add a version number. | wollman | 1998-05-15 | 1 | -2/+19 |
* | Ensure that TCP_REXMTVAL doesn't return a value less than t_rttmin. This | dg | 1998-04-24 | 1 | -2/+2 |
* | Remove the last traces of TUBA. | phk | 1998-04-06 | 1 | -4/+1 |
* | Changes to support the addition of a new sysctl variable: | dg | 1998-02-26 | 1 | -1/+2 |
* | Improved connection establishment performance by doing local port lookups via | dg | 1998-01-27 | 1 | -38/+30 |