| Commit message (Expand) | Author | Age | Files | Lines |
* | White space cleanup for netinet before branch: | rwatson | 2004-08-16 | 1 | -13/+13 |
* | The tcp syncache code was leaving the IPv6 flowlabel uninitialised | dwmalone | 2004-07-17 | 1 | -0/+1 |
* | Whitespace. | bms | 2004-06-25 | 1 | -3/+3 |
* | Add support for TCP Selective Acknowledgements. The work for this | ps | 2004-06-23 | 1 | -1/+48 |
* | Tighten up reset handling in order to make reset attacks as difficult as | silby | 2004-04-26 | 1 | -0/+1 |
* | Fix a typo in a comment. | bms | 2004-04-20 | 1 | -1/+1 |
* | Enhance our RFC1948 implementation to perform better in some pathlogical | silby | 2004-04-20 | 1 | -0/+1 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Remove now unneeded arguments to tcp_twrespond() -- so and msrc. These | rwatson | 2004-02-28 | 1 | -1/+1 |
* | Fixed namespace pollution in rev.1.74. Implementation of the syncache | bde | 2004-02-25 | 1 | -1/+4 |
* | Don't use the negatively-opaque type uma_zone_t or be chummy with | bde | 2004-02-25 | 1 | -3/+1 |
* | Convert the tcp segment reassembly queue to UMA and limit the maximum | andre | 2004-02-24 | 1 | -3/+6 |
* | Brucification. | bms | 2004-02-13 | 1 | -6/+3 |
* | Update the prototype for tcpsignature_apply() to reflect the spelling of | bms | 2004-02-12 | 1 | -1/+1 |
* | Initial import of RFC 2385 (TCP-MD5) digest support. | bms | 2004-02-11 | 1 | -0/+25 |
* | Limiters and sanity checks for TCP MSS (maximum segement size) | andre | 2004-01-08 | 1 | -0/+7 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | andre | 2003-11-20 | 1 | -11/+33 |
* | Add an additional check to the tcp_twrecycleable function; I had | silby | 2003-11-02 | 1 | -0/+1 |
* | - Add a new function tcp_twrecycleable, which tells us if the ISN which | silby | 2003-11-01 | 1 | -0/+2 |
* | 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 |