Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
b9319f8
feat(ax-net): add multi-interface support with per-interface routing,…
ZCShou Jun 12, 2026
daa63cf
fix(ax-net): improve DHCP reliability and polling accuracy
ZCShou Jun 12, 2026
fc402c7
chore(ax-net): add ax-task dev-dependency for host-test feature
ZCShou Jun 12, 2026
1854c98
fix(ax-net): don't block startup on isolated DHCP NICs and add ARP re…
ZCShou Jun 12, 2026
430feda
docs(net): add network stack architecture documentation
ZCShou Jun 12, 2026
0739392
feat(ax-net): add loopback interface send/receive support
ZCShou Jun 12, 2026
f1cd506
docs(net): add protocol stack mapping and expand architecture details
ZCShou Jun 12, 2026
7df66c7
fix(ax-net): improve socket readiness, loopback routing, and raw sock…
ZCShou Jun 15, 2026
5467eef
feat(starry): add dual-net QEMU test case for multi-interface paralle…
ZCShou Jun 15, 2026
9004d82
fix(rdrive): track probed PCI devices by address instead of vendor/de…
ZCShou Jun 15, 2026
d780574
fix(ax-net): flush pending TCP output before socket removal in Drop
ZCShou Jun 15, 2026
11384d5
feat(ax-net): add TCP orphan socket reaping and loopback fast path
ZCShou Jun 15, 2026
cef74e5
Merge remote-tracking branch 'origin/dev' into net
ZCShou Jun 15, 2026
1386555
fix(ax-net): respect device binding in route selection and allow no-g…
ZCShou Jun 15, 2026
613abb8
fix(ax-net): support per-address TCP/UDP listening and replace poll_i…
ZCShou Jun 15, 2026
72bf890
fix(ax-net): refactor orphan reaping and add TCP snooping on loopback…
ZCShou Jun 15, 2026
de8c66d
fix(ax-net): remove redundant check and unused new_socket event, clar…
ZCShou Jun 15, 2026
09698f7
fix(ax-net): replace heap-allocated queued packets with fixed-size in…
ZCShou Jun 15, 2026
a2cddc9
docs(net): document loopback fast path, orphan reaping, DHCP server, …
ZCShou Jun 15, 2026
f808c89
fix(poll): wrap ppoll timeout in interruptible to handle signal inter…
ZCShou Jun 15, 2026
50a316d
docs(net): restructure architecture docs into focused topics and refl…
ZCShou Jun 15, 2026
02f32f6
test(socket-dataplane): add wait_readable helper for select-based rea…
ZCShou Jun 15, 2026
8fc6e0a
docs(net): expand control plane and socket docs with inline source co…
ZCShou Jun 16, 2026
9d12c58
fix(ax-net): fix raw socket MSG_PEEK to deliver IP payload and defer …
ZCShou Jun 16, 2026
e33c055
docs(ax-net): add module-level docs and doc comments across the netwo…
ZCShou Jun 16, 2026
3983f21
docs(net): remove line-number references, clarify route binding, poll…
ZCShou Jun 16, 2026
dbd617d
docs(net): rewrite architecture docs with design boundaries, source m…
ZCShou Jun 16, 2026
e6c9c0a
docs(net): document socket option matrix, driver buffer semantics, Un…
ZCShou Jun 16, 2026
5f770e4
docs(net): remove obsolete multi-NIC architecture design document
ZCShou Jun 16, 2026
e860ec1
fix(ax-net): enlarge shared RX queue and add APK download stress test…
ZCShou Jun 16, 2026
7160ba0
Merge remote-tracking branch 'origin/dev' into net
ZCShou Jun 16, 2026
ddfdf30
docs(net): add memory and queue model doc and cross-reference from ar…
ZCShou Jun 16, 2026
d396568
Merge branch 'dev' into net
ZCShou Jun 16, 2026
9da745c
feat(starry): add aarch64 and loongarch64 dual-net QEMU test configs
ZCShou Jun 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/docs/architecture/net/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"label": "网络栈",
"collapsed": false,
"position": 6
}
Loading