summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* Make tcpstates[] static, and make sure TCPSTATES is defined beforedes2007-07-301-6/+0
* Fix compilation problems- tcpstates is only available if TCPDEBUGmjacob2007-07-291-0/+6
* Provide a sysctl to toggle reporting of TCP debug logging:andre2007-07-281-8/+18
* o Move all detailed checks for RST in LISTEN state from tcp_input() toandre2007-07-281-16/+4
* Export the contents of the syncache to netstat.silby2007-07-271-0/+1
* Fix comments in tcp_do_segment().andre2007-07-251-5/+3
* Fix cast-qualifiers warning when INET6 is not presentpeter2007-07-051-2/+1
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-4/+4
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-13/+3
* Fix a case in tcp_do_segment() where tcp_update_sack_list() wouldandre2007-06-101-2/+1
* Fix style for comments, be more verbose and add some more.andre2007-06-101-23/+34
* Remove some bogosity from the SYN_SENT case in tcp_do_segmentandre2007-06-091-6/+8
* Make log messages more verbose and simpler to understand for non-experts.andre2007-05-281-46/+71
* Fix indentation of the syncache_expand() section in tcp_input().andre2007-05-281-52/+52
* Refactor and rewrite in parts the SYN handling code on listen socketsandre2007-05-281-44/+119
* Add tcp_log_addrs() function to generate and standardized TCP log lineandre2007-05-181-22/+8
* Move TIME_WAIT related functions and timer handling from filesandre2007-05-161-143/+2
* Complete the (mechanical) move of the TCP reassembly and timewaitandre2007-05-131-211/+0
* Move universally to ANSI C function declarations, with relativelyrwatson2007-05-101-1/+2
* o Fix style(9) bugs introduced in the last commit.maxim2007-05-091-3/+3
* o Unbreak "options TCPDEBUG" && "nooptions INET6" kernel build.maxim2007-05-091-0/+2
* Use existing TF_SACK_PERMIT flag in struct tcpcb t_flags field instead ofandre2007-05-061-22/+22
* o Remove redundant tcp reassembly check in header prediction codeandre2007-05-061-19/+9
* Reorder the TCP header prediction test to check for the most volatileandre2007-05-061-4/+6
* Remove the defunct remains of the TCPS_TIME_WAIT cases from tcp_do_segmentandre2007-05-061-65/+17
* Tweak comment at end of tcp_input() when calling into tcp_do_segment(): therwatson2007-05-041-3/+3
* o Fix INP lock leak in the minttl caseandre2007-04-231-5/+6
* 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
OpenPOWER on IntegriCloud