summaryrefslogtreecommitdiffstats
path: root/translate.c
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE: Support translating fragmented packets.Lorenzo Colitti2014-03-101-3/+51
* DO NOT MERGE: Move translation entry point into translate.c.Lorenzo Colitti2014-03-101-9/+52
* DO NOT MERGE: Fix up checksums instead of recalculating them.Lorenzo Colitti2014-03-101-17/+32
* DO NOT MERGE: Add generic IP packet code and use it for GRE.Lorenzo Colitti2014-03-101-0/+16
* DO NOT MERGE: Fix compiler warnings and enable -Wall -WerrorLorenzo Colitti2014-03-101-3/+2
* DO NOT MERGE: Remove unused variablesBernhard Rosenkränzer2014-03-101-1/+0
* Revert "DO NOT MERGE: Remove unused variables"Lorenzo Colitti2014-03-081-0/+1
* DO NOT MERGE: Remove unused variablesBernhard Rosenkränzer2014-03-091-1/+0
* Support translating ICMP errors.Lorenzo Colitti2013-04-121-31/+78
* Improve checksum calculation and address checkingLorenzo Colitti2013-04-121-63/+91
* Pass around packet data instead of fdsLorenzo Colitti2013-04-121-242/+165
* Treat the options as part of the TCP header.Lorenzo Colitti2013-04-121-40/+37
* Pass in the length to pseudo checksum functionsLorenzo Colitti2013-04-091-5/+5
* android clat serviceDaniel Drown2012-11-121-0/+404