summaryrefslogtreecommitdiffstats
path: root/clatd_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* clatd: Fix packet corruption seen with GRO packetsSubash Abhinov Kasiviswanathan2016-05-231-5/+5
* clatd: Relay checksum information from packet socket to TUN interfaceSubash Abhinov Kasiviswanathan2015-11-151-1/+2
* am fee9afb1: Android-Clatd: Remove unused variableAndreas Gampe2014-11-251-3/+0
|\
| * Android-Clatd: Remove unused variableAndreas Gampe2014-11-241-3/+0
* | am 2596f42a: Never use a statically-configured IID on wifi.Lorenzo Colitti2014-11-181-0/+6
|\ \
| * | Never use a statically-configured IID on wifi.Lorenzo Colitti2014-11-101-0/+6
* | | am 798f9934: Use different IPv4 addresses on different clat interfaces.Lorenzo Colitti2014-11-031-0/+53
|\| |
| * | Use different IPv4 addresses on different clat interfaces.Lorenzo Colitti2014-11-011-0/+53
* | | am 9808952b: Generate a random IID if one is not specified.Lorenzo Colitti2014-10-301-6/+204
|\| | | |/ |/|
| * Generate a random IID if one is not specified.Lorenzo Colitti2014-10-281-6/+204
| * Use a raw socket to send IPv6 packets instead of a tun.Lorenzo Colitti2014-06-111-12/+25
| * Make translate_packet take a fd instead of a tun header.Lorenzo Colitti2014-06-101-6/+4
* | Remove unused variables.Chih-Hung Hsieh2014-08-261-2/+1
* | Use a raw socket to send IPv6 packets instead of a tun.Lorenzo Colitti2014-06-131-12/+25
* | Make translate_packet take a fd instead of a tun header.Lorenzo Colitti2014-06-131-6/+4
|/
* Minor code clean-up for GCC 4.9.Ben Cheng2014-04-031-5/+5
* Use uint8_t not char for binary data to avoid -Wall -Werror issues on x86 buildsBrian Carlstrom2014-02-241-51/+51
* Add a unit test for 464xlat translation code.Lorenzo Colitti2014-02-221-0/+672