summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_reass.c
Commit message (Expand)AuthorAgeFilesLines
* Complete the (mechanical) move of the TCP reassembly and timewaitAndre Oppermann2007-05-131-31/+2
* Drop everything that doesn't belong into this new file.Andre Oppermann2007-05-111-2980/+0
* Move universally to ANSI C function declarations, with relativelyRobert Watson2007-05-101-1/+2
* o Fix style(9) bugs introduced in the last commit.Maxim Konovalov2007-05-091-3/+3
* o Unbreak "options TCPDEBUG" && "nooptions INET6" kernel build.Maxim Konovalov2007-05-091-0/+2
* Use existing TF_SACK_PERMIT flag in struct tcpcb t_flags field instead ofAndre Oppermann2007-05-061-22/+22
* o Remove redundant tcp reassembly check in header prediction codeAndre Oppermann2007-05-061-19/+9
* Reorder the TCP header prediction test to check for the most volatileAndre Oppermann2007-05-061-4/+6
* Remove the defunct remains of the TCPS_TIME_WAIT cases from tcp_do_segmentAndre Oppermann2007-05-061-65/+17
* Tweak comment at end of tcp_input() when calling into tcp_do_segment(): theRobert Watson2007-05-041-3/+3
* o Fix INP lock leak in the minttl caseAndre Oppermann2007-04-231-5/+6
* o Remove unncessary TOF_SIGLEN flag from struct tcpoptAndre Oppermann2007-04-201-1/+2
* Add more KASSERT's.Andre Oppermann2007-04-201-0/+4
* Remove bogus check for accept queue length and associated failure handlingAndre Oppermann2007-04-201-16/+10
* Simplifly syncache_expand() and clarify its semantics. Zero is returnedAndre Oppermann2007-04-201-8/+8
* Remove unused variable tcbinfo_mtx.Robert Watson2007-04-151-1/+0
* Change the TCP timer system from using the callout system five timesAndre Oppermann2007-04-111-30/+22
* Add INP_INFO_UNLOCK_ASSERT() and use it in tcp_input(). Also add someAndre Oppermann2007-04-041-0/+3
* Move last tcpcb initialization for the inbound connection case fromAndre Oppermann2007-04-041-10/+2
* Retire unused TCP_SACK_DEBUG.Andre Oppermann2007-04-041-1/+0
* In tcp_dooptions() skip over SACK options if it is a SYN segment.Andre Oppermann2007-04-041-0/+2
* When blackholing do a 'dropunlock' in the new world order to prevent theAndre Oppermann2007-03-281-1/+1
* o Use a define for a buffer size.Maxim Konovalov2007-03-241-1/+10
* Split tcp_input() into its two functional parts:Andre Oppermann2007-03-231-132/+208
* Tidy up some code to conform better to surroundings and style(9), 0 = NULLAndre Oppermann2007-03-231-17/+16
* Bring SACK option handling in tcp_dooptions() in line with all otherAndre Oppermann2007-03-231-4/+7
* ANSIfy function declarations and remove register keywords for variables.Andre Oppermann2007-03-211-50/+24
* Tidy up IPFIREWALL_FORWARD sections and comments.Andre Oppermann2007-03-211-4/+3
* Update and clarify comments in first section of tcp_input().Andre Oppermann2007-03-211-15/+13
* Tidy up the ACCEPTCONN section of tcp_input(), ajust comments and removeAndre Oppermann2007-03-211-57/+27
* Tidy up tcp_log_in_vain and blackhole.Andre Oppermann2007-03-211-44/+31
* Make TCP_DROP_SYNFIN a standard part of TCP. Disabled by default itAndre Oppermann2007-03-211-5/+0
* Remove tcp_minmssoverload DoS detection logic. The problem it tried toAndre Oppermann2007-03-211-59/+0
* Match up SYSCTL declaration style.Andre Oppermann2007-03-191-14/+15
* Consolidate insertion of TCP options into a segment from within tcp_output()Andre Oppermann2007-03-151-2/+2
* This patch is provided to fix a couple of deployment issues observedQing Li2007-03-071-5/+7
* In the SYN_SENT case, Initialize the snd_wnd before the call to tcp_mss().Mohan Srinivasan2007-02-281-3/+2
* Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigateMohan Srinivasan2007-02-261-1/+5
* Rename two identically named log_in_vain variables: tcp_input.c's staticRobert Watson2007-02-201-4/+4
* Auto sizing TCP socket buffers.Andre Oppermann2007-02-011-3/+81
* MFp4: 92972, 98913 + one more changeBjoern A. Zeeb2006-12-121-3/+7
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* fix calculating to_tsecr... This prevents the rtt calculations fromJohn-Mark Gurney2006-09-261-1/+1
* Always set the IP version in the TCP input path, to preserveBruce M Simpson2006-09-231-2/+0
* Rewrite of TCP syncookies to remove locking requirements and to enhanceAndre Oppermann2006-09-131-6/+16
* Back when we had T/TCP support, we used to apply differentRuslan Ermilov2006-09-071-2/+2
* First step of TSO (TCP segmentation offload) support in our network stack.Andre Oppermann2006-09-061-4/+9
* Fixes an edge case bug in timewait handling where ticks rolling over causingMohan Srinivasan2006-08-111-1/+1
* Use INPLOOKUP_WILDCARD instead of just 1 more consistently.Bjoern A. Zeeb2006-06-291-3/+6
* Some cleanups and janitorial work to tcp_syncache:Andre Oppermann2006-06-261-0/+1