History log of /freebsd/sys/compat/linuxkpi/common/include/linux/ethtool.h (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0
# 95ee2897 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


Revision tags: release/13.2.0, release/12.4.0
# 1b91eba3 30-Oct-2022 Bjoern A. Zeeb <bz@FreeBSD.org>

LinuxKPI: ethtool.h add more definitions

While we do not currently use ethtool, add the definitions to avoid
other longer-term maintenance problems with drivers.

Also migrate ETH_GSTRING_LEN into h

LinuxKPI: ethtool.h add more definitions

While we do not currently use ethtool, add the definitions to avoid
other longer-term maintenance problems with drivers.

Also migrate ETH_GSTRING_LEN into here from if_ether.h as it seems this
is where it belongs.

MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D37214

show more ...


Revision tags: release/13.1.0
# 0c37ffda 09-Feb-2022 Bjoern A. Zeeb <bz@FreeBSD.org>

LinuxKPI: add an initial ethtool.h

Add an initial ethtool.h for a define and a dummy struct for now
needed by drivers.

MFC after: 3 days
Reviewed by: hselasky
Differential Revision: https://reviews

LinuxKPI: add an initial ethtool.h

Add an initial ethtool.h for a define and a dummy struct for now
needed by drivers.

MFC after: 3 days
Reviewed by: hselasky
Differential Revision: https://reviews.freebsd.org/D34229

show more ...