summaryrefslogtreecommitdiffstats
path: root/translate.h
Commit message (Expand)AuthorAgeFilesLines
* clatd: Relay checksum information from packet socket to TUN interfaceSubash Abhinov Kasiviswanathan2015-11-151-2/+2
* Move send_tun into tun.c as well.Lorenzo Colitti2014-12-081-11/+0
* Make translate_packet take a fd instead of a tun header.Lorenzo Colitti2014-06-101-2/+1
* resolved conflicts for merge of e22ed104 to klp-modular-dev-plus-aospLorenzo Colitti2014-03-131-0/+5
|\
| * DO NOT MERGE: Support translating fragmented packets.Lorenzo Colitti2014-03-101-3/+10
| * DO NOT MERGE: Move translation entry point into translate.c.Lorenzo Colitti2014-03-101-0/+14
| * DO NOT MERGE: Fix up checksums instead of recalculating them.Lorenzo Colitti2014-03-101-5/+7
| * DO NOT MERGE: Add generic IP packet code and use it for GRE.Lorenzo Colitti2014-03-101-0/+3
| * DO NOT MERGE: Fix compiler warnings and enable -Wall -WerrorLorenzo Colitti2014-03-101-1/+1
| * DO NOT MERGE: Remove two almost-unused include files.Lorenzo Colitti2014-03-101-0/+4
| * Revert "DO NOT MERGE: Remove two almost-unused include files."Lorenzo Colitti2014-03-081-4/+0
| * DO NOT MERGE: Remove two almost-unused include files.Lorenzo Colitti2014-03-091-0/+4
* | Declare pos as clat_packet_index instead of intLorenzo Colitti2014-02-251-16/+15
* | Use uint8_t not char for binary data to avoid -Wall -Werror issues on x86 buildsBrian Carlstrom2014-02-241-9/+12
* | Support translating fragmented packets.Lorenzo Colitti2014-02-221-3/+10
* | Move translation entry point into translate.c.Lorenzo Colitti2014-02-141-0/+14
* | Fix up checksums instead of recalculating them.Lorenzo Colitti2014-02-141-5/+7
* | Add generic IP packet code and use it for GRE.Lorenzo Colitti2013-11-251-0/+3
* | Fix compiler warnings and enable -Wall -WerrorLorenzo Colitti2013-11-181-1/+1
* | Remove two almost-unused include files.Lorenzo Colitti2013-11-181-0/+4
|/
* Support translating ICMP errors.Lorenzo Colitti2013-04-121-0/+1
* Improve checksum calculation and address checkingLorenzo Colitti2013-04-121-8/+15
* Pass around packet data instead of fdsLorenzo Colitti2013-04-121-8/+33
* Treat the options as part of the TCP header.Lorenzo Colitti2013-04-121-2/+4
* android clat serviceDaniel Drown2012-11-121-0/+30