summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* am 6ea37346: Remove unused variables.Dan Albert2015-02-201-1/+1
|\
| * Remove unused variables.Dan Albert2015-02-201-1/+1
* | am 4cc75ff1: am 49454814: Make the raw socket and the tun fd nonblocking.Lorenzo Colitti2015-02-201-2/+10
|\|
| * am 49454814: Make the raw socket and the tun fd nonblocking.Lorenzo Colitti2015-02-201-2/+10
| |\
| | * Make the raw socket and the tun fd nonblocking.Lorenzo Colitti2015-02-031-2/+10
* | | am f007c63f: am 9353be2a: Switch the receive path to memory-mapped I/O with P...Lorenzo Colitti2015-02-205-47/+219
|\| |
| * | am 9353be2a: Switch the receive path to memory-mapped I/O with PACKET_RX_RING.Lorenzo Colitti2015-02-205-47/+219
| |\|
| | * Switch the receive path to memory-mapped I/O with PACKET_RX_RING.Lorenzo Colitti2015-02-035-47/+219
* | | am 43e459a2: resolved conflicts for merge of 2008e147 to lmp-mr1-dev-plus-aospSreeram Ramachandran2014-12-170-0/+0
|\| |
| * | resolved conflicts for merge of 2008e147 to lmp-mr1-dev-plus-aospSreeram Ramachandran2014-12-170-0/+0
| |\|
| | * Cleanup: Remove unused "ipv6_local_address".Sreeram Ramachandran2014-12-173-12/+3
* | | am 0f0a1ebd: am b20719eb: Add a microbenchmark for tun write performance.Lorenzo Colitti2014-12-094-4/+248
|\| |
| * | am b20719eb: Add a microbenchmark for tun write performance.Lorenzo Colitti2014-12-094-4/+248
| |\|
| | * Add a microbenchmark for tun write performance.Lorenzo Colitti2014-12-084-4/+248
* | | am 400153fc: resolved conflicts for merge of 6b2007aa to lmp-mr1-dev-plus-aospLorenzo Colitti2014-12-097-18/+27
|\| |
| * | resolved conflicts for merge of 6b2007aa to lmp-mr1-dev-plus-aospLorenzo Colitti2014-12-097-18/+27
| |\|
| | * Move send_tun into tun.c as well.Lorenzo Colitti2014-12-087-18/+27
* | | am 418109eb: Add missing include for IFF_BROADCAST to fix buildAlan Viverette2014-12-090-0/+0
|\| |
| * | Add missing include for IFF_BROADCAST to fix buildAlan Viverette2014-12-091-0/+1
* | | Add missing include for IFF_BROADCAST to fix buildAlan Viverette2014-12-081-0/+1
|/ /
* | am 290b8427: Merge "Move tun functions to a new tun.c."Lorenzo Colitti2014-12-085-47/+94
|\|
| * Merge "Move tun functions to a new tun.c."Lorenzo Colitti2014-12-085-47/+94
| |\
| | * Move tun functions to a new tun.c.Lorenzo Colitti2014-12-085-47/+94
* | | 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-184-2/+22
|\ \
| * | Never use a statically-configured IID on wifi.Lorenzo Colitti2014-11-104-2/+22
* | | am 798f9934: Use different IPv4 addresses on different clat interfaces.Lorenzo Colitti2014-11-035-5/+154
|\| |
| * | Use different IPv4 addresses on different clat interfaces.Lorenzo Colitti2014-11-015-5/+154
* | | am 8a41a5d1: Support 464xlat on broadcast interfaces such as wifi.Lorenzo Colitti2014-10-303-0/+58
|\| |
| * | Support 464xlat on broadcast interfaces such as wifi.Lorenzo Colitti2014-10-293-0/+58
* | | am 1352a3a2: Unduplicate IPv6 address setting code.Lorenzo Colitti2014-10-303-76/+59
|\| |
| * | Unduplicate IPv6 address setting code.Lorenzo Colitti2014-10-293-76/+59
* | | am 7612916d: Support more than one clatd at a time.Lorenzo Colitti2014-10-302-7/+12
|\| |
| * | Support more than one clatd at a time.Lorenzo Colitti2014-10-282-7/+12
* | | am 9808952b: Generate a random IID if one is not specified.Lorenzo Colitti2014-10-307-20/+270
|\| |
| * | Generate a random IID if one is not specified.Lorenzo Colitti2014-10-287-20/+270
* | | am 74151e9d: Cleanup: Remove unused "ipv6_local_address".Sreeram Ramachandran2014-10-283-12/+3
|\| |
| * | Cleanup: Remove unused "ipv6_local_address".Sreeram Ramachandran2014-10-273-12/+3
* | | am 30588552: am 0ec5dfa1: Simplify and always retry DNS64 prefix discovery.Erik Kline2014-10-250-0/+0
|\ \ \ | | |/ | |/|
| * | am 0ec5dfa1: Simplify and always retry DNS64 prefix discovery.Erik Kline2014-09-260-0/+0
| |\|
* | | am 2771a6f4: am 89f49ae6: Simplify and always retry DNS64 prefix discovery.Erik Kline2014-10-250-0/+0
|\| |
| * | am 89f49ae6: Simplify and always retry DNS64 prefix discovery.Erik Kline2014-09-242-54/+24
| |\ \
* | \ \ am 0ec5dfa1: Simplify and always retry DNS64 prefix discovery.Erik Kline2014-09-260-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Simplify and always retry DNS64 prefix discovery.staging/cm-12.0-cafstaging/cm-12.0Erik Kline2014-09-242-54/+24
* | | | am 89f49ae6: Simplify and always retry DNS64 prefix discovery.Erik Kline2014-09-242-54/+24
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Simplify and always retry DNS64 prefix discovery.Erik Kline2014-09-242-54/+24
* | | am 05ff508a: Remove unused variables.Chih-Hung Hsieh2014-08-261-2/+1
|\| |
| * | Remove unused variables.Chih-Hung Hsieh2014-08-261-2/+1
* | | am dce3ddf5: Call read on any event, not just on POLLIN.Lorenzo Colitti2014-08-262-11/+14
|\ \ \ | | |/ | |/|