1. f752bb4 [RFCLAT#16] remove drop_root_and_caps by Hungming Chen · 2 years, 5 months ago
  2. 935a5ee [RFCLAT#11] remove libnetd_client_headers and netid_client.h by Hungming Chen · 2 years, 6 months ago
  3. 396b5e7 [RFCLAT#10] remove libnl related files by Hungming Chen · 2 years, 7 months ago
  4. 5c11213 [RFCLAT#4] Move clat ipv6 address setup from clatd to netd by Hungming Chen · 2 years, 7 months ago
  5. 5dafb0e [RFCLAT#3] Move the tun interface setup from clatd to netd by Hungming Chen · 2 years, 7 months ago
  6. 06367f3 [RFCLAT#2] Move the packet socket creation from clatd to netd by Hungming Chen · 2 years, 7 months ago
  7. 0714a18 Revert "Revert "[RFCLAT#1] Move the raw socket creation from cla..." by Nucca Chen · 2 years, 6 months ago
  8. 685fc68 Revert "[RFCLAT#1] Move the raw socket creation from clatd to netd" by Nucca Chen · 2 years, 6 months ago
  9. 6006d17 [RFCLAT#1] Move the raw socket creation from clatd to netd by Hungming Chen · 2 years, 7 months ago
  10. b64249e simplify clatd permission dropping logic by Maciej Żenczykowski · 2 years, 8 months ago
  11. 7c87aaa clatd: drop AID_INET and AID_VPN supplementary groups by Maciej Żenczykowski · 2 years, 8 months ago
  12. 5030353 switch from using packet ring to normal read by Maciej Żenczykowski · 4 years, 1 month ago
  13. 8ab7e13 clatd: move stop_loop() into main.c by Maciej Żenczykowski · 3 years, 5 months ago
  14. e4b7da6 update last poll time when the interface poll frequency is reached by Rocco Yue · 3 years, 10 months ago
  15. 5ce6cda cleanup - remove config.c by Maciej Żenczykowski · 4 years, 1 month ago
  16. 6fafed1 cleanup - remove tun.h by Maciej Żenczykowski · 4 years, 1 month ago
  17. ba667df cleanup - read_config() and ipv4_local_prefixlen by Maciej Żenczykowski · 4 years, 1 month ago
  18. baa3c6a Delete the clatd code that assigns IPv4 and IPv6 addresses. by Lorenzo Colitti · 4 years, 1 month ago
  19. 27da0ad Remove DNS64 detection code from clatd. by Lorenzo Colitti · 4 years, 1 month ago
  20. fc38d9b clatd: don't 'pretend' to disable IPV6_CHECKSUM by Maciej Żenczykowski · 4 years, 4 months ago
  21. b00113f Derive mtu from ipv6 route to ipv4 /96 prefix instead of device by Maciej Żenczykowski · 4 years, 5 months ago
  22. 69c840f clatd - move bind() post bpf filter attach by Maciej Żenczykowski · 4 years, 7 months ago
  23. ba25674 Revert "clat - turn off spurious log messages caused by IPv6 packets" by Maciej Żenczykowski · 5 years ago
  24. 716518d clatd: change to pass in tun filedescriptor via command line by Maciej Żenczykowski · 5 years ago
  25. 6a095df Enable clang-tidy for clatd. by Lorenzo Colitti · 5 years ago
  26. 60bce37 Fix some clatd cloexec and file descriptor leaking via missing close() by Maciej Żenczykowski · 5 years ago
  27. 4e1601e clat - turn off spurious log messages caused by IPv6 packets by Maciej Żenczykowski · 5 years ago
  28. f0fac86 Allow passing in the IPv4 and IPv6 addresses on the command line. by Lorenzo Colitti · 5 years ago
  29. 66deecd Drop support for updating IPv6 addresses in clatd. by Lorenzo Colitti · 5 years ago
  30. eb92f48 Move main() out of clatd.c. by Lorenzo Colitti · 5 years ago
  31. b5e8f97 Count ipv6 tx traffic of clat into clat uid. by junyulai · 6 years ago
  32. c4e591a Re-indent clatd code with clang-format by junyulai · 6 years ago
  33. 69dc60d Avoid spinning endlessly on packet socket errors by Bernie Innocenti · 6 years ago
  34. f5fe267 Revert "clatd.c: remove unsetenv("ANDROID_DNS_MODE")" by Jayachandran Chinnakkannu · 6 years ago
  35. cc94e5f clatd.c: remove unsetenv("ANDROID_DNS_MODE") by Nick Kralevich · 7 years ago
  36. 96d6901 Fix default_pdp_interface pointer reference by Masaya Hoshina · 9 years ago
  37. 4cc75ff am 49454814: Make the raw socket and the tun fd nonblocking. by Lorenzo Colitti · 9 years ago
  38. f007c63 am 9353be2a: Switch the receive path to memory-mapped I/O with PACKET_RX_RING. by Lorenzo Colitti · 9 years ago
  39. 4945481 Make the raw socket and the tun fd nonblocking. by Lorenzo Colitti · 9 years ago
  40. 9353be2 Switch the receive path to memory-mapped I/O with PACKET_RX_RING. by Lorenzo Colitti · 10 years ago
  41. 83c4203 am 290b8427: Merge "Move tun functions to a new tun.c." by Lorenzo Colitti · 10 years ago
  42. ff6f7fe Move tun functions to a new tun.c. by Lorenzo Colitti · 10 years ago
  43. 798f993 Use different IPv4 addresses on different clat interfaces. by Lorenzo Colitti · 10 years ago
  44. 8a41a5d Support 464xlat on broadcast interfaces such as wifi. by Lorenzo Colitti · 10 years ago
  45. 1352a3a Unduplicate IPv6 address setting code. by Lorenzo Colitti · 10 years ago
  46. 7612916 Support more than one clatd at a time. by Lorenzo Colitti · 10 years ago
  47. 9808952 Generate a random IID if one is not specified. by Lorenzo Colitti · 10 years ago
  48. dce3ddf Call read on any event, not just on POLLIN. by Lorenzo Colitti · 10 years ago
  49. 545bdca Remove unused #include. by Elliott Hughes · 10 years ago
  50. 3afe9ae Fix implicit declaration of function 'prctl' in clatd. by Elliott Hughes · 10 years ago
  51. 7045e27 Create the tun device after dropping root privileges. by Lorenzo Colitti · 10 years ago
  52. b9b471e Log unexpected arguments. by Lorenzo Colitti · 10 years ago
  53. 7564761 Mark the raw socket used by clatd. by Lorenzo Colitti · 10 years ago
  54. f08c5aa Use a packet socket to receive packets. by Lorenzo Colitti · 10 years ago
  55. ce14088 Use a raw socket to send IPv6 packets instead of a tun. by Lorenzo Colitti · 10 years ago
  56. e24982e Make translate_packet take a fd instead of a tun header. by Lorenzo Colitti · 10 years ago
  57. 464fb26 Fix build. Remove superfluous check triggering compiler error. by Paul Jensen · 10 years ago
  58. 247dd71 Make DNS request for plat prefix detection network specific. by Paul Jensen · 10 years ago
  59. fcac410 Use uint8_t not char for binary data to avoid -Wall -Werror issues on x86 builds by Brian Carlstrom · 10 years ago
  60. 57d480d Support translating fragmented packets. by Lorenzo Colitti · 10 years ago
  61. f939060 Move translation entry point into translate.c. by Lorenzo Colitti · 10 years ago
  62. a33592b Remove unused variables by Bernhard Rosenkränzer · 11 years ago
  63. 4e0dd83 Add ip6 dummy address to keep data usage stats consistent. by JP Abgrall · 11 years ago
  64. 9477a46 Fix compiler warnings and enable -Wall -Werror by Lorenzo Colitti · 11 years ago
  65. 07fc761 Remove two almost-unused include files. by Lorenzo Colitti · 11 years ago
  66. cd70b35 Support translating ICMP errors. by Lorenzo Colitti · 11 years ago
  67. ee80ca6 Improve checksum calculation and address checking by Lorenzo Colitti · 11 years ago
  68. d908418 Pass around packet data instead of fds by Lorenzo Colitti · 11 years ago
  69. 3ca0302 Configure the interface before bringing it up by Lorenzo Colitti · 11 years ago
  70. 41e758e Don't add the IPv4 default route in clatd. by Lorenzo Colitti · 11 years ago
  71. 678a9b4 Remove code to copy the default route. by Lorenzo Colitti · 11 years ago
  72. 1373eac Stop setting accept_ra, now that netd does it. by Lorenzo Colitti · 11 years ago
  73. 89c05b9 Merge "Make clatd a bit more robust when started by netd." into jb-mr2-dev by Lorenzo Colitti · 11 years ago
  74. baf6299 Make clatd a bit more robust when started by netd. by Lorenzo Colitti · 11 years ago
  75. 2edb756 clatd: use correct header file. by Nick Kralevich · 11 years ago
  76. a45056e android clat service by Daniel Drown · 12 years ago