index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'main' into v4-optional
Dario Nieuwenhuis
2023-06-08
1
-1
/
+9
|
\
|
*
updated can_recv and may_recv to match the smoltcp functions.
Russ Hewgill
2023-06-06
1
-1
/
+9
*
|
net: Add documentation to new Config system
Ruben De Smet
2023-06-07
1
-0
/
+10
*
|
net: Support dual stack IP
Ruben De Smet
2023-06-07
1
-13
/
+62
*
|
net: proto-ipv6 in is_config_up
Ruben De Smet
2023-06-06
1
-4
/
+23
*
|
net: Allow a combined use of IPv4 and IPv6 DNS servers
Ruben De Smet
2023-06-06
1
-9
/
+40
*
|
net: Allow setting an IPv6 in the stack
Ruben De Smet
2023-06-06
1
-4
/
+68
*
|
net: StaticV4 config behind proto-ipv4
Ruben De Smet
2023-06-06
4
-12
/
+43
*
|
Rename StaticConfig to StaticConfigV4
Ruben De Smet
2023-06-06
1
-6
/
+6
*
|
Put proto-ipv4 behind a feature flag
Ruben De Smet
2023-06-05
1
-2
/
+2
|
/
*
net: Make flush() wait for RST packets from abort()
Matt Johnston
2023-05-25
1
-3
/
+11
*
Update Rust nightly.
Dario Nieuwenhuis
2023-05-19
1
-1
/
+0
*
net: document crate.
Dario Nieuwenhuis
2023-05-15
5
-11
/
+160
*
net: reexport UDP PacketMetadata under the udp module.
Dario Nieuwenhuis
2023-05-15
2
-3
/
+4
*
net: do not use smoltcp Instant/Duration in public API.
Dario Nieuwenhuis
2023-05-15
3
-18
/
+32
*
Remove unused `feature(type_alias_impl_trait)`.
Dario Nieuwenhuis
2023-05-14
1
-4
/
+1
*
Add extra feature flags to fix build without dhcp.
Roy Buitenhuis
2023-04-18
1
-4
/
+5
*
Release embassy-sync v0.2.0
Dario Nieuwenhuis
2023-04-13
1
-1
/
+1
*
Wait for waker when no data is available on UDP socket.
Roy Buitenhuis
2023-03-15
1
-2
/
+1
*
refactor: Multicast method modifiers on stack to public
Leon Camus
2023-03-08
2
-35
/
+18
*
fix: Add qualified imports
Leon Camus
2023-03-07
1
-3
/
+3
*
lint: Remove unused imports
Leon Camus
2023-03-07
1
-2
/
+1
*
lint: Cargo fmt
Leon Camus
2023-03-07
2
-22
/
+13
*
feat: Add multicast to udp socket
Leon Camus
2023-03-06
3
-13
/
+72
*
embassy-net: DNS resolver detects when name is just an IP address and returns...
kbleeke
2023-02-25
1
-0
/
+16
*
embassy-net: add flush to TcpSocket and TcpWriter as an inherent method
kbleeke
2023-02-22
1
-0
/
+8
*
Implement flush for TcpSocket
kbleeke
2023-02-22
1
-3
/
+12
*
net: document all features
Dario Nieuwenhuis
2023-02-13
1
-1
/
+1
*
fix: cfg guard for ipv6
Ulf Lilleengen
2023-02-10
1
-0
/
+1
*
remove unneeded features
Ulf Lilleengen
2023-02-10
1
-1
/
+1
*
scope dns operations within a cfged block
Ulf Lilleengen
2023-02-10
1
-3
/
+5
*
add waker for DNS slots
Ulf Lilleengen
2023-02-10
2
-11
/
+32
*
Bump max queries
Ulf Lilleengen
2023-02-10
1
-1
/
+2
*
Create slice using ::Owned
Ulf Lilleengen
2023-02-10
1
-1
/
+1
*
attempt removing option
Ulf Lilleengen
2023-02-10
1
-47
/
+27
*
Expose api on Stack and add doc
Ulf Lilleengen
2023-02-10
2
-10
/
+5
*
Rewrite to use a single socket
Ulf Lilleengen
2023-02-10
3
-75
/
+130
*
cargo fmt
Ulf Lilleengen
2023-02-10
1
-1
/
+1
*
Handle cancellation
Ulf Lilleengen
2023-02-10
2
-2
/
+15
*
Add DNS socket to embassy-net
Ulf Lilleengen
2023-02-10
3
-2
/
+118
*
net: reexport driver crate.
Dario Nieuwenhuis
2023-02-08
1
-1
/
+3
*
net: use released smoltcp 0.9.0
Dario Nieuwenhuis
2023-02-07
1
-11
/
+6
*
Pass the correct buffer when creating TcpSocket
Ulf Lilleengen
2023-01-31
1
-1
/
+1
*
add missing copy of icmpv6 checksum
Ulf Lilleengen
2023-01-24
1
-0
/
+4
*
IPv6 has no checksum
Davide Della Giustina
2023-01-24
1
-4
/
+0
*
net: update smoltcp.
Dario Nieuwenhuis
2023-01-19
2
-23
/
+21
*
net: poll returning false is not an error. No need to repoll.
Dario Nieuwenhuis
2023-01-19
1
-5
/
+1
*
Add smoltcp dhcp socket configuration
Paweł Jan Czochański
2023-01-19
1
-20
/
+52
*
Update smoltcp to the newest master
Paweł Jan Czochański
2023-01-19
3
-27
/
+18
*
net; allow changing MAC addr at runtime.
Dario Nieuwenhuis
2022-12-27
1
-8
/
+8
[next]