summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* compute correct window scale when recvpipe option is set in route; basedprovos2000-07-111-4/+6
* be more cautious about tcp option length field. drop bogus ones earlier.itojun2000-07-091-2/+4
* Move domain.h above so this compiles again.fgsch2000-07-061-5/+2
* - more icmp6/ip6 stats.itojun2000-07-061-2/+2
* completely remove ipv4 mapped cases from tcp_input().itojun2000-07-061-197/+239
* more cleanup for IPv4 mapped address support. there seem to be someitojun2000-07-051-97/+72
* Add comment on input MSS calculation based on previous PMTUD results,angelos2000-05-151-1/+8
* actually m_adj tries to drop tcp header part. it is better toitojun2000-04-281-2/+2
* mbuf is freed by sbappend(), move the references to th up. found by art@provos2000-04-271-3/+3
* for layer 3 protocols that does not support path MTU discoveryitojun2000-04-141-28/+40
* TCP SACK fixes via Tom Henderson (tomh@cs.berkeley.edu):provos2000-02-211-1/+3
* option TCP_NEWRENO goes away, its the default case for TCP_SACK ifprovos1999-12-211-29/+13
* be paranoid about malicious use of v4 mapped addr on v6 packet.itojun1999-12-211-1/+8
* never go into persist mode if there are still segments to be retransmitted.provos1999-12-151-24/+1
* sack.end may not be > tp->snd_max but can be equal.provos1999-12-141-2/+2
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-40/+133
* Fix tcp retransmit/persist timers, provos@ OK.hugh1999-11-151-4/+10
* Add comment about gettdb() and spl level.ho1999-11-041-1/+3
* increase tcp_iss incrementprovos1999-09-011-2/+2
* correctly update window informationprovos1999-08-311-3/+3
* more SACK hole validity testing; fix a tcp seq arithmetic bug. cmetz and me.provos1999-08-271-2/+12
* back out all recent changes, which continue to be a source for nasty bugsderaadt1999-08-061-539/+273
* Moved the m_data/m_len shave of IP and TCP headers back to its originalcmetz1999-07-281-8/+7
* Reintroduce rev 1.41 which brings us TCP signatures again, but this timeniklas1999-07-221-278/+545
* use proper Cderaadt1999-07-181-2/+2
* revert tcp_input.c to before 07/01/1999 - this seems to solve the mysteriousprovos1999-07-171-543/+272
* correct non-STDC casederaadt1999-07-131-1/+2
* Added support for TCP MD5 option (RFC 2385).cmetz1999-07-061-10/+156
* Fixed compilation problems when INET6 is enabled.cmetz1999-07-061-9/+11
* indentderaadt1999-07-031-21/+21
* Significant cleanups in the way TCP is made to handle multiple networkcmetz1999-07-021-263/+385
* removed TCPCOOKIE support.pattonme1999-06-111-151/+1
* instead of dropping out of window SYNs, send an ACK and drop afterwards.provos1999-05-241-3/+7
* From Tom Henderson <tomh@cs.berkeley.edu>:provos1999-04-211-2/+14
* add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoingprovos1999-03-271-1/+51
* when allocating sack blocks check for failing malloc(), if it failsprovos1999-02-151-5/+12
* correct rst handling should not consult ack field herehugh1999-02-091-4/+2
* init incr tcp iss from snd_nxt, not rcv_nxt; 4.4deraadt1999-02-081-2/+2
* indentderaadt1999-02-051-21/+21
* fix NEWRENO behaviour, the newreo code assumed that the send socket buffer hasprovos1999-01-271-4/+7
* reordered FIN segments caused early termination, bug introduced by ipv6 integrationniklas1999-01-271-2/+2
* IN_MULTICAST takes network order addressesniklas1999-01-151-3/+3
* Make TCP_SACK compile with new netinetniklas1999-01-111-6/+6
* netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetzderaadt1999-01-111-214/+547
* in_pcblookup() now takes ptr to both ip address argumentsderaadt1999-01-071-3/+3
* more min vs. ulmin/lmin fixesmillert1998-11-251-4/+4
* NewReno, SACK and FACK support for TCP, adapted from code for BSDIprovos1998-11-171-11/+694
* - fix three bugs pointed out in Stevens, i.a. updating timestamps correctlyprovos1998-10-281-44/+66
* indentderaadt1998-06-271-8/+11
* Add FreeBSD patch (check for SYN packets arriving at a socket inangelos1998-03-181-7/+26