summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_subr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Increase TCP's initial window to 10 * MSS or 14600 bytes as proposed inclaudio2012-03-101-2/+2
* for key material that is being being discarded, convert bzero() toderaadt2011-01-111-2/+2
* Fix the naming of interfaces and variables for rdomains and rtablesguenther2010-07-031-16/+7
* Replace pool_get() + bzero() with pool_get(..., PR_ZERO).chl2010-01-151-3/+2
* Extend the protosw pr_ctlinput function to include the rdomain. This isclaudio2009-11-131-7/+15
* rtables are stacked on rdomains (it is possible to have multiple routingclaudio2009-11-031-3/+2
* sockets created via a listening socket lose the rdomain and fail to workclaudio2009-08-101-3/+3
* Initial support for routing domains. This allows to bind interfaces toclaudio2009-06-051-4/+7
* rename arc4random_bytes => arc4random_buf to match libc's nicer name;djm2008-06-091-2/+2
* remove tcp_drain code since it's not longer used; ok henning, feedback thibmarkus2008-05-061-22/+1
* remove old unused TCP isn code; ok henning, dhartmei, mcbridemarkus2008-02-201-48/+1
* when creating a response, use the correct TCP header instead ofmarkus2008-02-201-64/+52
* TCP_COMPAT_42 was last used in 1997. Kill it.deraadt2007-11-271-5/+1
* arc4random_bytes() is the preferred interface for generating nonces;djm2007-09-181-2/+2
* since thehenning2007-09-011-1/+2
* merge tcp_set_iss() and tcp_set_tsm(); ok mcbride, djm (on earlier version)markus2007-06-251-46/+13
* Drop the current random timestamps and the current ISN generationmarkus2007-06-151-7/+71
* apply the "skip ipsec if there are no flows" speedup diff to IPv6 too.henning2007-06-011-2/+3
* tcp_iss usage is ifdef TCP_COMPAT_42, so the variable decl can be tooderaadt2007-05-091-1/+3
* variables used by #ifdef code should be inside #ifdef tooderaadt2007-05-081-1/+5
* With the exception of two other small uncommited diffs this movesbrad2006-03-041-2/+2
* Enable RFC3390 by default and remove a few compile time options whichbrad2005-09-281-24/+5
* change the TCP reass queue from LIST to TAILQ;markus2005-08-021-7/+7
* implement PMTU checks frommarkus2005-06-301-3/+40
* Ignore ICMP Source Quench messages meant for TCP connections. (Details infgont2005-05-241-17/+11
* - check th_ack against snd_una/max; from Raja Mukerji via hugh@markus2005-03-041-1/+5
* 1. tcp_xmit_timer(): remove extra rtt decrement (t_rtttime is 0-basedmarkus2005-02-271-2/+3
* Make sure bogus values don't make their way into tcp_xmit_timer() calculations.mcbride2005-01-101-2/+2
* fix for race between invocation for timer and network inputmarkus2004-11-251-3/+18
* Modulate tcp_now by a random amount on a per-connection basis.mcbride2004-10-281-2/+1
* verify th_seq in icmp errors; report Fernando Gont; ok mcbride@, dhartmei@markus2004-08-101-31/+53
* First step towards more sane time handling in the kernel -- this changestholo2004-06-211-3/+3
* factor out md5 code; ok+tests henning@, djm@, hshoexer@markus2004-06-081-1/+76
* Replace RSA-derived md5 code with code derived from Colin Plumb's PD version.millert2004-05-071-2/+2
* The tcp specific routing metrics are almost never used so reduce the routingclaudio2004-05-041-111/+1
* - allow the user to force the TCP mss below the fail-safe 216 with a lowfrantzen2004-04-261-8/+10
* limit total number of queued out-of-order packets to NMBCLUSTERS/2; ok mcbridemarkus2004-03-021-4/+8
* implement tcp_drain() similar to ip_drain(); ok mcbride@markus2004-02-271-1/+16
* !sack_disable -> sack_enable; ok deraadt@markus2004-01-311-2/+2
* support for RFC3390 (Increasing TCP's Initial Window); ok deraadt, itojunmarkus2004-01-291-1/+2
* don't restrict tcp signature keys to ascii; ok mcbridemarkus2004-01-091-23/+1
* import netbsd's version of David Borman's syncache codemarkus2004-01-061-5/+37
* de-register. deraadt okitojun2003-12-101-17/+17
* add in(6)_pcblookup_listen() and replace all calls to in_pcblookup()markus2003-11-041-9/+7
* use random number generator to generate IPv6 fragment ID/flowlabel.itojun2003-10-011-2/+2
* do not flip ip_len/ip_off in netinet stack. deraadt ok.itojun2003-07-091-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Nuke a whole bunch of commons; ok tedu (still more to come *sigh*)jason2003-05-121-1/+4
* Fix a problem where passing NULL as a pointer with varargs does not promotepefo2002-08-281-4/+3
* whitespaceitojun2002-06-091-18/+18