1. a3a3125 net: npf: add the ability to do MAC address masked matching by Nicolas Pitre · 3 years, 3 months ago
  2. faa0b2a net: introduce a network packet filter framework by Nicolas Pitre · 3 years, 3 months ago
  3. 860e59e tests: net: ipv6: Verify Route Info data in Router Advertisment by Robert Lubos · 3 years, 3 months ago
  4. 111992b tests: net: route: Add new route tests by Robert Lubos · 3 years, 3 months ago
  5. e9db822 net: route: Add support for route preference by Robert Lubos · 3 years, 3 months ago
  6. ee6c552 boards: frdm_k64f: Solve conflict between UART3 and enet by Kim Bøndergaard · 3 years, 4 months ago
  7. 2eb67b2 tests: net: Add custom 802154 L2 tests by Robert Lubos · 3 years, 4 months ago
  8. 89a4f36 device: remove inclusion of pm/device.h by Gerard Marull-Paretas · 3 years, 4 months ago
  9. 6dbd5c7 net: icmpv6: Remove in6_addr from packed structs by Robert Lubos · 3 years, 4 months ago
  10. 666e9f8 net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct by Robert Lubos · 3 years, 4 months ago
  11. 064200b net: ipv4: Remove in_addr from packed net_ipv4_hdr struct by Robert Lubos · 3 years, 4 months ago
  12. bbdeef4 net: arp: Remove in_addr/in6_addr from packed net_arp_hdr struct by Robert Lubos · 3 years, 4 months ago
  13. 6451626 pm: Use pm_device_action_run instead of state_set by Flavio Ceolin · 3 years, 4 months ago
  14. 8e99db5 Kconfig: net: deprecate `NET_BUF_USER_DATA_LEN` by Jordan Yates · 3 years, 4 months ago
  15. 7064907 tests: net: buf: test per-pool data lengths by Jordan Yates · 3 years, 4 months ago
  16. df327ee net: buf: `POOL_FIXED_DEFINE` explicit user data by Jordan Yates · 3 years, 4 months ago
  17. d17e043 net: buf: `POOL_HEAP_DEFINE` explicit user data by Jordan Yates · 3 years, 4 months ago
  18. 8236b60 net: buf: `POOL_VAR_DEFINE` explicit user data by Jordan Yates · 3 years, 4 months ago
  19. 0b5e6f1 tests: net: buf: validate user_data_size fields by Jordan Yates · 3 years, 4 months ago
  20. 39f21dc tests: pm: use new PM macros by Gerard Marull-Paretas · 3 years, 4 months ago
  21. 3e86c62 kernel: atomics: update print specifiers for atomic_t by Christopher Friedt · 3 years, 4 months ago
  22. 32db35a net/tcp: Rename TCP2 to TCP by Tomasz Bursztyka · 3 years, 5 months ago
  23. 404f67a tests/net: Raise TLS timeout option on waitall checks by Tomasz Bursztyka · 3 years, 5 months ago
  24. a6f831f net: lwm2m: Add IPSO filling sensor object by Andrew Hedin · 3 years, 5 months ago
  25. e071555 net: lwm2m: Add IPSO current sensor object by Andrew Hedin · 3 years, 5 months ago
  26. 6432289 tests: add integration_platforms to socket/tls test by Anas Nashif · 3 years, 5 months ago
  27. 3718904 test/net: Make sure the tls server socket is accepting before connect by Tomasz Bursztyka · 3 years, 5 months ago
  28. 174f489 tests/net: Put the context down and not only the tcp part in tcp2 test by Tomasz Bursztyka · 3 years, 5 months ago
  29. f371f76 tests/net: Switch k_msleep to k_yield for tcp packet scheduling by Tomasz Bursztyka · 3 years, 5 months ago
  30. 1696f6d tests/net: TLS test requires more RX PKT and buffers by Tomasz Bursztyka · 3 years, 5 months ago
  31. 18519ff tests: use common PM action callback naming by Gerard Marull-Paretas · 3 years, 5 months ago
  32. 20bdb6e tests: net: all: Add LwM2M to build all test by Robert Lubos · 3 years, 5 months ago
  33. 477c0d9 tests: net: net_pkt: Verify unchecked net_pkt functions results by Robert Lubos · 3 years, 5 months ago
  34. 3ad85f4 tests: net: dns_sd, mdns: support service type enumeration by Christopher Friedt · 3 years, 6 months ago
  35. 0dbdcc7 net: sockets: Add socket processing priority by Robert Lubos · 3 years, 6 months ago
  36. e7778b8 net: ptp: extract PTP interfaces outside gPTP subsys under NET_L2_PTP by Alex Sergeev · 3 years, 6 months ago
  37. 8e64038 drivers: net: adding NET_DRIVERS menuconfig by Torsten Rasmussen · 3 years, 6 months ago
  38. b30ae46 tests: ptp: Fixed PTP clock test failure on frdm_k64f by Daniel DeGrasse · 3 years, 6 months ago
  39. f7219e8 tests: net: socket: new tests for AF_PACKET&SOCK_RAW&IPPROTO_RAW by Jani Hirsimäki · 3 years, 6 months ago
  40. 1cccc8a cmake: increase minimal required version to 3.20.0 by Torsten Rasmussen · 3 years, 7 months ago
  41. b4bf5cb tests: ieee802154: fix test MAC addresses by Stancu Florin · 3 years, 7 months ago
  42. 7ccc1a4 pm: use actions for device PM control by Gerard Marull-Paretas · 3 years, 8 months ago
  43. 495672a pm: cleanup pm control callback implementations by Gerard Marull-Paretas · 3 years, 8 months ago
  44. d41dadc pm: rename PM_DEVICE_STATE_SUSPEND to PM_DEVICE_STATE_SUSPENDED by Gerard Marull-Paretas · 3 years, 8 months ago
  45. 11eef4d pm: device: remove pointer usage for state by Gerard Marull-Paretas · 3 years, 8 months ago
  46. 9e7d545 pm: device: remove ctrl_command callback argument by Gerard Marull-Paretas · 3 years, 8 months ago
  47. da0ff4a pm: device: remove usage of ctrl_command by Gerard Marull-Paretas · 3 years, 8 months ago
  48. 532a85c tests: net: dns-sd: add a test case for setup_dst_addr by Fabio Baltieri · 3 years, 8 months ago
  49. 697f354 net: bridge: test to exercise the bridge facility by Nicolas Pitre · 3 years, 8 months ago
  50. 1ce1d19 net: pkt: introduce net_pkt_remove_tail() by Marcin Niestroj · 3 years, 9 months ago
  51. 3fe94e0 tests: net: socket: select: Relax timing requirements by Robert Lubos · 3 years, 9 months ago
  52. 26ad837 pm: remove callback from control function by Gerard Marull-Paretas · 3 years, 9 months ago
  53. 217e610 pm: remove redundant callback usage by Gerard Marull-Paretas · 3 years, 9 months ago
  54. bb0f061 tests: net: coap: Convert unit tests to ztest API by Robert Lubos · 3 years, 9 months ago
  55. fe3a11b tests: net: ethernet_mgmt: Fix tests when running in real hw by Jukka Rissanen · 3 years, 9 months ago
  56. cc2f0e9 pm: use enum for device PM states by Gerard Marull-Paretas · 3 years, 9 months ago
  57. fe6e017 tests: net: coap: Extend existing tests with additional checks by Robert Lubos · 3 years, 9 months ago
  58. f6a2d3a tests: net: socketpair: Verify that poll is signalled correctly by Robert Lubos · 3 years, 9 months ago
  59. 6688f70 tests: net: socket: tls_ext: Add platform filter by David Leach · 3 years, 9 months ago
  60. e9bad8f tests: net: eth: Add TXTIME tests by Jukka Rissanen · 3 years, 10 months ago
  61. d1629c4 tests: net: eth: Add Qbu tests by Jukka Rissanen · 3 years, 10 months ago
  62. 8adc0a7 tests: net: eth: Add Qbv tests by Jukka Rissanen · 3 years, 10 months ago
  63. 2f409f4 tests: net: socket: tls: Fix timing issue on nRF devices by Robert Lubos · 3 years, 10 months ago
  64. 1ce8d6f net: dns: Fix multiple IP DNS resolution by Ievgen Glinchuk · 3 years, 10 months ago
  65. 0106e83 tests: net: socket: Add userspace tests to SO_BINDTODEVICE by Jukka Rissanen · 3 years, 10 months ago
  66. 7978813 tests: net: getaddrinfo: Increase newlib heap size by Stephanos Ioannidis · 3 years, 10 months ago
  67. dab391f tests: net: getaddrinfo: Disable onboard Ethernet controller by Jukka Rissanen · 3 years, 11 months ago
  68. 0c607ad pm: device: Align state names with system states by Flavio Ceolin · 3 years, 11 months ago
  69. 7eba310 power: device: void *context -> uint32_t *state by Flavio Ceolin · 3 years, 11 months ago
  70. ff4eb86 net/virtual: test case need have random generator driver by Hake Huang · 3 years, 11 months ago
  71. 56f1a8c pm: rename PM_DEVICE_GET/SET_POWER_STATE to PM_DEVICE_STATE_GET/SET by Gerard Marull-Paretas · 3 years, 11 months ago
  72. 7988ab4 pm: rename device_set/get_power_state to pm_device_set/get by Gerard Marull-Paretas · 3 years, 11 months ago
  73. dbf46b3 pm: rename device_pm_cb to pm_device_cb by Gerard Marull-Paretas · 3 years, 11 months ago
  74. 2c7b763 pm: replace DEVICE_PM_* states with PM_DEVICE_* by Gerard Marull-Paretas · 3 years, 11 months ago
  75. 6e1df0d tests: net: Refactor tests when running in real hw by Jukka Rissanen · 4 years ago
  76. d367fc7 tests: net: igmp: Remove device_pm_control_nop by Jukka Rissanen · 4 years ago
  77. 9f478e0 tests: net: dns_addremove: cover dns_resolve_reconfigure() by Marcin Niestroj · 4 years ago
  78. 71c31c4 net: dns: add dns_resolve_reconfigure() API by Marcin Niestroj · 4 years ago
  79. a4c119a tests: net: igmp: Add IPv4 IGMP tests by Jukka Rissanen · 4 years ago
  80. 5899b8a tests: net: remove usage of device_pm_control_nop by Gerard Marull-Paretas · 4 years ago
  81. 91ff305 tests: net: poll: Increase ztest thread stack size by Jukka Rissanen · 4 years ago
  82. a9b3057 tests: net: ptp: Compile only on relevant boards by Jukka Rissanen · 4 years ago
  83. 70edc3c tests: net: tcp2: Perform tests on DUMMY interface by David Leach · 4 years ago
  84. 9f2fa87 net: Remove support for CONFIG_NET_CONTEXT_TIMESTAMP option by Jukka Rissanen · 4 years ago
  85. b9f5ba2 test: Rename interfaces defined in virtual networks test by Lukasz Majewski · 4 years ago
  86. d1b6a80 test: Lookup for struct net_if interface defined in ipv6 test by Lukasz Majewski · 4 years ago
  87. f25dd77 test: Rename interfaces in ptp clock test by Lukasz Majewski · 4 years ago
  88. b814892 test: Rename interfaces defined in checksum offload test by Lukasz Majewski · 4 years ago
  89. a18be0c test: Lookup for struct net_if interface defined in arp test by Lukasz Majewski · 4 years ago
  90. 188cb2c net: Conversion of k_work API by Peter Bigot · 4 years ago
  91. 71532eb tests: net: sockets: Implement SO_BINDTODEVICE option tests by Robert Lubos · 4 years ago
  92. 814fb71 net: socket: Implement SO_BINDTODEVICE socket option by Robert Lubos · 4 years ago
  93. 6d39780 tests: disable long time case from NXP FRDM_KW41Z by Hake Huang · 4 years ago
  94. 8ea7eb9 tests: net: virtual: Add unit tests for checking tunneling by Jukka Rissanen · 4 years ago
  95. 0bb4665 include: Move ptp_clock.h to drivers/ptp_clock.h by Kumar Gala · 4 years ago
  96. 5b1d712 tests: sockets: add test for socket api tls extensions by Christopher Friedt · 4 years ago
  97. 8929b40 tests: net: sockets: tls: Add MSG_TRUNC flag tests by Robert Lubos · 4 years ago
  98. d93003e tests: net: sockets: Add MSG_TRUNC flag tests by Robert Lubos · 4 years ago
  99. 0af89fc net: Remove legacy TCP stack by Jukka Rissanen · 4 years ago
  100. 01252c2 tests: net: socket: getaddrinfo: fix resource leak by Guðni Már Gilbert · 4 years ago