1. c6498bb net: ipv6: Make Multicast Listener Discovery API public by Robert Lubos · 6 months ago
  2. adc8fd8 tests: net: mld: Add more test cases involving iface state changes by Robert Lubos · 10 months ago
  3. d397aae tests: net: mld: update MLDv2 tests after changes by Konrad Derda · 11 months ago
  4. d60ea3e tests: net: mld: add tests for multicast routes in MLDv2 reports by Konrad Derda · 11 months ago
  5. e354927 tests: use appropriate sys_randX_get() by Fin Maaß · 12 months ago
  6. d4dc516 tests: net: mld: fix waiting for MLDv2 report after query by Konrad Derda · 12 months ago
  7. 0bc1423 tests: net: mld: Add socket based join/leave tests by Jukka Rissanen · 1 year, 4 months ago
  8. 345735d tests: remove CONFIG_ZTEST_NEW_API in all tests by Anas Nashif · 1 year, 5 months ago
  9. e7bd10a random: Rename random header by Flavio Ceolin · 1 year, 6 months ago
  10. 729a8e6 tests: net: mld: Fix ICMP usage in the test by Jukka Rissanen · 1 year, 6 months ago
  11. efeb2d1 tests: net: renames shadow variables by Daniel Leung · 1 year, 8 months ago
  12. 93b63df samples, tests: convert string-based twister lists to YAML lists by Gerard Marull-Paretas · 1 year, 11 months ago
  13. d0746a9 tests: net: mld: Add test case for NET_IF_IPV6_NO_MLD flag by Robert Lubos · 1 year, 11 months ago
  14. def2301 test: fix more legacy #include paths by Fabio Baltieri · 2 years, 8 months ago
  15. 29b419b test: Update the new ZTEST APIs tests/net/mld by Hu Zhenyu · 2 years, 9 months ago
  16. ade7ccb tests: migrate includes to <zephyr/...> by Gerard Marull-Paretas · 2 years, 11 months ago
  17. 1cccc8a cmake: increase minimal required version to 3.20.0 by Torsten Rasmussen · 3 years, 7 months ago
  18. 6e1df0d tests: net: Refactor tests when running in real hw by Jukka Rissanen · 4 years ago
  19. 5899b8a tests: net: remove usage of device_pm_control_nop by Gerard Marull-Paretas · 4 years ago
  20. b88d5b6 tests: net: Adjust the thread priorities by Jukka Rissanen · 4 years, 4 months ago
  21. e18fcbb device: Const-ify all device driver instance pointers by Tomasz Bursztyka · 4 years, 7 months ago
  22. b7b73d01 net: ipv6: added interface multicast group filtering by Philip Serbin · 4 years, 7 months ago
  23. 98d9b01 device: Apply driver_api/data attributes rename everywhere by Tomasz Bursztyka · 4 years, 8 months ago
  24. c4f7fae random: Include header where it is used by Flavio Ceolin · 4 years, 9 months ago
  25. a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
  26. debade9 tests: make find_package(Zephyr...) REQUIRED by Marc Herbert · 4 years, 10 months ago
  27. ad82b38 tests: ztest: prefix tests with test_ by Anas Nashif · 4 years, 11 months ago
  28. b3f3922 net: tests: Fix timeout passed to k_sleep() by Johan Hedberg · 5 years ago
  29. 407b49b cmake: use find_package to locate Zephyr by Torsten Rasmussen · 5 years ago
  30. 4ae72db net: Enable PM settings on network devices by Tomasz Bursztyka · 5 years ago
  31. c91b9b3 tests: net: stop whitelisting by Andrew Boie · 6 years ago
  32. 6609c12 tests: enable native_posix_64 testing by Nicolas Pitre · 6 years ago
  33. ac56fd8 tests: net: Increase stack sizes for coverage testing by Jukka Rissanen · 6 years ago
  34. 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
  35. 24d7143 all: Add 'U' suffix when using unsigned variables by Patrik Flykt · 6 years ago
  36. 2d8ac0c tests: net: mld: Check return after updating packet by Tedd Ho-Jeong An · 6 years ago
  37. d6d52ce net/pkt: Remove _new suffix to net_pkt_write functions by Tomasz Bursztyka · 6 years ago
  38. 820f3ad net/ipv6: Replace legacy net_ipv6_create by the new one by Tomasz Bursztyka · 6 years ago
  39. dc41aad tests: net: mld: Check null ptr dereference by Jukka Rissanen · 6 years ago
  40. 2a18ec9 tests/net: Switch MLD to new net_pkt API by Tomasz Bursztyka · 6 years ago
  41. d862451 net/icmp: Remove useless icmp functions using legacy net_pkt API by Tomasz Bursztyka · 6 years ago
  42. 0c80a84 net/ipv6: Rename net_ipv6_finalize since legacy version disappeared by Tomasz Bursztyka · 6 years ago
  43. 31a0790 net/context: Let's use the new net_ipv6_finalize by Tomasz Bursztyka · 6 years ago
  44. 88f5672 net/ipv6: Switch MLD join, leave and report to new net_pkt API by Tomasz Bursztyka · 6 years ago
  45. 9a6027b net/icmpv6: Improve callback signature to pass icmp header by Tomasz Bursztyka · 6 years ago
  46. 47f3b33 net/icmpv6: Rework relevant signatures to pass ipv6 header pointer by Tomasz Bursztyka · 6 years ago
  47. 5060ca6 cmake: increase minimal required version to 3.13.1 by Anas Nashif · 6 years ago
  48. e97a543 net/pkt: Remove parameters to "reserve" some headroom by Tomasz Bursztyka · 6 years ago
  49. c77d864 tests/net: Get rid of the ll reserve by Tomasz Bursztyka · 6 years ago
  50. 8668903 net: Clarify logging in networking code by Jukka Rissanen · 6 years ago
  51. b4f79ae net: Return fully calculated chksum by Tomasz Bursztyka · 6 years ago
  52. 72e1c2b tests/net: Apply L2 change everywhere where relevant by Tomasz Bursztyka · 6 years ago
  53. 75ed6d7 tests: net: mld: Fix ICMPv6 checksum calculation by Jukka Rissanen · 6 years ago
  54. 7eabab2 samples, tests: Use semi-accurate project names by Reto Schneider · 6 years ago
  55. f3f04bf tests: net: Convert to new logging system by Jukka Rissanen · 6 years ago
  56. a81aad9 tests: net: Run networking tests only for selected platforms by Jukka Rissanen · 7 years ago
  57. 55ee53c cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts by Sebastian Bøe · 7 years ago
  58. d309c87 net/ipv6: Properly separate what belongs to ipv6 from the rest by Tomasz Bursztyka · 7 years ago
  59. 0d83900 tests: net: mld: fix net mgmt event handler by Marti Bolivar · 7 years ago
  60. d7e7b08 tests: cleanup meta-data of various tests by Anas Nashif · 7 years ago
  61. c609bd8 tests: net: Increase the size of main stack by Jukka Rissanen · 7 years ago
  62. 23f81ee tests/samples: fixed yaml syntax by Anas Nashif · 7 years ago
  63. 898c88f tests: net: mld: Update after solicited-node mcast refactor. by Paul Sokolovsky · 7 years ago
  64. 0829ddf kbuild: Removed KBuild by Sebastian Bøe · 7 years ago
  65. 12f8f76 Introduce cmake-based rewrite of KBuild by Sebastian Bøe · 7 years ago
  66. da9b0dd drivers: Rename `random` to `entropy` by Leandro Pereira · 7 years ago
  67. 0356590 tests: samples: fix yaml syntax by Anas Nashif · 7 years ago
  68. e71a31e net: Wrong networking defines used in the code by Jukka Rissanen · 8 years ago
  69. e0dd4ff tests: net: mld: Ignore already joined error when sending report by Jukka Rissanen · 8 years ago
  70. ca0ad13 net: enable SLIP only on QEMU targets by Anas Nashif · 8 years ago
  71. 8476da9 net: icmp: Remove NET_ICMP_HDR() macro and direct access to net_buf by Jukka Rissanen · 8 years ago
  72. dcbe20d tests: net: mld: Fix tests and run them automatically by Jukka Rissanen · 8 years ago
  73. 470c5f3 tests: remove testcase.ini files by Anas Nashif · 8 years ago
  74. cc24f4b tests: samples: convert testcase files to yaml by Anas Nashif · 8 years ago
  75. 397d29d linker: move all linker headers to include/linker by Anas Nashif · 8 years ago
  76. 25307d5 net: net_pkt_append: Refactor to return length of data actually added by Paul Sokolovsky · 8 years ago
  77. a509441 net: convert to using newly introduced integer sized types by Kumar Gala · 8 years ago
  78. e589690 net: Rename all *_BUF() macros to *_HDR() by Tomasz Bursztyka · 8 years ago
  79. db11fcd net/net_pkt: Fully separate struct net_pkt from struct net_buf by Tomasz Bursztyka · 8 years ago
  80. bf964cd net: Renaming net nbuf API to net pkt API by Tomasz Bursztyka · 8 years ago
  81. 7890816 Introduce new sized integer typedefs by Kumar Gala · 8 years ago
  82. c7bc909 tests/ztest: rename assert macros to be zephyr specific by Kumar Gala · 8 years ago
  83. fc2542b net: tests: Fix the default MAC address by Jukka Rissanen · 8 years ago
  84. 8cb97ae net: Modify IPv4/6 packet finalize API's by Ravi kumar Veeramally · 8 years ago
  85. e82f7a6 tests: net: Check allnodes and solicit node addresses. by Jukka Rissanen · 8 years ago
  86. 253e9a3 tests: net: Add MLD query tests by Jukka Rissanen · 8 years ago
  87. d0fc787 tests: net: Add unit tests for mld by Jukka Rissanen · 8 years ago