summaryrefslogtreecommitdiffstats
path: root/ipv6.c
Commit message (Expand)AuthorAgeFilesLines
* Declare pos as clat_packet_index instead of intLorenzo Colitti2014-02-251-2/+3
* Use uint8_t not char for binary data to avoid -Wall -Werror issues on x86 buildsBrian Carlstrom2014-02-241-4/+4
* Support translating fragmented packets.Lorenzo Colitti2014-02-221-14/+38
* Modify the pseudo-header checksum functions.Lorenzo Colitti2014-02-221-2/+2
* Move translation entry point into translate.c.Lorenzo Colitti2014-02-141-8/+0
* Fix up checksums instead of recalculating them.Lorenzo Colitti2014-02-141-4/+5
* Remove unused variablesBernhard Rosenkränzer2014-01-021-1/+0
* Add generic IP packet code and use it for GRE.Lorenzo Colitti2013-11-251-3/+5
* Fix compiler warnings and enable -Wall -WerrorLorenzo Colitti2013-11-181-7/+7
* Remove two almost-unused include files.Lorenzo Colitti2013-11-181-1/+0
* Support translating ICMP errors.Lorenzo Colitti2013-04-121-14/+21
* Improve checksum calculation and address checkingLorenzo Colitti2013-04-121-6/+5
* Pass around packet data instead of fdsLorenzo Colitti2013-04-121-98/+69
* Treat the options as part of the TCP header.Lorenzo Colitti2013-04-121-20/+10
* android clat serviceDaniel Drown2012-11-121-0/+194