summaryrefslogtreecommitdiffstats
path: root/translate.c
Commit message (Expand)AuthorAgeFilesLines
* Move send_tun into tun.c as well.Lorenzo Colitti2014-12-081-5/+1
* Use a raw socket to send IPv6 packets instead of a tun.Lorenzo Colitti2014-06-111-6/+33
* Make translate_packet take a fd instead of a tun header.Lorenzo Colitti2014-06-101-18/+7
* Declare pos as clat_packet_index instead of intLorenzo Colitti2014-02-251-14/+12
* Use uint8_t not char for binary data to avoid -Wall -Werror issues on x86 buildsBrian Carlstrom2014-02-241-17/+20
* Support translating fragmented packets.Lorenzo Colitti2014-02-221-3/+51
* Move translation entry point into translate.c.Lorenzo Colitti2014-02-141-9/+52
* Fix up checksums instead of recalculating them.Lorenzo Colitti2014-02-141-17/+32
* Remove unused variablesBernhard Rosenkränzer2014-01-021-1/+0
* Add generic IP packet code and use it for GRE.Lorenzo Colitti2013-11-251-0/+16
* Fix compiler warnings and enable -Wall -WerrorLorenzo Colitti2013-11-181-3/+2
* 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