summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_subr.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Fast IPsecSam Leffler2003-01-241-0/+8
* MFC: m_tag supportSam Leffler2003-01-231-8/+3
* MFC tcp_subr.c 1.147, make the bandwidth delay product algorithm'sMatthew Dillon2002-12-171-1/+11
* MFC the TCP bandwidth-based window limiting code. Default operation isMatthew Dillon2002-08-241-0/+162
* MFC sysctls to control the TCP retransmit timer. Temporarily defaultMatthew Dillon2002-08-161-1/+3
* MFC rev 1.134Jesper Skriver2002-07-141-1/+1
* MFCMike Silbersack2002-04-141-27/+3
* MFC 1.119: In tcp_respond(), correctly reset returned IPv6Hajimu UMEMOTO2002-02-261-0/+3
* MFC: syncache support.Jonathan Lemon2001-12-141-41/+46
* Much delayed but now present: RFC 1948 style sequence numbersMike Silbersack2001-08-221-69/+94
* MFC: 1.110-1.112: fix style/warning in tcp_new_isn()Peter Wemm2001-07-301-11/+9
* MFC: 1.110: s/OpemBSD/OpenBSD/Peter Wemm2001-07-301-1/+1
* MFC: the TUNABLE_*() API update, but I have left a backwards compatabilityPeter Wemm2001-07-261-2/+2
* MFC: Runetime tuneable tcp initial sequence number generation schemes.Mike Silbersack2001-07-081-0/+25
* MFC of tcp template removal + jlemon's patch to improve headerMike Silbersack2001-07-071-50/+60
* MFC 1.105: made sure to use the correct sa_len for rtalloc().Hajimu UMEMOTO2001-07-041-2/+2
* MFC: Sync with recent KAME.Hajimu UMEMOTO2001-07-031-37/+28
* MFC: Removal of TCP_COMPAT_42Mike Silbersack2001-06-221-7/+0
* MFC: Better TCP initial sequence number randomness from OpenBSD.Kris Kennaway2001-04-181-1/+61
* MFCJesper Skriver2001-03-291-1/+2
* MFC:David E. O'Brien2001-03-051-1/+0
* MFC: r1.93; drop TCP connection on conversion of soft error to hard error.Jonathan Lemon2001-03-011-3/+7
* MFC: r1.80; relocate do_tcpdrain sysctl.Jonathan Lemon2001-03-011-2/+2
* MFC: new handling of ICMP packetsJonathan Lemon2001-03-011-16/+49
* MFC:Jesper Skriver2001-02-241-3/+14
* MFC: be careful on mbuf overrun on ctlinput.Hajimu UMEMOTO2000-10-311-1/+6
* MFC: Use stronger randomness for TCP_ISSINCR and tcp_issKris Kennaway2000-09-291-1/+1
* MFC:Jayanth Vijayaraghavan2000-08-161-0/+12
* MFC: Sanitize SYSCTL_HANDLER_ARGS.Paul Saab2000-08-031-3/+3
* MFC: Merge KAME 2000/07/01 code.Kris Kennaway2000-07-151-8/+4
* MFC: delayed checksum work. This also brings the mbuf size up to 256.Jonathan Lemon2000-05-051-21/+19
* Limit the maximum permissible TCP window size to 65535 octets ifPaul Saab2000-02-281-1/+4
* Fix the bug that IPv4 ttl is not initialized when AF_INET6 socket is usedYoshinobu Inoue2000-01-251-8/+5
* Fixed the problem that IPsec connection hangs when bigger data is sent.Yoshinobu Inoue2000-01-151-0/+1
* Added missing 'else' for 'if (isipv6)' at IPv6 length setting in tcp_respond().Yoshinobu Inoue2000-01-151-1/+1
* Removed wrong(unnecessary) & operators for pointer, in ipsec_hdrsiz_tcp().Yoshinobu Inoue2000-01-151-2/+2
* Clear rt after RTFREE. This might have sometime caused kernel panic at rtfree()Yoshinobu Inoue2000-01-131-1/+4
* removed incorrect ip6 length setting for IPv6 tcp reset packet.Yoshinobu Inoue2000-01-131-1/+0
* tcp updates to support IPv6.Yoshinobu Inoue2000-01-091-68/+500
* Make tcp_drain() actually do something. When invoked (usually as aMike Smith1999-12-281-0/+29
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-2/+2
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-0/+1
* KAME related header files additions and merges.Yoshinobu Inoue1999-11-051-0/+6
* Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually.Brian Feldman1999-09-191-4/+2
* Restructure TCP timeout handling:Jonathan Lemon1999-08-301-3/+35
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add readonly OID ``net.inet.tcp.tcbhashsize'' so it is possible toJonathan Lemon1999-08-261-1/+6
* Two new sysctls: net.inet.tcp.getcred and net.inet.udp.getcred. These takeBrian Feldman1999-07-111-1/+33
* Use the new tunable macros for the net.inet.tcp.tcbhashsize tunable.Mike Smith1999-07-051-3/+2
* Close a race window where a tcp socket is closed while tcp_pcblist isTor Egge1999-06-161-2/+7