summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo and while here another one.bz2008-11-061-2/+2
* Fix a bug introduced with r182851 splitting tcp_mss() intobz2008-11-061-9/+10
* Fix a bug introduced with r182851 splitting tcp_mss() intobz2008-11-061-1/+9
* In both dropwithreset paths in tcp_input.c, drop the tcbinfo lockrwatson2008-10-261-18/+4
* Remove endearing but syntactically unnecessary "return;" statementsrwatson2008-10-261-3/+0
* Don't pass curthread to sbreserve_locked() in tcp_do_segment(), as therwatson2008-10-071-1/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-24/+40
* As a follow-on to r183323, correct another case where ip_output() wasrwatson2008-09-251-1/+17
* When dropping a packet and issuing a reset during TCP segment handling,rwatson2008-09-241-5/+12
* Work around an integer division resulting in 0 and thus thebz2008-09-091-1/+3
* Split tcp_mss() in tcp_mss() and tcp_mss_update() where the formerbz2008-09-071-15/+56
* A bunch of formatting fixes brough to light by, or created by the Vimage commitjulian2008-08-201-3/+3
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-115/+116
* MFp4 (//depot/projects/tcpecn/):rpaulo2008-07-311-13/+84
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-0/+1
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-20/+20
* Add further TCP inpcb locking assertions to some TCP input code paths.rwatson2008-04-071-0/+11
* Some "cleanup" of tcp_mss():bz2008-03-021-8/+4
* Fix indentation (whitespace changes only).bz2008-03-011-4/+4
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-1/+3
* Improve the debugging message:silby2007-10-071-2/+2
* Make sure that either inp is NULL or we have obtained a lock on it beforekensmith2007-09-101-13/+13
* 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
OpenPOWER on IntegriCloud