aboutsummaryrefslogtreecommitdiff
path: root/embassy-net/src
Commit message (Expand)AuthorAgeFilesLines
* chore: address some clippy issuesKrzysztof Królczyk2024-11-012-21/+19
* chore: improve some log msgsKrzysztof Królczyk2024-11-012-4/+4
* feat(embassy-net): Implement `wait_send_ready()` + `wait_recv_ready()` for Ra...Anthony Grondin2024-10-311-0/+53
* feat(embassy-net): Implement `TcpReader::wait_read_ready()` + `TcpWriter::wai...Anthony Grondin2024-10-311-0/+20
* Made import private again.Frostie3141592024-10-301-1/+1
* Reexported some smoltcp types for raw socket.Frostie3141592024-10-291-2/+2
* Merge pull request #3368 from AnthonyGrondin/mainDario Nieuwenhuis2024-10-212-3/+112
|\
| * feat(embassy-net): Implement `wait_read_ready()` + `wait_write_ready()` for T...Anthony Grondin2024-09-241-2/+44
| * docs(embassy-net): Update can_send() and may_send() documentation to reflect ...Anthony Grondin2024-09-241-1/+15
| * feat(embassy-net): Implement `wait_recv_ready()` + `wait_send_ready()` for Ud...Anthony Grondin2024-09-241-0/+53
* | net: Add flush for UDP and Raw sockets.Fan Jiang2024-10-212-0/+34
* | rustfmt for new nightly.Dario Nieuwenhuis2024-10-142-3/+12
* | Update smoltcp, embedded-nal-async to use the `core::net` IP addr types.Dario Nieuwenhuis2024-10-072-17/+12
|/
* net: add all combinations of wait methods for link/config up/down.Dario Nieuwenhuis2024-09-181-12/+28
* net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-166-355/+309
* Merge pull request #3277 from dvdsk/mainDario Nieuwenhuis2024-09-101-0/+19
|\
| * embassy-net: fix/clearify TcpReader docs. Expand docs on timeoutsdvdsk2024-08-231-4/+17
| * embassy-net/read document return value Ok(0)dvdsk2024-08-231-0/+6
* | feat(embassy-net): add zero-copy UDP send/recv functionsCirrus2024-08-251-0/+63
|/
* Merge pull request #3198 from sammhicks/mainDario Nieuwenhuis2024-08-131-1/+1
|\
| * net/tcp: fix flush() waiting forever if socket is reset with pending write dataSamuel Hicks2024-07-191-1/+1
* | examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)Dario Nieuwenhuis2024-08-071-2/+5
* | Merge pull request #3219 from mirkomartn/bound-dns-serversDario Nieuwenhuis2024-07-291-3/+13
|\ \ | |/ |/|
| * embassy-net: dns: bound the dns_servers sliceGasper Stukelj2024-07-291-3/+13
* | Merge pull request #3186 from MathiasKoch/embassy-net/socket-timeoutDario Nieuwenhuis2024-07-181-1/+15
|\ \
| * | Allow setting socket timeout for embedded-nal TcpClient, such that every new ...Mathias2024-07-171-1/+15
| |/
* | Merge pull request #3191 from mirkomartn/fix-docDario Nieuwenhuis2024-07-181-1/+1
|\ \
| * | embassy-net: fix minor typo in docGasper Stukelj2024-07-181-1/+1
| |/
* / Reduced define for 'unreachable!' to a single macro ruleTarun Singh2024-07-171-10/+6
|/
* Update `ReadReady` and `WriteReady` implementationstrepidacious2024-07-011-3/+3
* Add check for closed connection to `read_ready()`trepidacious2024-06-301-1/+1
* Add collapse_debuginfo to fmt.rs macros.Dario Nieuwenhuis2024-06-171-0/+17
* dns: properly handle AddrType::Either in get_host_by_name()Aurélien Jacobs2024-06-111-4/+19
* add send_queue and recv_queuePhilip Reimer2024-06-051-0/+32
* impl ReadReady for tcp call can_recv() insted of may_recv()davidskula2024-05-071-2/+2
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-3/+2
* fixup! net/udp: Relay full UdpMetadata instead of only remote endpoint in pol...chrysn2024-04-191-1/+1
* fixup! net/udp: Relay full UdpMetadata instead of only remote endpoint in pol...chrysn2024-04-191-2/+2
* Merge branch 'main' into prep-embedded-nal-async-udpchrysn2024-04-192-0/+122
|\
| * Removed generic type parameter.Gustav Toft2024-04-111-1/+1
| * Removed Result for send and poll_send.Gustav Toft2024-04-111-3/+3
| * Fixed commented issues.Gustav Toft2024-04-102-63/+5
| * Merge branch 'main' of https://github.com/GustavToft/embassyGustav Toft2024-04-041-2/+1
| |\
| * | Implement raw sockets in embassy-netGustav Toft2024-04-042-0/+180
* | | fixup! net/udp: Relay full UdpMetadata instead of only remote endpoint in pol...chrysn2024-04-151-4/+2
* | | net/udp: Relay full UdpMetadata instead of only remote endpoint in poll_ func...chrysn2024-04-081-5/+11
| |/ |/|
* | fmt: disable "unused" warnings.Dario Nieuwenhuis2024-03-201-2/+1
|/
* net/tcp: fix flush() not waiting for ACK of FIN.Dario Nieuwenhuis2024-02-211-2/+8
* correct spelling of the word "receive"Stefan Gehr2024-02-031-2/+2
* net: add packet-trace feature.Dario Nieuwenhuis2024-01-101-2/+11