summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* o Remove unncessary TOF_SIGLEN flag from struct tcpoptandre2007-04-201-1/+2
* Add more KASSERT's.andre2007-04-201-0/+4
* Remove bogus check for accept queue length and associated failure handlingandre2007-04-201-16/+10
* Simplifly syncache_expand() and clarify its semantics. Zero is returnedandre2007-04-201-8/+8
* Remove unused variable tcbinfo_mtx.rwatson2007-04-151-1/+0
* Change the TCP timer system from using the callout system five timesandre2007-04-111-30/+22
* Add INP_INFO_UNLOCK_ASSERT() and use it in tcp_input(). Also add someandre2007-04-041-0/+3
* Move last tcpcb initialization for the inbound connection case fromandre2007-04-041-10/+2
* Retire unused TCP_SACK_DEBUG.andre2007-04-041-1/+0
* In tcp_dooptions() skip over SACK options if it is a SYN segment.andre2007-04-041-0/+2
* When blackholing do a 'dropunlock' in the new world order to prevent theandre2007-03-281-1/+1
* o Use a define for a buffer size.maxim2007-03-241-1/+10
* Split tcp_input() into its two functional parts:andre2007-03-231-132/+208
* Tidy up some code to conform better to surroundings and style(9), 0 = NULLandre2007-03-231-17/+16
* Bring SACK option handling in tcp_dooptions() in line with all otherandre2007-03-231-4/+7
* ANSIfy function declarations and remove register keywords for variables.andre2007-03-211-50/+24
* Tidy up IPFIREWALL_FORWARD sections and comments.andre2007-03-211-4/+3
* Update and clarify comments in first section of tcp_input().andre2007-03-211-15/+13
* Tidy up the ACCEPTCONN section of tcp_input(), ajust comments and removeandre2007-03-211-57/+27
* Tidy up tcp_log_in_vain and blackhole.andre2007-03-211-44/+31
* Make TCP_DROP_SYNFIN a standard part of TCP. Disabled by default itandre2007-03-211-5/+0
* Remove tcp_minmssoverload DoS detection logic. The problem it tried toandre2007-03-211-59/+0
* Match up SYSCTL declaration style.andre2007-03-191-14/+15
* Consolidate insertion of TCP options into a segment from within tcp_output()andre2007-03-151-2/+2
* This patch is provided to fix a couple of deployment issues observedqingli2007-03-071-5/+7
* In the SYN_SENT case, Initialize the snd_wnd before the call to tcp_mss().mohans2007-02-281-3/+2
* Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigatemohans2007-02-261-1/+5
* Rename two identically named log_in_vain variables: tcp_input.c's staticrwatson2007-02-201-4/+4
* Auto sizing TCP socket buffers.andre2007-02-011-3/+81
* MFp4: 92972, 98913 + one more changebz2006-12-121-3/+7
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* fix calculating to_tsecr... This prevents the rtt calculations fromjmg2006-09-261-1/+1
* Always set the IP version in the TCP input path, to preservebms2006-09-231-2/+0
* Rewrite of TCP syncookies to remove locking requirements and to enhanceandre2006-09-131-6/+16
* Back when we had T/TCP support, we used to apply differentru2006-09-071-2/+2
* First step of TSO (TCP segmentation offload) support in our network stack.andre2006-09-061-4/+9
* Fixes an edge case bug in timewait handling where ticks rolling over causingmohans2006-08-111-1/+1
* Use INPLOOKUP_WILDCARD instead of just 1 more consistently.bz2006-06-291-3/+6
* Some cleanups and janitorial work to tcp_syncache:andre2006-06-261-0/+1
* Some cleanups and janitorial work to tcp_dooptions():andre2006-06-261-19/+25
* When we receive an out-of-window SYN for an "ESTABLISHED" connection,dwmalone2006-06-191-0/+2
* Add locking to TCP syncache and drop the global tcpinfo lock as earlyandre2006-06-171-6/+9
* Allow for nmbclusters and maxsockets to be increased via sysctl.ps2006-04-211-0/+10
* Modify tcp_timewait() to accept an inpcb reference, not a tcptwrwatson2006-04-091-11/+12
* Don't unlock a timewait structure if the pointer is NULL inrwatson2006-04-051-1/+2
* Before dereferencing intotw() when INP_TIMEWAIT, check for inp_ppcb beingrwatson2006-04-041-0/+9
* Change inp_ppcb from caddr_t to void *, fix/remove associated relatedrwatson2006-04-031-2/+1
* Update TCP for infrastructural changes to the socket/pcb refcount model,rwatson2006-04-011-1/+1
* Explicitly assert socket pointer is non-NULL in tcp_input() so as torwatson2006-03-261-3/+4
* Rework TCP window scaling (RFC1323) to properly scale the send windowandre2006-02-281-19/+20
OpenPOWER on IntegriCloud