History log of /src/share/man/man4/cdce.4 (Results 1 – 25 of 105)
Revision Date Author Comments
# f7245a27 23-Dec-2025 Alexander Ziaee <ziaee@FreeBSD.org>

cdce.4: Add RTL8153 to HARDWARE

Fixes: 1b1fb628a1af (Quirk Realtek RTL8153 to config#1)


# 03752041 23-Dec-2025 Alexander Ziaee <ziaee@FreeBSD.org>

cdce.4: Minor polish

+ Tag spdx license identifier + Fix "e.g.,"s to quiet linter
+ Remove useless Nd quoting + Put example in EXAMPLES

MFC after: 3 days


# e8260f2c 28-May-2025 Alexander Ziaee <ziaee@FreeBSD.org>

cdce.4: Improve HARDWARE

The cdce driver is the main USB tethering driver now that both Android
and iPhone tethering are using USB NCM. I would like to test a recent
5G hotspot to see what those are

cdce.4: Improve HARDWARE

The cdce driver is the main USB tethering driver now that both Android
and iPhone tethering are using USB NCM. I would like to test a recent
5G hotspot to see what those are doing. Improve the HARDWARE section to
reflect this.

MFC after: 3 days
Reviewed by: mhorne
Approved by: mhorne (mentor)
Differential Revision: https://reviews.freebsd.org/D50541

show more ...


# 6e1fc011 15-Oct-2024 Graham Percival <gperciva@tarsnap.com>

manuals: Fix "unusual .Xr" warnings with a script

These were reported by `mandoc -T lint ...` as warnings:
- unusual Xr order
- unusual Xr punctuation

Fixes made by script in https://github.com/Tar

manuals: Fix "unusual .Xr" warnings with a script

These were reported by `mandoc -T lint ...` as warnings:
- unusual Xr order
- unusual Xr punctuation

Fixes made by script in https://github.com/Tarsnap/freebsd-doc-scripts

Signed-off-by: Graham Percival <gperciva@tarsnap.com>
Reviewed by: mhorne, Alexander Ziaee <concussious.bugzilla@runbox.com>
Sponsored by: Tarsnap Backup Inc.
Pull Request: https://github.com/freebsd/freebsd-src/pull/1464

show more ...


# 6ea4d95f 12-Aug-2024 Li-Wen Hsu <lwhsu@FreeBSD.org>

Move support of Realtek 8156/8156B from cdce(4) to ure(4)

Reviewed by: kevlo, imp, hrs
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45088


# b2c76c41 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line nroff pattern

Remove /^\.\\"\s*\$FreeBSD\$$\n/


# 6957cd86 11-Feb-2023 Konstantin Belousov <kib@FreeBSD.org>

man: some typesetting and style fixes for recent additions

Mostly start each sentence from a new line. Also add more pretty
typesetting to cdce(4).

Reviewed by: imp
Sponsored by: The FreeBSD Found

man: some typesetting and style fixes for recent additions

Mostly start each sentence from a new line. Also add more pretty
typesetting to cdce(4).

Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential revision: https://reviews.freebsd.org/D38501

show more ...


# 58e1d010 10-Feb-2023 Michael Paepcke <git@paepcke.de>

cdce: add to cdce.4 information about NCM network mode

add a new section how to use NCM network mode and specify the required
kernel modules

Reviewed by: imp
Pull Request: https://github.com/freebs

cdce: add to cdce.4 information about NCM network mode

add a new section how to use NCM network mode and specify the required
kernel modules

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/646

show more ...


# 63722e52 07-Aug-2019 Edward Tomasz Napierala <trasz@FreeBSD.org>

Add cdceem(4) driver, for virtual ethernet devices compliant
with Communication Device Class Ethernet Emulation Model (CDC EEM).
The driver supports both the device, and host side operation; there
is

Add cdceem(4) driver, for virtual ethernet devices compliant
with Communication Device Class Ethernet Emulation Model (CDC EEM).
The driver supports both the device, and host side operation; there
is a new USB template (#11) for the former.

This enables communication with virtual USB NIC provided by iLO 5,
as found in new HPE Proliant servers.

Reviewed by: hselasky
MFC after: 2 weeks
Relnotes: yes
Sponsored by: Hewlett Packard Enterprise

show more ...


# a63915c2 28-Jul-2019 Alan Somers <asomers@FreeBSD.org>

MFHead @r350386

Sponsored by: The FreeBSD Foundation


# 2625e519 10-Jul-2019 Hiroki Sato <hrs@FreeBSD.org>

Add support for RTL8156, 2.5GbE USB network controller, to if_cdce(4).
This chip can be found in Planex USB-LAN2500R.


# f7245a27 23-Dec-2025 Alexander Ziaee <ziaee@FreeBSD.org>

cdce.4: Add RTL8153 to HARDWARE

Fixes: 1b1fb628a1af (Quirk Realtek RTL8153 to config#1)


# 03752041 23-Dec-2025 Alexander Ziaee <ziaee@FreeBSD.org>

cdce.4: Minor polish

+ Tag spdx license identifier + Fix "e.g.,"s to quiet linter
+ Remove useless Nd quoting + Put example in EXAMPLES

MFC after: 3 days


# e8260f2c 28-May-2025 Alexander Ziaee <ziaee@FreeBSD.org>

cdce.4: Improve HARDWARE

The cdce driver is the main USB tethering driver now that both Android
and iPhone tethering are using USB NCM. I would like to test a recent
5G hotspot to see what those are

cdce.4: Improve HARDWARE

The cdce driver is the main USB tethering driver now that both Android
and iPhone tethering are using USB NCM. I would like to test a recent
5G hotspot to see what those are doing. Improve the HARDWARE section to
reflect this.

MFC after: 3 days
Reviewed by: mhorne
Approved by: mhorne (mentor)
Differential Revision: https://reviews.freebsd.org/D50541

show more ...


# 6e1fc011 15-Oct-2024 Graham Percival <gperciva@tarsnap.com>

manuals: Fix "unusual .Xr" warnings with a script

These were reported by `mandoc -T lint ...` as warnings:
- unusual Xr order
- unusual Xr punctuation

Fixes made by script in https://github.com/Tar

manuals: Fix "unusual .Xr" warnings with a script

These were reported by `mandoc -T lint ...` as warnings:
- unusual Xr order
- unusual Xr punctuation

Fixes made by script in https://github.com/Tarsnap/freebsd-doc-scripts

Signed-off-by: Graham Percival <gperciva@tarsnap.com>
Reviewed by: mhorne, Alexander Ziaee <concussious.bugzilla@runbox.com>
Sponsored by: Tarsnap Backup Inc.
Pull Request: https://github.com/freebsd/freebsd-src/pull/1464

show more ...


# 6ea4d95f 12-Aug-2024 Li-Wen Hsu <lwhsu@FreeBSD.org>

Move support of Realtek 8156/8156B from cdce(4) to ure(4)

Reviewed by: kevlo, imp, hrs
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45088


# b2c76c41 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line nroff pattern

Remove /^\.\\"\s*\$FreeBSD\$$\n/


# 6957cd86 11-Feb-2023 Konstantin Belousov <kib@FreeBSD.org>

man: some typesetting and style fixes for recent additions

Mostly start each sentence from a new line. Also add more pretty
typesetting to cdce(4).

Reviewed by: imp
Sponsored by: The FreeBSD Found

man: some typesetting and style fixes for recent additions

Mostly start each sentence from a new line. Also add more pretty
typesetting to cdce(4).

Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential revision: https://reviews.freebsd.org/D38501

show more ...


# 58e1d010 10-Feb-2023 Michael Paepcke <git@paepcke.de>

cdce: add to cdce.4 information about NCM network mode

add a new section how to use NCM network mode and specify the required
kernel modules

Reviewed by: imp
Pull Request: https://github.com/freebs

cdce: add to cdce.4 information about NCM network mode

add a new section how to use NCM network mode and specify the required
kernel modules

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/646

show more ...


# 63722e52 07-Aug-2019 Edward Tomasz Napierala <trasz@FreeBSD.org>

Add cdceem(4) driver, for virtual ethernet devices compliant
with Communication Device Class Ethernet Emulation Model (CDC EEM).
The driver supports both the device, and host side operation; there
is

Add cdceem(4) driver, for virtual ethernet devices compliant
with Communication Device Class Ethernet Emulation Model (CDC EEM).
The driver supports both the device, and host side operation; there
is a new USB template (#11) for the former.

This enables communication with virtual USB NIC provided by iLO 5,
as found in new HPE Proliant servers.

Reviewed by: hselasky
MFC after: 2 weeks
Relnotes: yes
Sponsored by: Hewlett Packard Enterprise

show more ...


# a63915c2 28-Jul-2019 Alan Somers <asomers@FreeBSD.org>

MFHead @r350386

Sponsored by: The FreeBSD Foundation


# 2625e519 10-Jul-2019 Hiroki Sato <hrs@FreeBSD.org>

Add support for RTL8156, 2.5GbE USB network controller, to if_cdce(4).
This chip can be found in Planex USB-LAN2500R.


# c7ad2706 21-May-2018 Edward Tomasz Napierala <trasz@FreeBSD.org>

Fix typo.

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation


# ca3bc0f3 26-Apr-2018 Edward Tomasz Napierala <trasz@FreeBSD.org>

Bump .Dd.

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation


# 163de4a1 26-Apr-2018 Edward Tomasz Napierala <trasz@FreeBSD.org>

Clarify which USB specs are supported by cdce(4) and umodem(4).

Discussed with: hselasky@
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation


12345