Home
last modified time | relevance | path

Searched refs:net (Results 1 – 25 of 41) sorted by relevance

12

/DragonOS/tools/
H A Dconfigure_network.sh7 sudo sysctl -w net.bridge.bridge-nf-call-arptables=0
8 sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=0
9 sudo sysctl -w net.bridge.bridge-nf-call-iptables=0
H A Dbootstrap.sh108 …sudo "${pkgman}" net-misc/curl net-misc/wget net-misc/bridge-utils net-dns/dnsmasq sys-apps/diffu…
/DragonOS/user/apps/test_tokio/
H A DCargo.toml11 "net",
/DragonOS/kernel/src/driver/
H A Dmod.rs10 pub mod net; module
/DragonOS/docs/community/code_contribution/
H A Dconventional-commit.md10 3. 关于scope: 如无特殊说明,以子模块/系统/目录名作为范围,例如代码变动是发生在`kernel/src/driver/net`中的特性追加,那么应当命名为`feat(driver/net)…
/DragonOS/user/apps/test_lo/src/
H A Dmain.rs1 use std::net::UdpSocket;
/DragonOS/kernel/src/driver/net/
H A Dirq_handle.rs10 net::net_core::poll_ifaces_try_lock_onetime,
H A Dvirtio_net.rs17 use virtio_drivers::device::net::VirtIONet;
33 net::register_netdevice,
49 net::{generate_iface_id, net_core::poll_ifaces_try_lock_onetime, NET_DEVICES},
95 Ok(net) => net, in new()
522 rx_buffer: Option<virtio_drivers::device::net::RxBuffer>,
528 rx_buffer: Option<virtio_drivers::device::net::RxBuffer>, in new()
/DragonOS/kernel/src/init/
H A Dinitial_kthread.rs11 driver::{net::e1000e::e1000e::e1000e_init, virtio::virtio::virtio_probe},
13 net::net_core::net_init,
/DragonOS/user/apps/test_socket/src/
H A Dtest_unix_stream_pair.rs2 use std::os::unix::net::UnixStream;
H A Dtest_unix_stream.rs2 use std::os::unix::net::{UnixListener, UnixStream};
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.10.md26 - **[中国雅云](https://yacloud.net)** 雅安大数据产业园为DragonOS提供了云服务器支持。
40 - feat(net): 实现socketpair (#576)
48 - fix(net): 修复udp bind的时候,对port0处理不正确的问题(#676)
68 - feat(net): 实现tcp backlog功能 (#714)
80 - feat(net): 实现raw socket的poll (#739)
100 - fix(net): Fix TCP Unresponsiveness and Inability to Close Connections (#791)
198 fix(net): Fix TCP Unresponsiveness and Inability to Close Connections (#791)
200 …* fix(net): Improve stability. 为RawSocket与UdpSocket实现close时调用close方法,符合smoltcp的行为。为SocketInode实现dr…
202 * fix(net): Correct socket close behavior.
400 feat(net): 实现raw socket的poll (#739)
[all …]
H A DV0.1.5.md175 * PCI增加功能与virtio-net驱动
179 * virtio-net小修改
/DragonOS/tools/qemu/
H A Difup-nat32 echo 1 > /proc/sys/net/ipv4/ip_forward
/DragonOS/kernel/src/net/
H A Dnet_core.rs7 driver::net::{NetDevice, Operstate},
9 net::{socket::SocketPollMethod, NET_DEVICES},
H A Dmod.rs8 use crate::{driver::net::NetDevice, libs::rwlock::RwLock};
/DragonOS/kernel/src/
H A Dlib.rs56 mod net; module
/DragonOS/kernel/src/driver/virtio/
H A Dvirtio.rs7 use crate::driver::net::virtio_net::virtio_net;
/DragonOS/
H A DREADME.md88 - **[中国雅云](https://yacloud.net)** 雅安数字经济运营有限公司为DragonOS提供了云服务器支持。
H A Dtriagebot.toml146 "/kernel/src/net" = ["network"]
/DragonOS/docs/kernel/debug/
H A Ddebug-kernel-with-gdb.md232 > 参考至[GDB Cheat Sheet](https://darkdust.net/files/GDB%20Cheat%20Sheet.pdf)
359 > 您可以参阅GDB命令文档来获取更多帮助:[GDB Cheat Sheet](https://darkdust.net/files/GDB%20Cheat%20Sheet.pdf)
/DragonOS/kernel/src/driver/net/e1000e/
H A De1000e_driver.rs11 net::{register_netdevice, NetDeivceState, NetDevice, NetDeviceCommonData, Operstate},
17 net::{generate_iface_id, NET_DEVICES},
/DragonOS/kernel/src/net/socket/
H A Dunix.rs4 use crate::{libs::spinlock::SpinLock, net::Endpoint};
/DragonOS/kernel/src/filesystem/
H A Deventfd.rs6 use crate::net::event_poll::{EPollEventType, EPollItem, EventPoll, KernelIoctlData};
/DragonOS/kernel/src/driver/tty/pty/
H A Dunix98pty.rs20 net::event_poll::EPollEventType,

12