Merge from FreeBSD:
[dragonfly.git] / sys / netinet / tcp_input.c
2004-12-08 Jeffrey HsuCache a pointer the last mbuf in the sockbuf for faster...
2004-12-04 Jeffrey HsuAccept resets sent while the receive window is zero.
2004-12-04 Jeffrey HsuHandle window updates inside header prediction to incre...
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-18 Matthew DillonRe-enable SACK by default. Jeff fixed the corruption...
2004-11-17 Jeffrey HsuProperly propagate the FIN flag from the following...
2004-11-17 Jeffrey HsuFix bug with wrong length being used when coalescing...
2004-11-17 Matthew DillonTemporarily change the net.inet.tcp.sack default from...
2004-11-14 Joerg SonnenbergerMerge from vendor branch GDB:
2004-11-14 Jeffrey HsuImplement SACK.
2004-11-10 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2004-11-10 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-10-24 Joerg SonnenbergerMerge from vendor branch GDB:
2004-10-23 Joerg SonnenbergerMerge from vendor branch READLINE:
2004-10-23 Joerg SonnenbergerMerge from vendor branch ZLIB:
2004-10-15 Jeffrey HsuUpdate includes now that the Fast IPSec code has moved...
2004-09-20 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2004-08-31 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-30 Scott UllrichMerge from vendor branch OPENSSH:
2004-08-29 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-14 Jeffrey HsuMove a comment to the right place.
2004-08-11 Matthew DillonAdd a state to sanity check tcp_close() to make sure...
2004-08-08 Jeffrey HsuGet cosmetic changes out of the way before committing...
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-08-03 Matthew Dillontcp_input()'s DELAY_ACK() code checks to see if the...
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-27 David RhodusCorrect line wrap.
2004-07-17 Jeffrey HsuReadability changes, mostly removing the option to...
2004-07-08 Jeffrey HsuAdd the standard DragonFly copyright notice to go along...
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-06 Jeffrey HsuDetect and foil optimistic ACK attack with forced slow...
2004-06-03 Joerg SonnenbergerMake pr_input use variadic arguments for anything but...
2004-05-20 Jeffrey HsuTrade off more writes for a simpler check for when...
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-04-22 Matthew DillonM_NOWAIT to mostly M_INTWAIT conversions, with a splatt...
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-13 Matthew Dillonget rid of TCP_DISTRIBUTED_TCBINFO, it only added confu...
2004-04-07 Matthew DillonMake TCP stats per-cpu.
2004-04-05 Matthew Dillonper-cpu tcbinfo[]s aren't ready for prime time yet...
2004-03-22 Jeffrey HsuConsolidate length checks in ip_demux().
2004-03-21 Jeffrey HsuCosmetic cleanup.
2004-03-09 Jeffrey HsuClarify strange ipfw byte ordering convention.
2004-03-08 Jeffrey HsuPartition the TCP connection table.
2004-03-08 Jeffrey HsuImplement Early Retransmit.
2004-03-06 Jeffrey HsuRemove unused second argument to ip_stripoptions().
2004-03-06 Jeffrey HsuChange the "struct inpcbhead *listhead" field in "struc...
2004-03-02 Robert GarrettPatch forr FreeBSD-SA-04:04.tcp
2004-02-25 Jeffrey HsuRelax a KASSERT condition to allow for a valid corner...
2004-02-14 Matthew DillonMove <machine/in_cksum.h> to <sys/in_cksum.h>. This...
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2003-10-19 Jeffrey HsuUnravel a nested conditional.
2003-09-13 Matthew DillonCleanup. Remove unused variable.
2003-09-02 Jeffrey HsuAccount for when Limited Transmit is not congestion...
2003-08-14 Jeffrey HsuMake the logic clear on when to use Eifel detection...
2003-08-13 Jeffrey HsuImplement the Eifel Dectection Algorithm for TCP (RFC...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-24 Jeffrey HsuAdd support for RFC 3390, which allows for a variable...
2003-07-24 Matthew DillonHere is an implementation of Limited Transmit (RFC...
2003-07-23 Matthew DillonMerge from FreeBSD 2003/07/15 15:49:53 PDT commit to...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: