This project is a fork of the linux-2.6.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/linux-2.6.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionCompression patch for TCP for Linux kernel
ownerahomescu@gmail.com
last changeFri, 21 Aug 2009 14:16:56 +0000 (21 17:16 +0300)
content tags
add:
readme
We are making some changes to the TCP/IP stack to add packet compression to see how it changes latency and bandwidth.
shortlog
2009-08-21 Andrei HomescuForce reset on decompression errormaster
2009-08-21 Andrei HomescuPurge decompression queue in case of error
2009-08-18 Andrei HomescuAdded decompression for zlib
2009-08-17 Andrei HomescuPatch for compilation on GCC 4.4
2009-08-17 Andrei HomescuRemoved superfluous header
2009-08-17 Andrei HomescuPreliminary changes for decompression
2009-04-05 Andrei HomescuDisabled early copy directly to userspace (with or...
2009-03-21 Andrei HomescuAdded dependency on ZLIB_{DEFLATE,INFLATE} for TCP/IP
2009-03-21 Andrei HomescuFixed bug in compressed skbuffs
2009-03-18 Alex SuhanFix missing headers.
2009-03-18 Alex SuhanSmall changes on receiver side.
2008-03-22 Andrei HomescuFixed option 253 reception bug in fast path
2008-03-16 Andrei HomescuFixed bug with uncompressed connections
2008-03-15 Andrei HomescuFixed TCP header len when not sending option
2008-03-14 Andrei HomescuFixed the negotiation bug and the skbuff removal bug
2008-03-08 Andrei HomescuTCP consistency changes
...
heads
14 years ago master