Use lookaside lists for two most common allocation sizes (mbuf and data buffer)
[reactos.git] / reactos / drivers / lib / ip / transport / tcp / tcp.c
2006-01-02 Gé van GeldorpUse lookaside lists for two most common allocation...
2005-12-24 Gé van GeldorpThere's a difference between a handle and an object...
2005-12-23 Gé van GeldorpSend delayed ACKs after 200ms instead of 2500ms
2005-12-13 Art YerkesPatch to fix bugcheck at exit for various TCP wielding...
2005-12-08 Art YerkesRevert my patch from yesterday. Need to take more...
2005-12-07 Art YerkesFix firefox exit. Implement a simple work queue for...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-12 Art YerkesSome improvements I've been sitting on.
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-05 Art YerkesFixed some signalling problems.
2005-01-13 Art YerkesInitial accept commit. Accept sockets now work althoug...
2004-12-25 Art YerkesAdded a (currently unworking) accept implementation...
2004-12-13 Filip Navara- Fix compilation errors with GCC 4.0-20041205.
2004-12-12 Filip Navara- Fix receiving of loopback packets.
2004-12-11 Filip Navara- Manage TCP ports using port set and dynamically assig...
2004-12-04 Art Yerkesafd/connect.c:
2004-12-01 Art Yerkes- sanity check: assert DISPATCH_LEVEL for the dpc.
2004-11-30 Art Yerkes- Defined __NTDRIVER__ to turn on some code that is...
2004-11-25 Art Yerkes- Removed prefix.c and the prefix list. Adapter and...
2004-11-16 Casper Hornstrup2004-11-16 Casper S. Hornstrup <chorns@users.sourcefo...
2004-11-13 Art Yerkeslib/ip:
2004-11-09 Art YerkesCleaing in receive: fixed one bugcheck.
2004-11-07 Art YerkesRemoved remaining kernel imports from ip lib.
2004-10-03 Art YerkesFinal propogation of TDI_CONNECTION_INFORMATION/TRANSPO...
2004-10-03 Art YerkesFixed UDP protocol.
2004-09-30 Art YerkesFixes to interface. Prototypes which were being stubbo...
2004-09-29 Art YerkesGetting there. Smoothing out the public interface...
2004-09-29 Art YerkesIP library. These files were moved from tcpip.sys...