summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_var.h
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
* MFC r202469:Bjoern A. Zeeb2010-01-241-1/+0
* MFC r184722:Bjoern A. Zeeb2010-01-061-1/+1
* MFC r182851:Bjoern A. Zeeb2010-01-061-0/+1
* Merge r185855 from head to stable/7:Robert Watson2008-12-111-25/+33
* make tcp_var.h independent of sockopt.hKip Macy2008-07-311-0/+2
* MFC TOE definesKip Macy2008-07-301-1/+4
* MFC: rev. 1.162Bjoern A. Zeeb2008-04-221-5/+2
* MFC rev 1.160; Change tcp options order back to how it wasMike Silbersack2008-03-111-2/+5
* Add padding for anticipated functionalityKip Macy2007-12-071-0/+1
* Two changes:Mike Silbersack2007-09-241-5/+1
* Back out tcp_timer.c:1.93 and associated changes that reimplemented the manyRobert Watson2007-09-071-1/+5
* Provide a sysctl to toggle reporting of TCP debug logging:Andre Oppermann2007-07-281-0/+1
* Export the contents of the syncache to netstat.Mike Silbersack2007-07-271-8/+0
* Fix cast-qualifiers warning when INET6 is not presentPeter Wemm2007-07-051-1/+1
* Refactor and rewrite in parts the SYN handling code on listen socketsAndre Oppermann2007-05-281-1/+2
* Add tcp_log_addrs() function to generate and standardized TCP log lineAndre Oppermann2007-05-181-0/+3
* Move TIME_WAIT related functions and timer handling from filesAndre Oppermann2007-05-161-0/+2
* Complete the (mechanical) move of the TCP reassembly and timewaitAndre Oppermann2007-05-131-0/+15
* Add the timestamp offset to struct tcptw so we can generate properAndre Oppermann2007-05-111-0/+1
* Remove unused requested_s_scale from struct tcpcb.Andre Oppermann2007-05-061-1/+0
* Use existing TF_SACK_PERMIT flag in struct tcpcb t_flags field instead ofAndre Oppermann2007-05-061-1/+0
* Add global mutex tcp_debug_mtx, which will protect global TCP debuggingRobert Watson2007-05-041-1/+1
* o Remove unncessary TOF_SIGLEN flag from struct tcpoptAndre Oppermann2007-04-201-6/+5
* Remove bogus check for accept queue length and associated failure handlingAndre Oppermann2007-04-201-1/+1
* Change the TCP timer system from using the callout system five timesAndre Oppermann2007-04-111-7/+3
* Remove tcp_minmssoverload DoS detection logic. The problem it tried toAndre Oppermann2007-03-211-5/+0
* Consolidate insertion of TCP options into a segment from within tcp_output()Andre Oppermann2007-03-151-8/+14
* Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigateMohan Srinivasan2007-02-261-0/+3
* Auto sizing TCP socket buffers.Andre Oppermann2007-02-011-0/+2
* Rewrite of TCP syncookies to remove locking requirements and to enhanceAndre Oppermann2006-09-131-4/+5
* Back when we had T/TCP support, we used to apply differentRuslan Ermilov2006-09-071-1/+1
* First step of TSO (TCP segmentation offload) support in our network stack.Andre Oppermann2006-09-061-2/+3
* o Backout rev. 1.125 of in_pcb.c. It appeared to behave extremelyGleb Smirnoff2006-09-061-0/+2
* Some cleanups and janitorial work to tcp_dooptions():Andre Oppermann2006-06-261-3/+8
* Move all syncache related structures to tcp_syncache.c. They are only usedAndre Oppermann2006-06-181-39/+4
* Rearrange fields in struct syncache and syncache_head to make them moreAndre Oppermann2006-06-171-5/+6
* Add locking to TCP syncache and drop the global tcpinfo lock as earlyAndre Oppermann2006-06-171-6/+9
* Update TCP for infrastructural changes to the socket/pcb refcount model,Robert Watson2006-04-011-2/+2
* Rework TCP window scaling (RFC1323) to properly scale the send windowAndre Oppermann2006-02-281-1/+1
* Have TCP Inflight disable itself if the RTT is below a certainAndre Oppermann2006-02-161-0/+1
* - Postpone SACK option processing until after PAWS checks. SACK optionPaul Saab2005-06-271-3/+3
* Changes to tcp_sack_option() thatPaul Saab2005-06-041-1/+2
* This is conform with the terminology inPaul Saab2005-05-251-1/+1
* Replace t_force with a t_flag (TF_FORCEDATA).Paul Saab2005-05-211-1/+1
* When looking for the next hole to retransmit from the scoreboard,Paul Saab2005-05-111-1/+6
* - Make the sack scoreboard logic use the TAILQ macros. This improvesPaul Saab2005-04-211-5/+2
* Ignore ICMP Source Quench messages for TCP sessions. Source Quench isAndre Oppermann2005-04-211-2/+0
* Fix for a TCP SACK bug where more than (win/2) bytes could have beenPaul Saab2005-04-141-0/+1
* Add limits on the number of elements in the sack scoreboard bothPaul Saab2005-03-091-0/+1