Expand description
Network driver integration layer.
Thin kernel glue that wires external crates (net-core, e1000, …)
to kernel services (PCI, DMA allocator, VFS schemes).
Modules§
- e1000_
drv - Kernel adapter for the
e1000crate. - e1000e_
drv - igc_drv
- pcnet_
drv - rtl8139_
drv - scheme
- Network VFS scheme – mounts at
/dev/net/. - virtio_
net - VirtIO Network Device driver
Enums§
Constants§
Traits§
- Network
Device - Unified network device interface.
Functions§
- get_
default_ device - Returns default device.
- get_
device - Returns device.
- init
- Performs the init operation.
- list_
interfaces - Performs the list interfaces operation.
- register_
device - Performs the register device operation.