aboutsummaryrefslogtreecommitdiff
path: root/embassy-net
Commit message (Expand)AuthorAgeFilesLines
...
* lint: Remove unused importsLeon Camus2023-03-071-2/+1
* lint: Cargo fmtLeon Camus2023-03-072-22/+13
* feat: Add multicast to udp socketLeon Camus2023-03-063-13/+72
* embassy-net: DNS resolver detects when name is just an IP address and returns...kbleeke2023-02-251-0/+16
* embassy-net: add flush to TcpSocket and TcpWriter as an inherent methodkbleeke2023-02-221-0/+8
* Implement flush for TcpSocketkbleeke2023-02-221-3/+12
* net: document all featuresDario Nieuwenhuis2023-02-131-1/+1
* fix: cfg guard for ipv6Ulf Lilleengen2023-02-101-0/+1
* remove unneeded featuresUlf Lilleengen2023-02-101-1/+1
* scope dns operations within a cfged blockUlf Lilleengen2023-02-101-3/+5
* add waker for DNS slotsUlf Lilleengen2023-02-102-11/+32
* Bump max queriesUlf Lilleengen2023-02-101-1/+2
* Create slice using ::OwnedUlf Lilleengen2023-02-101-1/+1
* attempt removing optionUlf Lilleengen2023-02-101-47/+27
* Expose api on Stack and add docUlf Lilleengen2023-02-102-10/+5
* Rewrite to use a single socketUlf Lilleengen2023-02-103-75/+130
* cargo fmtUlf Lilleengen2023-02-101-1/+1
* Handle cancellationUlf Lilleengen2023-02-102-2/+15
* Add DNS socket to embassy-netUlf Lilleengen2023-02-103-2/+118
* net: reexport driver crate.Dario Nieuwenhuis2023-02-081-1/+3
* net: use released smoltcp 0.9.0Dario Nieuwenhuis2023-02-071-11/+6
* Pass the correct buffer when creating TcpSocketUlf Lilleengen2023-01-311-1/+1
* add missing copy of icmpv6 checksumUlf Lilleengen2023-01-241-0/+4
* IPv6 has no checksumDavide Della Giustina2023-01-241-4/+0
* net: update smoltcp.Dario Nieuwenhuis2023-01-192-23/+21
* net: poll returning false is not an error. No need to repoll.Dario Nieuwenhuis2023-01-191-5/+1
* Add smoltcp dhcp socket configurationPaweł Jan Czochański2023-01-191-20/+52
* Update smoltcp to the newest masterPaweł Jan Czochański2023-01-193-27/+18
* net; allow changing MAC addr at runtime.Dario Nieuwenhuis2022-12-271-8/+8
* net: split driver trait to a separate crate.Dario Nieuwenhuis2022-12-265-97/+57
* net: use atomic-polyfill on tcp client pool, for thumbv6m support.Dario Nieuwenhuis2022-12-262-1/+2
* net: remove unused pool-x featuresDario Nieuwenhuis2022-12-261-8/+1
* Remove unnecessary use of atomic-polyfill.Dario Nieuwenhuis2022-12-232-2/+1
* net: move stack into lib.rsDario Nieuwenhuis2022-12-134-315/+304
* net: remove packet pool.Dario Nieuwenhuis2022-12-135-197/+105
* fix net README.mdAaron Tsui2022-12-131-1/+3
* net: update smoltcpDario Nieuwenhuis2022-12-074-25/+17
* net: don't use UnsafeCell.Dario Nieuwenhuis2022-12-033-75/+57
* Bump embedded-nal-async to 0.3.0Dario Nieuwenhuis2022-11-291-1/+1
* Switch to async-fn-in-traitDario Nieuwenhuis2022-11-253-82/+48
* Update Rust nightly.Dario Nieuwenhuis2022-10-262-10/+10
* all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-071-0/+1
* Replace futures::future::poll_fn -> core::future::poll_fn.Dario Nieuwenhuis2022-09-223-6/+5
* Update Rust nightly.Dario Nieuwenhuis2022-09-221-1/+1
* time: add more tick rates, use 1mhz as default.Dario Nieuwenhuis2022-09-021-1/+1
* net: feature-gate nightly-only async traits to allow building on stable.Dario Nieuwenhuis2022-08-303-51/+80
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-222-2/+2
* net: update atomic-pool, atomic-polyfill.Dario Nieuwenhuis2022-08-181-2/+2
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-182-11/+11
* More docserver metadata fix.Dario Nieuwenhuis2022-08-151-3/+1