summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Use uint32_t instead of n_long and n_time, and uint16_t instead of n_short.luigi2009-02-131-2/+2
* Try to remove/assimilate as much of formerly IPv4/6 specificbz2009-02-081-2/+2
* Add TCP Appropriate Byte Counting (RFC 3465) support to kernel.lstewart2009-01-151-0/+2
* Use inc_flags instead of the inc_isipv6 alias which so farbz2008-12-171-6/+4
* Another step assimilating IPv[46] PCB code - directly usebz2008-12-151-1/+1
* This main goals of this project are:qingli2008-12-151-2/+2
* De-virtualize the MD5 context for TCP initial seq number generationbz2008-12-131-10/+10
* Use the correct INIT_VNET_INET() as the virtualized variable herebz2008-12-111-1/+1
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-1/+3
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+2
* missing V_des2008-11-281-1/+1
* Merge more of currently non-functional (i.e. resolving tozec2008-11-261-11/+17
* Change the initialization methodology for global variables scheduledzec2008-11-191-12/+58
* Fix a bug introduced with r182851 splitting tcp_mss() intobz2008-11-061-1/+1
* Adopt the comment for tcp_maxmtu(); we are returning a numberbz2008-11-061-3/+3
* Add cr_canseeinpcb() doing checks using the cached socketbz2008-10-171-6/+3
* Cache so_cred as inp_cred in the inpcb.bz2008-10-041-2/+2
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-27/+72
* Implement IPv6 support for TCP MD5 Signature Option (RFC 2385)bz2008-09-131-24/+93
* To my reading there are no real consumers of ip6_plen (IPv6bz2008-09-071-1/+1
* Split tcp_mss() in tcp_mss() and tcp_mss_update() where the formerbz2008-09-071-73/+9
* V_irtualize SVN r182846 tcp_mssdflt/tcp_v6mssdflt procedure basedbz2008-09-071-4/+4
* Convert SYSCTL_INTs for tcp_mssdflt and tcp_v6mssdflt tobz2008-09-071-6/+42
* Fix some of the formatting fixes.. It's amazing how some thing stand outjulian2008-08-201-1/+1
* A bunch of formatting fixes brough to light by, or created by the Vimage commitjulian2008-08-201-8/+9
* 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
OpenPOWER on IntegriCloud