whitequark
|
10585ad71a
Rearrange errors and clarify their semantics.
|
7 年之前 |
whitequark
|
f5a3785c18
Move macros into their own module.
|
7 年之前 |
whitequark
|
8ada283c55
Implement loopback interfaces.
|
7 年之前 |
whitequark
|
735def7e1b
Do not attempt to validate length of packets being emitted.
|
7 年之前 |
Egor Karavaev
|
441881609c
Factor out the `RingBuffer` container.
|
7 年之前 |
Egor Karavaev
|
80c20adbf8
Factor out the "raw_socket" and "tap_interface" features
|
7 年之前 |
whitequark
|
4e364d816a
Trace eviction and fill in SliceArpCache.
|
8 年之前 |
whitequark
|
a155269d3d
Remove the `use_` prefix from feature names.
|
8 年之前 |
whitequark
|
869b088f68
Pull in macros from the log crate in tests.
|
8 年之前 |
whitequark
|
7d29a2da1b
Add Internet and Ethernet address parsing (from strings).
|
8 年之前 |
whitequark
|
778753d26d
Do not send RST in response to invalid SEQ or ACK.
|
8 年之前 |
whitequark
|
8f28e99a0c
Make interfaces not own the sockets.
|
8 年之前 |
whitequark
|
b4b97ec88f
Use the managed crate.
|
8 年之前 |
whitequark
|
456cfc69ce
Examples for the phy layer!
|
8 年之前 |
whitequark
|
2bfcad534d
Documentation!
|
8 年之前 |
whitequark
|
03212f2843
Get rid of the #![feature(associated_consts)].
|
8 年之前 |
whitequark
|
1c54449bec
Get rid of the #![feature(const_fn)].
|
8 年之前 |
whitequark
|
6641793b29
Get rid of the #![feature(step_by)].
|
8 年之前 |
whitequark
|
88b163f63a
Suppress unused variable warnings in net_trace!.
|
8 年之前 |
whitequark
|
72e3427ff7
Add a use_alloc feature.
|
8 年之前 |
whitequark
|
174bbcee86
Rename features: std→use_std, logging→use_log.
|
8 年之前 |
whitequark
|
086308d716
Add logging capability.
|
8 年之前 |
whitequark
|
59dae01e9c
Rethink the buffering strategy with Managed<T>.
|
8 年之前 |
whitequark
|
8ff9b17a97
Significantly simplify buffering.
|
8 年之前 |
whitequark
|
659f6ed6f6
Implement UDP sockets.
|
8 年之前 |
whitequark
|
4da6b0bf61
Implement ICMPv4 echo replies.
|
8 年之前 |
whitequark
|
a1587fef21
Implement IPv4 representation parsing and emission.
|
8 年之前 |
whitequark
|
f2104eb969
Implement IPv4 packet support.
|
8 年之前 |
whitequark
|
2fbf820de8
Implement ARP replies.
|
8 年之前 |
whitequark
|
dea581fa10
Implement an ARP LRU cache.
|
8 年之前 |