1. a94f179 net: Add ll addresses on net_if_send_data by Luiz Augusto von Dentz · 8 years ago
  2. 4540a73 net: Use lighter printk() instead of printf() by Ravi kumar Veeramally · 8 years ago
  3. d3301aa net: ipv6: Check neighbor pointer in NS reply timeout by Jukka Rissanen · 8 years ago
  4. f3c66e5 net: ipv6: fix NULL reference in handle_ra_neighbor by Michael Scott · 8 years ago
  5. 7b674cb net: linkaddr: introduce net_linkaddr_set function by Michael Scott · 8 years ago
  6. ac74d8b license: Replace Apache boilerplate with SPDX tag by David B. Kinder · 8 years ago
  7. a5b694f net: tcp: Select correct source address for SYNACK packets by Andy Ross · 8 years ago
  8. a1aa08c net: ip: Improve logging by adding a dedicated sys_log level by Tomasz Bursztyka · 8 years ago
  9. 06e2b42 net: statistics: Make statistics calculation fully private by Tomasz Bursztyka · 8 years ago
  10. 9216e6c net: Add ARG_UNUSED by Flavio Santes · 8 years ago
  11. fc21a76 net: Fix incorrect logging format specifiers by Johan Hedberg · 8 years ago
  12. 3eaec41 net: Moved net/ to subsys/net by Jukka Rissanen · 8 years ago[Renamed from net/yaip/ipv6.c]
  13. 4aefda3 net: ipv6: Make NA sending function public by Jukka Rissanen · 8 years ago
  14. 76623a5 net: ipv6: Fix debug print when DAD fails by Jukka Rissanen · 8 years ago
  15. 2825562 net: rpl: Add RPL option to IPv6 HBHO extension header by Jukka Rissanen · 8 years ago
  16. 314068d net: Avoid compiler warning when compiled for Arduino 101 ARC by Jukka Rissanen · 8 years ago
  17. 57e5658 net: Fix IPv6 router lifetime handling by Jukka Rissanen · 8 years ago
  18. 83219ee net: ipv6: RA messages were incorrectly handled by Jukka Rissanen · 8 years ago
  19. 4a7c146 net: ipv6: Print info about unknown RA options by Jukka Rissanen · 8 years ago
  20. a1ea8ef net: ipv6: Validity time is already in host byte order by Jukka Rissanen · 8 years ago
  21. 710e6c3 net: ipv6: Using unified kernel API by Tomasz Bursztyka · 8 years ago
  22. aa9a552 net: if: Using unified kernel API by Tomasz Bursztyka · 8 years ago
  23. 1b58d97 net: ipv6: Move unspecified address getter to ipv6.c by Jukka Rissanen · 8 years ago
  24. 2d4e7b6 net: ipv6: Fix sending packets with invalid addresses by Vinicius Costa Gomes · 8 years ago
  25. 6b62183 net: Try to send IPv6 packet even if default route is missing by Jukka Rissanen · 8 years ago
  26. 3cd07ca net: Create a separate buffer when sending IPv6 NA by Jukka Rissanen · 8 years ago
  27. 750a93d net: Fix IPv6 address debug print by Jukka Rissanen · 8 years ago
  28. cd4365d net: Add IPv6 routing support by Jukka Rissanen · 8 years ago
  29. a679403 net: Get IPv6 neighbor by using index by Jukka Rissanen · 8 years ago
  30. abca88b net: IPv6 neighbor debug prints enhanced by Jukka Rissanen · 8 years ago
  31. 88ae57f net: Add utility function to return neighbor by index by Jukka Rissanen · 8 years ago
  32. b602256 net: Moved IPv6 neighbor information struct to ipv6.h file by Jukka Rissanen · 8 years ago
  33. 857b79f net: Add API to set the IPv6 reachable timer by Jukka Rissanen · 8 years ago
  34. b145ba1 net: Make neighbor add function available by Jukka Rissanen · 8 years ago
  35. cac9d1b net: Add support for embedding extra data to routing entries by Jukka Rissanen · 8 years ago
  36. 9ff4c5f net: ipv6: net_ipv6_create() should know about TCP by Leandro Pereira · 8 years ago
  37. ddda50c net: tcp: Initial TCP functionality by Jukka Rissanen · 8 years ago
  38. 5fbca8a net: Add support for 6CO by Ravi kumar Veeramally · 8 years ago
  39. 2d1475e net: Fix ND RA length by Ravi kumar Veeramally · 8 years ago
  40. c69b10a net: Adopt new nbuf API's to RA message handlers. by Ravi kumar Veeramally · 8 years ago
  41. 330da1f net: Fix handling onlink prefix by Andrei Emeltchenko · 8 years ago
  42. 99a14f9 net: Fix handling ra_neighbor by Andrei Emeltchenko · 8 years ago
  43. 92cfd51 net: Fix creating neighbour without l2addr by Andrei Emeltchenko · 8 years ago
  44. fcd2238 net: Fix link address length calculation by Andrei Emeltchenko · 8 years ago
  45. 61dc5be net: Íncorrectly named function in net_if.c by Jukka Rissanen · 8 years ago
  46. 3919c69 net: Add IPv6 utility func to create IPv6 packet by Jukka Rissanen · 8 years ago
  47. 6cd33c4 net: Fix reachable timer accessing NULL pointer by Jukka Rissanen · 8 years ago
  48. d020340 net: Add function to return neighbor by the index by Jukka Rissanen · 8 years ago
  49. 7043079 net: Fix the statistics compilation by Jukka Rissanen · 8 years ago
  50. becf747 net: Split debug Kconfig options from legacy to new stack by Tomasz Bursztyka · 8 years ago
  51. 1896f01 net: Add debug print on IPv6 preliminary check by Tomasz Bursztyka · 8 years ago
  52. 58116f8 net: Do not access IPv6 neighbor cache directly by Jukka Rissanen · 8 years ago
  53. 181adfd net: Add support for IPv6 prefix lifetime by Jukka Rissanen · 8 years ago
  54. b94fc5c net: Use target address in IPv6 NS to lookup neighbor by Jukka Rissanen · 8 years ago
  55. 282d020 net: Send available pending data after receiving IPv6 NA by Jukka Rissanen · 8 years ago
  56. 9329f4a net: Add IPv6 ND reachability support by Jukka Rissanen · 8 years ago
  57. 7bc1159 net: Add neighbor free function to IPv6 cache by Jukka Rissanen · 8 years ago
  58. 0604534 net: Add network iface to neighbor creation call by Jukka Rissanen · 8 years ago
  59. 25f4fbd net: Add more debugging prints in IPv6 ND handling by Jukka Rissanen · 8 years ago
  60. 5d7e085 net: Set initial neighbor value when IPv6 NS is received by Jukka Rissanen · 8 years ago
  61. b8ec80f net: IPv6 ND fixes by Jukka Rissanen · 8 years ago
  62. f930344 net: Timeout a pending NS by Jukka Rissanen · 8 years ago
  63. 9c5149f net: Utility helper to access IPv6 ND cache data by Jukka Rissanen · 8 years ago
  64. f7a9b07 net: l2 layer reserve size might need extra parameter by Tomasz Bursztyka · 8 years ago
  65. 56d3dfd net: Sent NS was two bytes too long by Jukka Rissanen · 8 years ago
  66. 08c54ec net: Check ICMPv6 options length correctly by Jukka Rissanen · 8 years ago
  67. a479612 net: Add a function to retrieve a neigh from an IPv6 address by Tomasz Bursztyka · 8 years ago
  68. a0daca0 net: Fix IPv6 NS packet size check by Tomasz Bursztyka · 8 years ago
  69. ad4fe09 net: IPv6 neighbor was not properly added to cache by Jukka Rissanen · 8 years ago
  70. 43acda5 net: No need to swap ll address in IPv6 module by Jukka Rissanen · 8 years ago
  71. 63d14c3 net: Check IPv6 NS, NA and RA messages for corruption by Jukka Rissanen · 8 years ago
  72. d4aa154 net: Use proper ll header length when sending IPv6 NS by Jukka Rissanen · 8 years ago
  73. 14dc085 net: Do IPv6 ND if LL address is not known when sending by Jukka Rissanen · 8 years ago
  74. 2ea5bc5 net: Neighbor cache entry was not properly init by Jukka Rissanen · 8 years ago
  75. 961a32a net: Add helper to create IPv6 packet by Jukka Rissanen · 8 years ago
  76. 2658ac7 net: IP address lookup functions return interface by Jukka Rissanen · 8 years ago
  77. b8e3415 net: Let's use inline function for type checking for net_nbuf by Tomasz Bursztyka · 8 years ago
  78. 482d7c6 net: Refactored IPv6 DAD and ND activation by Jukka Rissanen · 8 years ago
  79. 57ab8e0 net: Make IPv6 ND optional by Jukka Rissanen · 8 years ago
  80. eca55e1 net: Initial router advertisement support by Jukka Rissanen · 8 years ago
  81. 66f87c9 net: Initial router solicitation support by Jukka Rissanen · 8 years ago
  82. 9b3d837 net: Initial IPv6 neighbor discovery support by Jukka Rissanen · 8 years ago