opnsense-src/sys/dev/usb/net
Adrian Chadd 0f1bf1c22a umb: Introduce the USB umb(4) network driver
This includes the port of a driver originally from OpenBSD, later
ported to NetBSD by the author:

* The umb(4) kernel driver
* The umbctl(8) companion tool

This driver supports USB network devices implementing the
Mobile Broadband Interface Model (MBIM), often found in modern
(internal) USB models for 4G/LTE mobile broadband access.

It is currently limited to IPv4.

umbctl has to be used to display or set MBIM cellular modem
interface parameters (4G/LTE).

Differential Revision:  https://reviews.freebsd.org/D48167
Approved by:    adrian, zlei
Sponsored by:   FreeBSD Foundation
PR:             kern/263783
Submitted by:   Pierre Pronchery <khorben@defora.org>
2025-01-20 23:46:15 +00:00
..
if_aue.c
if_auereg.h
if_axe.c
if_axereg.h
if_axge.c
if_axgereg.h
if_cdce.c Move support of Realtek 8156/8156B from cdce(4) to ure(4) 2024-08-12 14:56:28 +08:00
if_cdceem.c
if_cdcereg.h
if_cue.c
if_cuereg.h
if_ipheth.c
if_iphethvar.h
if_kue.c
if_kuefw.h
if_kuereg.h
if_mos.c
if_mosreg.h
if_muge.c
if_mugereg.h
if_rue.c
if_ruereg.h
if_smsc.c
if_smscreg.h
if_udav.c
if_udavreg.h
if_umb.c umb: Introduce the USB umb(4) network driver 2025-01-20 23:46:15 +00:00
if_umbreg.h umb: Introduce the USB umb(4) network driver 2025-01-20 23:46:15 +00:00
if_ure.c ure(4): Add ID for LAN port in Thinkpad OneLink+ dock 2024-09-18 21:55:24 -04:00
if_urereg.h
if_urndis.c if_urndis: Organize buffer layouts more naturally 2024-07-09 10:26:16 -04:00
if_urndisreg.h
if_usie.c if_usie: fix typo 2024-09-22 00:56:37 +02:00
if_usievar.h
mbim.h umb: Introduce the USB umb(4) network driver 2025-01-20 23:46:15 +00:00
ruephy.c
ruephyreg.h
uhso.c net: Remove unneeded NULL check for the allocated ifnet 2024-06-28 18:16:29 +08:00
usb_ethernet.c Use bus_generic_detach to detach and delete child devices during detach 2025-01-02 13:25:12 -05:00
usb_ethernet.h