tcp_input: Partly revert 98cb2337e1000153d84b64a5e9aabbecda8e8dbf
[dragonfly.git] / sys / netinet / tcp_input.c
2012-04-11 Sepherosa Ziehautcp_input: Partly revert 98cb2337e1000153d84b64a5e9aabb...
2012-04-11 Sepherosa Ziehautcp_input: Use acceptable_window_update when applicable
2012-04-11 Sepherosa Ziehautcp/sack: Cleanup the SACK related bits when return...
2012-04-11 Sepherosa Ziehautcp/sack: Take FIN bit into consideration when setup...
2012-03-28 Sepherosa Ziehautcp/sack: Add more statistics
2012-03-26 Sepherosa Ziehautcp: Properly update tcps_rttcantdetect
2012-03-26 Sepherosa Ziehautcp/sack: Prevent invalid SACK option from being processed
2012-03-16 Sepherosa Ziehautcp: Lowering initial RTO according to RFC 6298
2012-03-16 Sepherosa Ziehautcp: More RFC 3390 conforming
2012-03-16 Sepherosa Ziehautcp_input: Factor out tcp_established()
2012-03-16 Sepherosa Ziehautcp/syncache: Simplify syncache_add() interface
2012-03-15 Sepherosa Ziehautcp_input: Always call tcp_mss(), so snd_cwnd could...
2012-02-28 Sascha Wildnerkernel: Remove opt_ipfw.h from a few files which don...
2012-01-22 Sepherosa Ziehausockbuf: Pre-alloc sockbuf space, so asynchronized...
2012-01-22 Sepherosa Ziehaupru_send: Disable asynchornized pru_send usage by default
2012-01-03 Sascha Wildnerkernel: Use NULL for pointers.
2011-12-06 Sascha Wildnerkernel: Replace all usage of MALLOC()/FREE() with kmall...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-20 Sepherosa Ziehaurt_metrics: Change msl unit to millisecond
2011-11-14 Sepherosa Ziehautcp: Use the MSL set to the rt_metrics whenever possible
2011-11-04 Sepherosa Ziehautcp: Enable asynchronized pru_send by default
2011-11-03 Sepherosa Ziehautcp: Allow pure asynchronized pru_send
2011-10-24 Sepherosa Ziehautcp: Aggregate the mbuf in sosendtcp() a little bit
2011-09-16 Sepherosa Ziehautcp: Allow per-tcpcb keepintvl and keepcnt
2010-09-24 Matthew Dillonnetwork - Restart the callout timer when setting TCP_FA...
2010-09-24 Matthew Dillonnetwork - Add a tcp socket for faster keepalive timeouts
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 1
2010-09-10 Matthew Dillonnetwork - MP socket free & abort interactions, so_state
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-10-08 Matthew Dillonkernel - Fix TCP MSS calculation
2009-08-22 Matthew DillonTCP - Fix problems with dynamic receiver and sender...
2009-07-28 Matthew DillonTCP - Fix re-establishment issues if a client reboots
2009-07-28 Matthew DillonTCP - Remove net.inet.tcp.minmssoverload
2009-07-26 Peter AvalosImplement autosizing TCP socket buffers.
2008-12-16 Sepherosa ZiehauRestore the semantic of callout_active() testing on...
2008-08-22 Sepherosa ZiehauSave 'ipfw forward' information in mtag, use m_pkthdr...
2007-04-22 Matthew DillonGive the sockbuf structure its own header file and...
2007-04-17 Matthew DillonDon't allow snd_nxt to be set to a value less then...
2007-04-04 Matthew DillonAdd IP_MINTTL socket option - used to set the minimum...
2007-03-04 Sascha WildnerRemove weird license clause which has expired.
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2005-08-29 Noritoshi DemizuFix the same problem described in FreeBSD-SA-05:15...
2005-08-29 Noritoshi DemizuFix a bug in NewReno which may send a huge amount of...
2005-05-10 Jeffrey HsuImplement TCP Appropriate Byte Counting.
2005-04-18 Jeffrey HsuUse a larger initial window size when restarting after...
2005-03-23 Jeffrey HsuEliminate a redundant variable assignment.
2005-03-21 Jeffrey HsuWhen doing Limited Transmit, don't retract snd_nxt...
2005-03-21 Jeffrey HsuEnsure that Limited Transmit always sends new data...
2005-03-18 Matthew DillonAdd a sysctl "net.inet.tcp.aggregate_acks" which contro...
2005-03-09 Jeffrey HsuUse fixed-width type to ensure correct wraparound for
2005-03-04 Jeffrey HsuCosmetic changes only.
2005-02-08 Jeffrey HsuNow that 'so_pcb' is properly declared as a 'void ...
2005-02-01 Hiroki Sato- Nuke #ifdef SCOPEDROUTING. It was never enabled...
2005-01-08 Jeffrey HsuRemove the sysctl options for altering the initial...
2004-12-29 Jeffrey HsuFix compile error.
2004-12-29 Jeffrey HsuForced commit to say the previous commit wasn't really...
2004-12-29 Jeffrey HsuFix buffer overflow bug involving inet_ntoa().
2004-12-21 Jeffrey HsuClean up the routing and networking code before I paral...
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-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 Jeffrey HsuImplement SACK.
2004-10-15 Jeffrey HsuUpdate includes now that the Fast IPSec code has moved...
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 Dillontcp_input()'s DELAY_ACK() code checks to see if the...
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-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-04-22 Matthew DillonM_NOWAIT to mostly M_INTWAIT conversions, with a splatt...
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...
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...
next