summaryrefslogtreecommitdiffstats
path: root/ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* Declare pos as clat_packet_index instead of intLorenzo Colitti2014-02-251-3/+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-13/+20
* Modify the pseudo-header checksum functions.Lorenzo Colitti2014-02-221-2/+2
* Move translation entry point into translate.c.Lorenzo Colitti2014-02-141-9/+0
* Fix up checksums instead of recalculating them.Lorenzo Colitti2014-02-141-5/+8
* Add generic IP packet code and use it for GRE.Lorenzo Colitti2013-11-251-3/+5
* Remove two almost-unused include files.Lorenzo Colitti2013-11-181-1/+0
* Improve checksum calculation and address checkingLorenzo Colitti2013-04-121-1/+1
* Pass around packet data instead of fdsLorenzo Colitti2013-04-121-103/+70
* Treat the options as part of the TCP header.Lorenzo Colitti2013-04-121-20/+10
* android clat serviceDaniel Drown2012-11-121-0/+187