summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_var.h
Commit message (Expand)AuthorAgeFilesLines
* Fix cast-qualifiers warning when INET6 is not presentpeter2007-07-051-1/+1
* Refactor and rewrite in parts the SYN handling code on listen socketsandre2007-05-281-1/+2
* Add tcp_log_addrs() function to generate and standardized TCP log lineandre2007-05-181-0/+3
* Move TIME_WAIT related functions and timer handling from filesandre2007-05-161-0/+2
* Complete the (mechanical) move of the TCP reassembly and timewaitandre2007-05-131-0/+15
* Add the timestamp offset to struct tcptw so we can generate properandre2007-05-111-0/+1
* Remove unused requested_s_scale from struct tcpcb.andre2007-05-061-1/+0
* Use existing TF_SACK_PERMIT flag in struct tcpcb t_flags field instead ofandre2007-05-061-1/+0
* Add global mutex tcp_debug_mtx, which will protect global TCP debuggingrwatson2007-05-041-1/+1
* o Remove unncessary TOF_SIGLEN flag from struct tcpoptandre2007-04-201-6/+5
* Remove bogus check for accept queue length and associated failure handlingandre2007-04-201-1/+1
* Change the TCP timer system from using the callout system five timesandre2007-04-111-7/+3
* Remove tcp_minmssoverload DoS detection logic. The problem it tried toandre2007-03-211-5/+0
* Consolidate insertion of TCP options into a segment from within tcp_output()andre2007-03-151-8/+14
* Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigatemohans2007-02-261-0/+3
* Auto sizing TCP socket buffers.andre2007-02-011-0/+2
* Rewrite of TCP syncookies to remove locking requirements and to enhanceandre2006-09-131-4/+5
* Back when we had T/TCP support, we used to apply differentru2006-09-071-1/+1
* First step of TSO (TCP segmentation offload) support in our network stack.andre2006-09-061-2/+3
* o Backout rev. 1.125 of in_pcb.c. It appeared to behave extremelyglebius2006-09-061-0/+2
* Some cleanups and janitorial work to tcp_dooptions():andre2006-06-261-3/+8
* Move all syncache related structures to tcp_syncache.c. They are only usedandre2006-06-181-39/+4
* Rearrange fields in struct syncache and syncache_head to make them moreandre2006-06-171-5/+6
* Add locking to TCP syncache and drop the global tcpinfo lock as earlyandre2006-06-171-6/+9
* Update TCP for infrastructural changes to the socket/pcb refcount model,rwatson2006-04-011-2/+2
* Rework TCP window scaling (RFC1323) to properly scale the send windowandre2006-02-281-1/+1
* Have TCP Inflight disable itself if the RTT is below a certainandre2006-02-161-0/+1
* - Postpone SACK option processing until after PAWS checks. SACK optionps2005-06-271-3/+3
* Changes to tcp_sack_option() thatps2005-06-041-1/+2
* This is conform with the terminology inps2005-05-251-1/+1
* Replace t_force with a t_flag (TF_FORCEDATA).ps2005-05-211-1/+1
* When looking for the next hole to retransmit from the scoreboard,ps2005-05-111-1/+6
* - Make the sack scoreboard logic use the TAILQ macros. This improvesps2005-04-211-5/+2
* Ignore ICMP Source Quench messages for TCP sessions. Source Quench isandre2005-04-211-2/+0
* Fix for a TCP SACK bug where more than (win/2) bytes could have beenps2005-04-141-0/+1
* Add limits on the number of elements in the sack scoreboard bothps2005-03-091-0/+1
* Remove 2 (SACK) fields from the tcpcb. These are only used by aps2005-02-171-3/+1
* o Add handling of an IPv4-mapped IPv6 address.maxim2005-02-141-5/+0
* o Implement net.inet.tcp.drop sysctl and userland part, tcpdrop(8)maxim2005-02-061-1/+7
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Remove the now unused tcp_canceltimers() function. tcpcb timers arerwatson2004-12-231-1/+0
* Remove RFC1644 T/TCP support from the TCP side of the network stack.andre2004-11-021-40/+0
* Shave 40 unused bytes from struct tcpcb.andre2004-10-221-1/+0
* - Estimate the amount of data in flight in sack recovery and use itps2004-10-051-1/+4
* White space cleanup for netinet before branch:rwatson2004-08-161-13/+13
* The tcp syncache code was leaving the IPv6 flowlabel uninitialiseddwmalone2004-07-171-0/+1
* Whitespace.bms2004-06-251-3/+3
* Add support for TCP Selective Acknowledgements. The work for thisps2004-06-231-1/+48
* Tighten up reset handling in order to make reset attacks as difficult assilby2004-04-261-0/+1
* Fix a typo in a comment.bms2004-04-201-1/+1
OpenPOWER on IntegriCloud