tcp: Stringent TSO segment length assertion.
[dragonfly.git] / sys / netinet / tcp_output.c
2012-08-16 Sepherosa Ziehautcp: Stringent TSO segment length assertion.
2012-08-01 Sepherosa Ziehaumbuf: segsz -> tso_segsz, which is more expressive
2012-08-01 Sepherosa Ziehaumbuf: Save linker layer, IP and TCP/UDP header length
2012-07-30 Sepherosa Ziehautcp: Add TSO support for IPv4
2012-06-27 Sepherosa Ziehautcp: Add XMITNOW which bypasses the Nagle algorithm...
2012-06-15 Sepherosa Ziehautcp_output: Always clear TF_ACKNOW before returning
2012-05-16 Sepherosa Ziehautcp: Use TAILQ for segments reassemble queue
2012-04-28 Sascha Wildnerkernel: Remove newlines from the panic messages that...
2012-04-18 Sepherosa Ziehautcp: Correct sending idle detection and implement part...
2012-04-11 Sepherosa Ziehautcp: RW=min(IW,cwnd) is standardized in RFC5681
2012-03-28 Sepherosa Ziehautcp/sack: Add more statistics
2012-03-16 Sepherosa Ziehautcp: More RFC 3390 conforming
2012-01-12 Sepherosa Ziehautcp_output: Move output mbuf related variables' cleanup...
2012-01-01 Matthew Dillonkernel - Fix ENOBUFS related panic in tcp_output
2011-12-13 Sepherosa Ziehautcp: Fix the long standing negative offset panic on...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-07-27 Matthew Dillonkernel - Fix ENOBUFS related panic in tcp_output()
2011-07-09 Matthew Dillonkernel - Fix improper persist state in tcp
2011-07-09 Matthew Dillonkernel - Fix improper persist state in tcp
2011-01-15 Sepherosa Ziehautcp: Don't panic if persist timer is started in CLOSED...
2010-12-21 Sepherosa Ziehautcp: Don't allow persist timer if TCP connection is...
2010-09-09 Matthew Dillonkernel - MPSAFE the protocol drain routines
2010-09-06 Matthew Dillonkernel - Fix numerous MP issues with sockbuf's and...
2010-09-06 Matthew Dillonkernel - Port TCP-MD5 (RFC 2385) implementation.
2009-12-11 Aggelos EconomopoulosKill T/TCP
2009-08-22 Matthew DillonAMD64 - Fix unsigned promotion that was meant to be...
2009-08-22 Matthew DillonTCP - Fix problems with dynamic receiver and sender...
2009-07-26 Peter AvalosImplement autosizing TCP socket buffers.
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2008-12-27 Sepherosa ZiehauTCP socket's cached route entry could only be accessed...
2008-12-16 Sepherosa ZiehauRestore the semantic of callout_active() testing on...
2007-04-22 Matthew DillonGive the sockbuf structure its own header file and...
2007-03-04 Sascha WildnerRemove weird license clause which has expired.
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-04-14 Matthew DillonGenerate a host-unreachable failure rather then a crash...
2006-01-14 Sascha Wildner* Remove (void) casts for discarded return values.
2005-05-29 Jeffrey HsuDeprecate MCLGET() in favor of m_getcl() or m_getl...
2005-05-10 Jeffrey HsuImplement TCP Appropriate Byte Counting.
2005-04-18 Jeffrey HsuUse a larger initial window size when restarting after...
2005-04-05 Matthew DillonAdd some minor in-code documentation.
2005-03-09 Jeffrey HsuTake into account the number of SACKed bytes skipped...
2005-02-04 Jeffrey HsuTemporarily disable non-working Path MTU discovery...
2005-01-08 Jeffrey HsuRemove the sysctl options for altering the initial...
2004-12-28 Jeffrey HsuClean up the networking code before I parallelize the...
2004-12-21 Jeffrey HsuClean up the routing and networking code before I paral...
2004-11-14 Jeffrey HsuImplement SACK.
2004-10-15 Jeffrey HsuUpdate includes now that the Fast IPSec code has moved...
2004-08-08 Jeffrey HsuGet cosmetic changes out of the way before committing...
2004-08-03 Matthew DillonThe TCP stack is notified every time userland reads...
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-07-02 Jeffrey HsuUpdate some of my copyright notices before we officiall...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-05-20 Jeffrey HsuPut snd_recover in the same cache line as snd_una....
2004-04-07 Matthew DillonMake TCP stats per-cpu.
2004-03-08 Jeffrey HsuCosmetic changes.
2004-02-14 Matthew DillonMove <machine/in_cksum.h> to <sys/in_cksum.h>. This...
2004-02-08 Jeffrey HsuCosmetic code cleanup.
2003-09-18 Jeffrey HsuReset the retransmit counter when setting the timer...
2003-09-02 Jeffrey HsuDifferentiate between send and receive window variables.
2003-08-15 Jeffrey HsuNon-semantic-changing cosmetic transformation. Gets...
2003-08-15 Jeffrey HsuDecouple slow-starting an idle connection from Nagle...
2003-07-26 Robert GarrettRegister keyword removal
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: