105 Commits (cdc6c324d785742291460e742be261cb37705d65)

Author SHA1 Message Date
Jukka Rissanen 8353225ce0 net: dns: Add locking to prevent concurrent access 4 years ago
Peter Bigot 7e77370acb net: dns: review use of k_work APIs 5 years ago
Jukka Rissanen 6493af2714 tests: net: dns: Add tests for catching malformed packets 5 years ago
Jukka Rissanen 50def60b4e net: dns: Verify that DNS id and flags can be read 5 years ago
Jukka Rissanen 214da19b27 net: dns: Fix next answer position when parsing packet 5 years ago
Jukka Rissanen c7441c9d0b net: dns: Verify that response is not too short 5 years ago
Flavio Ceolin 0aaae4a039 guideline: Make explicit fallthrough cases 5 years ago
Flavio Ceolin c4f7faea10 random: Include header where it is used 5 years ago
Léonard Bise 7b869f0392 net: dns: Ignore queries when resolving a name 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Jukka Rissanen 65a1bebe85 net: Replace NET_WAIT_FOREVER by SYS_FOREVER_MS 5 years ago
Jukka Rissanen a49741ff66 net: dns: Refactor because of timeout overhaul 5 years ago
Jukka Rissanen f9c18dd962 net: dns: Support multiple simultaneous mDNS requests 6 years ago
Jukka Rissanen 06d101e4b1 net: dns: Check family before returning results 6 years ago
Jukka Rissanen 3479010e7d net: dns: Check and parse received mDNS responses properly 6 years ago
Jukka Rissanen 9fdd41be28 net: dns: Print info about the type of the DNS server 6 years ago
Jukka Rissanen f4c4d12062 net: mdns: Use 5353 source port when sending the query 6 years ago
Jukka Rissanen 8f92dc4634 net: dns: Send net-mgmt event for DNS server add and del 6 years ago
Patrik Flykt 24d71431e9 all: Add 'U' suffix when using unsigned variables 6 years ago
Tomasz Bursztyka 03bfc5dd0f net/context: Remove token parameter from net_context_send/sendto 6 years ago
Tomasz Bursztyka a25f054cbd net/pkt: Remove _new suffix to net_pkt_read functions 6 years ago
Tomasz Bursztyka 172fe5a87b net/context: Remove _new suffix on net_context_send/sendto functions 6 years ago
Tomasz Bursztyka 675a5056ed net/dns: Switch to new net_context API 6 years ago
Tomasz Bursztyka f72b113876 net/dns: Move function declaration after macros and local variables 6 years ago
Carlos Stuart 75f77db432 include: misc: util.h: Rename min/max to MIN/MAX 6 years ago
Tomasz Bursztyka 4b78a251d7 net/context: Make recv_cb providing the ip and protocol headers 7 years ago
Jukka Rissanen 86689030e8 net: Clarify logging in networking code 7 years ago
Patrik Flykt b97db52de7 misra-c: Add 'U' to unsigned variable assignments in subsys/ 7 years ago
Jukka Rissanen cf063fe85b net: Rename net_is_xxx...() functions to net_xxx_is...() 7 years ago
Jukka Rissanen 57a8db7789 net: Use log_strdup() when printing debug strings 7 years ago
Jukka Rissanen d880d7c9c8 net: lib: Convert dns library to use log level 7 years ago
Flavio Ceolin da49f2e440 coccicnelle: Ignore return of memset 7 years ago
Jukka Rissanen 4078e46e7d net: l2/lib: Always have a timeout when allocating a net_buf 7 years ago
Jukka Rissanen 837ed14a0d net: llmnr: Add link-local mcast name resolution client support 7 years ago
Stig Bjørlykke 5da0d2928f net: dns: Fix end-of-results callback on error 7 years ago
Paul Sokolovsky d965598ee2 net: dns: Allow to initialize DNS servers from struct sockaddr[] 8 years ago
Paul Sokolovsky a3231798ae net: lib: dns: dns_resolve_close: Mark context as unused 8 years ago
Jukka Rissanen 43aa12fe25 net: dns: Do not resolve IPv6 address if IPv6 is disabled 8 years ago
Jukka Rissanen 1865b91f97 net: mdns: Add multicast DNS client support 8 years ago
Jukka Rissanen bd425e6857 net: dns: Do not resolve numeric IP address 8 years ago
Jukka Rissanen a71164ed50 net: dns: Use IP address parsing function in init 8 years ago
Paul Sokolovsky dcb80f7ab8 net: struct sockaddr should have field "sa_family" 8 years ago
Jukka Rissanen 55b8edc88e net: Fix LLVM compiler warnings 8 years ago
Jukka Rissanen 8c02460a5e net: dns: Check address family when initializing 8 years ago
Leandro Pereira 87ccb79a7a net: lib: dns: Check return value of net_context_recv() 8 years ago
Paul Sokolovsky 25307d5331 net: net_pkt_append: Refactor to return length of data actually added 8 years ago
Kumar Gala a509441210 net: convert to using newly introduced integer sized types 8 years ago
Tomasz Bursztyka db11fcd174 net/net_pkt: Fully separate struct net_pkt from struct net_buf 8 years ago
Tomasz Bursztyka bf964cdd4c net: Renaming net nbuf API to net pkt API 8 years ago
Kumar Gala 789081673f Introduce new sized integer typedefs 8 years ago