105 Commits (cdc6c324d785742291460e742be261cb37705d65)

Author SHA1 Message Date
Jukka Rissanen cdc6c324d7 net: dns: Save info about source when configuring DNS servers 2 weeks ago
Jukka Rissanen cf8b7d715d net: dns: Add service discovery support 3 weeks ago
Jukka Rissanen cb9052459a net: dns: Properly cleanup DNS servers per network interface 3 weeks ago
Jukka Rissanen 2af5dba995 net: dns: Allow reconfiguration with network interfaces 3 weeks ago
Jukka Rissanen d955af4e62 net: dns: Join mDNS multicast group for resolving 4 months ago
Jukka Rissanen 9e79184f7e net: mdns_responder: Implement probing support 5 months ago
Jukka Rissanen 8d601a0cc2 net: dns: Allow creating context with specific interface 5 months ago
Jukka Rissanen 82ef524777 net: dns: Allow creating context with specific svc and port 5 months ago
Jukka Rissanen af758e51a2 net: dns: Introduce resolver function that avoids using the cache 5 months ago
Jukka Rissanen c832f3dd86 net: dns: Use DNS_EAI_SYSTEM error properly 5 months ago
Jukka Rissanen e98bf3e6d7 net: dns: Use dispatcher context in callbacks 5 months ago
Noah Olson 37a924be6a net: dns: Fix DNS caching bug 5 months ago
Jukka Rissanen c110331507 net: dns: Avoid errors when DNS dispatcher is already registered 7 months ago
Jukka Rissanen efcfcfe292 net: dns: Fix the debug print when dispatcher fails 7 months ago
Jukka Rissanen eb2550a441 net: dns: Check parsing error properly for response 7 months ago
Chen Xingyu 50f23500b8 net: Fix warning of `size_t` formatting with `%.*s` 8 months ago
Jukka Rissanen 6c95daf0ae net: dns: Bind DNS server to a network interface 8 months ago
Jukka Rissanen ec18ab1eda net: dns: Convert the query and answer to small case letters 8 months ago
Fin Maaß 03a5f417d1 net: sockets: socket_service: remove k_work related code 9 months ago
Jordan Yates 4953389b1e net: socket_service: remove `work_q` parameter 9 months ago
Krzysztof Bartnicki e1cacb3a18 net: dns: Fix DNS resolver cache invalid find call 9 months ago
Jukka Rissanen 765bfbbc3c net: stats: dns: Collect DNS statistics 10 months ago
Robert Lubos 1aca4205b8 net: lib: dns: Fix error code returned when socket creation failed 1 year ago
Robert Lubos e018281d3b net: lib: dns: Fix DNS dispatcher double net buf unref 1 year ago
Jukka Rissanen 1eb4a709e8 net: dns: Allow using resolver and responder at the same time 1 year ago
Jukka Rissanen 3f96a87d1c net: dns: Fix resolver debug print 1 year ago
Jukka Rissanen ecda6b190f net: dns: The DNS_EAI_ALLDONE is not an error 1 year ago
Marcin Niestroj c6fd2a1ddf net: dns: don't request address in recvfrom() 1 year ago
Jukka Rissanen 9a40066b4f net: dns: Convert resolver to use socket service API 1 year ago
Jukka Rissanen aecac68179 net: Do not directly use net_buf size field 1 year ago
Fin Maaß a1ea9b7351 net: use appropriate sys_randX_get() 1 year ago
Carlo Kirchmeier 7bfaca4c58 net: dns: Add DNS cache for improved performance 1 year ago
Jordan Yates 1e1d2725a7 net: dns: option to disable auto context init 1 year ago
Jordan Yates e5f4fa0f4a net: dns: function to default initialize context 1 year ago
Jukka Rissanen fc006d7daa net: dns: Do not pass 0 as TTL or hop limit 2 years ago
Flavio Ceolin e7bd10ae71 random: Rename random header 2 years ago
Daniel Leung 5bc08ae3c6 net: rename shadow variables 2 years ago
Stig Bjørlykke 6862fdea1a net: dns: Check existing DNS servers before reconfigure 2 years ago
Jeroen van Dooren 1be74ac6d7 net: dns: prevent crash on nullptr as callback 2 years ago
Jukka Rissanen cf24ebcc1f net: dns: Always init the resolver 3 years ago
Stephanos Ioannidis 8fe855f166 net: dns: Check query index in dns_read 3 years ago
Krzysztof Chruscinski 041f0e5379 all: logging: Remove log_strdup function 3 years ago
Andrei Emeltchenko a4fe0edfdc net: dns: Return error code 3 years ago
Gerard Marull-Paretas 5113c1418d subsystems: migrate includes to <zephyr/...> 3 years ago
Yong Cong Sin 731241f8d0 kernel: workq: Fix type errors in delayable work handlers 3 years ago
Ievgen Glinchuk 1ce8d6fae4 net: dns: Fix multiple IP DNS resolution 4 years ago
Marcin Niestroj 71c31c45c7 net: dns: add dns_resolve_reconfigure() API 4 years ago
Marcin Niestroj 83e5953783 net: dns: protect 'is_used' with mutex 4 years ago
Marcin Niestroj d98911d712 net: dns: add 10ms delay when rescheduling query timeout handler 4 years ago
Peter Bigot 1c7bf96019 net: dns: update to new k_work API 4 years ago