LoGin 094fa1b877 feat(net): support Linux network device query ioctls (#2236)
* feat(net): support Linux network device query ioctls

Add a shared, query-only socket ioctl adapter for SIOCGIFINDEX, SIOCGIFFLAGS, SIOCGIFMTU, and SIOCGIFHWADDR. Resolve devices through the namespace captured by each socket so descriptors retain Linux sock_net() behavior across namespace changes.

Move SIOCGIFCONF into the adapter, serialize its multi-device snapshot with RTNL, remove synthetic loopback ordering, and copy data after releasing the lock. Only write back ifc_len, matching Linux while avoiding structure-padding disclosure.

Add host/DragonOS coverage for ABI field widths, aliases, user-copy faults, unprivileged access, socket namespace stability, and ifconf padding. Remove the AF_PACKET hardware-address fallbacks so the standard ioctl path is exercised directly.

Part of #2233.

Signed-off-by: longjin <longjin@dragonos.org>

* fix(net): derive user-visible interface flags

Derive IFF_RUNNING, IFF_LOWER_UP, and IFF_DORMANT from the interface lifecycle, operational, and carrier state instead of returning cached initialization flags.

Keep administratively configured receive-mode flags separate from AF_PACKET reference-counted effective modes, and use one projection for SIOCGIFFLAGS and RTM_GETLINK. Synchronize the interface START state when RTM_NEWLINK changes IFF_UP.

Add cross-ABI link state coverage and verify packet memberships update rtnetlink counters without changing configured PROMISC or ALLMULTI flags.

Signed-off-by: longjin <longjin@dragonos.org>

* test(packet): isolate fanout frames across runs

Tag each fanout load-balancing test invocation with a process- and run-specific marker so delayed frames from earlier AF_PACKET traffic cannot be counted as current input.

Continue checking the 8/8 distribution while also asserting that every current sequence is delivered exactly once, preserving coverage for broadcasts, duplicates, and drops.

Signed-off-by: longjin <longjin@dragonos.org>

---------

Signed-off-by: longjin <longjin@dragonos.org>
2026-08-31 11:21:55 +08:00
2022-01-16 22:58:21 +08:00

dragonos-logo

Lightweight Cloud-Native Kernel

官网 bbs

DragonOS

Languages 中文|English  

DragonOS is a 64-bit operating system with a completely independent kernel, designed for lightweight cloud computing scenarios, offering Linux binary compatibility. It aims to provide lightweight, high-performance solutions for containerized workloads. Developed using Rust for enhanced reliability.

The DragonOS open-source community was established in July 2022 and is entirely commercially neutral. We warmly welcome interested developers and enthusiasts to join us!

DragonOS features excellent and comprehensive architectural design. Compared to other systems of similar scale, DragonOS supports eBPF and virtualization. Currently, we are actively advancing container support, cloud platform compatibility, RISC-V support, as well as porting compilers and application software. Our goal is to achieve large-scale production environment deployment within five years.

DragonOS is rapidly evolving under community-driven development. Currently, DragonOS has implemented approximately 1/4 of Linux interfaces. In the future, we will provide 100% Linux compatibility along with new features.

🌟 Want to quickly experience DragonOS? Visit DragonOS Playground to launch DragonOS in the cloud with zero configuration and experience the latest nightly build!

📰 Community News

  • 2025-12-17: ☁️ DragonOS Playground is now live! Experience DragonOS with zero configuration on CNB platform, with daily nightly build updates! Try it now →
  • 2025-11-20: 🚀 DragonOS 0.3.0 has been released! Now supports running Go programs directly!
  • 2025-11-18: 📊 DragonOS CI Dashboard is now live! Check out DragonOS Linux compatibility data now!

How to Run?

Zero configuration, one-click launch! Experience DragonOS on the CNB cloud-native development platform - the simplest and fastest way, no local dependencies required!

Launch on CNB

Method 2: Local Build

If you prefer to build and run DragonOS locally, you can refer to the following documentation:

Want to Contribute?

Read the DragonOS Community Introduction Document carefully to understand how the community operates and how you can contribute!

If you'd like to join us, check out the issues and participate in discussions or share your ideas. You can also visit the DragonOS forum to stay updated on development progress and tasks: https://bbs.dragonos.org.cn

You can also bring your creativity and ideas to discuss with the community and contribute new features to DragonOS.

Sites

How to Connect with the Community?

Please read the Contributor Guide~

  • You can find contact details for members of various committees in the Community Management Team section.
  • You can also locate the contact information for leaders of specific community groups via the SIGs and WGs pages.

Contributor List

Contributors to DragonOS-Community/DragonOS · GitHub

Sponsorship

Sponsor this project

DragonOS is a non-profit open-source project, and its development relies on financial support. All sponsors will be publicly acknowledged. Every contribution you make will help advance DragonOS!

Where Will Sponsorship Funds Be Used?

We guarantee that all sponsorship funds and items will be used for:

  • Event organization, cloud service expenses, and any other purposes beneficial to the development and growth of the DragonOS community.

🌟 Sponsor List

Special thanks to these generous financial supporters (in reverse chronological order):

CDN Sponsor

This project's CDN acceleration and security protection are sponsored by Tencent EdgeOne.

腾讯EdgeOne CDN

Individual Sponsors List

See Supporters.md

Open Source License Notice

This project is open-sourced under the GPLv2 license. You are welcome to use the code in compliance with the open-source license!

If you encounter any violations of the open-source license, we encourage you to email pmc@dragonos.org to report them. Let's work together to build a trustworthy open-source community.


👩💻 Contributors

"Open source shines because of you!"

Thanks to all developers who submitted code, fixed issues, or reviewed PRs:

S
Description
使用Rust从0自研内核,具有Linux兼容性的操作系统,面向云计算Serverless场景而设计。DragonOS is an operating system developed from scratch using Rust, with Linux compatibility. It is designed for **Serverless** scenarios.
Readme GPL-2.0
196 MiB
Languages
Rust 75.4%
C++ 16.1%
C 4.1%
Python 2%
Shell 1.6%
Other 0.7%