summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-98/+99
* When allocating temporary storage to hold a TCP/IP packet headerrwatson2008-06-021-10/+6
* Read lock rather than write lock TCP inpcbs in monitoring sysctls. Inrwatson2008-05-291-35/+31
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-1/+7
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-29/+29
* Incorporate TCP offload hooks in to core TCP code.kmacy2007-12-181-2/+9
* Correctly get the authentication key for TCP-MD5 from the SA.bz2007-11-281-1/+1
* More carefully handle various cases in sysctl_drop(), such as unlockingrwatson2007-11-241-3/+7
* 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
* Disable TCP syncache debug logging by default. While useful in debuggingrwatson2007-10-051-1/+1
* Two changes:silby2007-09-241-12/+12
* Back out tcp_timer.c:1.93 and associated changes that reimplemented the manyrwatson2007-09-071-12/+12
* Use the sequence number comparison macro to compareqingli2007-08-161-2/+2
* Change TCPTV_MIN to be independent of HZ. While it was documented topeter2007-07-311-0/+2
* Provide a sysctl to toggle reporting of TCP debug logging:andre2007-07-281-0/+8
* Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and removerwatson2007-07-281-6/+2
* Export the contents of the syncache to netstat.silby2007-07-271-5/+13
* Fix a second warning, introduced by my last "fix". I committed the wrongpeter2007-07-051-2/+2
* Fix cast-qualifiers warning when INET6 is not presentpeter2007-07-051-1/+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-11/+2
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-4/+2
* Don't assign sp to the value of s when we're about to assign it instead torwatson2007-05-271-1/+1
* In tcp_log_addrs():andre2007-05-231-5/+7
* Add tcp_log_addrs() function to generate and standardized TCP log lineandre2007-05-181-0/+89
* Move TIME_WAIT related functions and timer handling from filesandre2007-05-161-1/+0
* Complete the (mechanical) move of the TCP reassembly and timewaitandre2007-05-131-352/+2
* Make the TCP timer callout obtain Giant if the network stack is markedandre2007-05-111-2/+6
* Add the timestamp offset to struct tcptw so we can generate properandre2007-05-111-3/+6
* Move universally to ANSI C function declarations, with relativelyrwatson2007-05-101-3/+3
* When setting up timewait state for a TCP connection, don't hold therwatson2007-05-071-1/+1
* Use existing TF_SACK_PERMIT flag in struct tcpcb t_flags field instead ofandre2007-05-061-2/+3
* Rename some fields of struct inpcbinfo to have the ipi_ prefix,rwatson2007-04-301-7/+8
* Make tcp_twrespond() use tcp_addoptions() instead of a home grown version.andre2007-04-181-11/+6
* Change the TCP timer system from using the callout system five timesandre2007-04-111-15/+14
* Retire unused TCP_SACK_DEBUG.andre2007-04-041-1/+0
* ANSIfy function declarations and remove register keywords for variables.andre2007-03-211-4/+4
* Remove tcp_minmssoverload DoS detection logic. The problem it tried toandre2007-03-211-12/+0
* Match up SYSCTL declaration style.andre2007-03-191-12/+14
* Remove unused and #if 0'd net.inet.tcp.tcp_rttdflt sysctl.rwatson2007-03-161-6/+0
* Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigatemohans2007-02-261-0/+1
* Whitespace fix and remove an extra cast.jhb2006-12-301-1/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-2/+5
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* o Convert w/spaces to tabs in the previous commit.maxim2006-09-291-3/+3
* Rather than autoscaling the number of TIME_WAIT sockets to maxsockets / 5,silby2006-09-291-8/+24
* Add a sysctl net.inet.tcp.nolocaltimewait that allows to suppressglebius2006-09-081-4/+15
* Back when we had T/TCP support, we used to apply differentru2006-09-071-3/+2
* First step of TSO (TCP segmentation offload) support in our network stack.andre2006-09-061-5/+19
OpenPOWER on IntegriCloud