1. 288f62a Merge RP1A.200605.001 by Steven Laver · 4 years ago
  2. 551367e cleanup - remove tun.h by Maciej Żenczykowski · 4 years, 1 month ago
  3. 73a5f20 cleanup - remove send_tun() by Maciej Żenczykowski · 4 years, 1 month ago
  4. 17a4496 Merge QP1A.190205.002 by Scott Lobdell · 5 years ago
  5. cea0d11 Merge QP1A.190122.001 by Scott Lobdell · 5 years ago
  6. 98de595 Move checksum code from clatd to libnetutils. by Lorenzo Colitti · 5 years ago
  7. f906070 Merge QP1A.190107.001 by Scott Lobdell · 5 years ago
  8. eb92f48 Move main() out of clatd.c. by Lorenzo Colitti · 5 years ago
  9. c4e591a Re-indent clatd code with clang-format by junyulai · 6 years ago
  10. 5c5b534 clatd: Add support for handling GRO coalesced packets by Subash Abhinov Kasiviswanathan · 9 years ago
  11. 6b2007a Move send_tun into tun.c as well. by Lorenzo Colitti · 10 years ago
  12. 10e8827 Use a raw socket to send IPv6 packets instead of a tun. by Lorenzo Colitti · 10 years ago
  13. 91d0f1b Make translate_packet take a fd instead of a tun header. by Lorenzo Colitti · 10 years ago
  14. a4454bf Declare pos as clat_packet_index instead of int by Lorenzo Colitti · 10 years ago
  15. fcac410 Use uint8_t not char for binary data to avoid -Wall -Werror issues on x86 builds by Brian Carlstrom · 10 years ago
  16. 57d480d Support translating fragmented packets. by Lorenzo Colitti · 10 years ago
  17. f939060 Move translation entry point into translate.c. by Lorenzo Colitti · 10 years ago
  18. 5a50c02 Fix up checksums instead of recalculating them. by Lorenzo Colitti · 10 years ago
  19. a33592b Remove unused variables by Bernhard Rosenkränzer · 11 years ago
  20. c9f4c89 Add generic IP packet code and use it for GRE. by Lorenzo Colitti · 11 years ago
  21. 9477a46 Fix compiler warnings and enable -Wall -Werror by Lorenzo Colitti · 11 years ago
  22. cd70b35 Support translating ICMP errors. by Lorenzo Colitti · 11 years ago
  23. ee80ca6 Improve checksum calculation and address checking by Lorenzo Colitti · 11 years ago
  24. d908418 Pass around packet data instead of fds by Lorenzo Colitti · 11 years ago
  25. 5cc877d Treat the options as part of the TCP header. by Lorenzo Colitti · 11 years ago
  26. 0278627 Pass in the length to pseudo checksum functions by Lorenzo Colitti · 11 years ago
  27. a45056e android clat service by Daniel Drown · 12 years ago