| #
4b6b9c13
|
| 10-May-2025 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
LinuxKPI: netdev features style, annotate, and add %b decoding mask
Start to sort through the netdevice features to match them with FreeBSD. Annotate them a bit more verbose though the names are pr
LinuxKPI: netdev features style, annotate, and add %b decoding mask
Start to sort through the netdevice features to match them with FreeBSD. Annotate them a bit more verbose though the names are pretty telling already.
While here adjust style(9) as well.
Lastly add the bit definitions for use with printf(9) %b as names read easier than bitmasks. We will use that in LinuxKPI 802.11.
No functional changes.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
show more ...
|
| #
9c05d632
|
| 02-May-2025 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
LinuxKPI: netdev: add NETIF_F_HW_TC
Add a new flag needed by mt76.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
|
| #
95ee2897
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
| #
85d61bd8
|
| 09-Feb-2022 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
LinuxKPI: add NETIF_F_HW_CSUM to netdev_features.h
Add NETIF_F_HW_CSUM to netdev_features.h as needed by a driver.
MFC after: 3 days Reviewed by: hselasky Differential Revision: https://reviews.fre
LinuxKPI: add NETIF_F_HW_CSUM to netdev_features.h
Add NETIF_F_HW_CSUM to netdev_features.h as needed by a driver.
MFC after: 3 days Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D34233
show more ...
|
| #
307f78f3
|
| 19-Dec-2021 |
Vladimir Kondratyev <wulf@FreeBSD.org> |
LinuxKPI: Constantly use _LINUXKPI_ prefix in include guards
MFC after: 1 week Reviewed by: bz, emaste, hselasky, manu Differential Revision: https://reviews.freebsd.org/D33562
|
| #
490f9d8f
|
| 25-Oct-2021 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
LinuxKPI: add netdev_features.h
Add netdev_features.h as a spearate file from the future netdevice.h implementation to avoid include problems with a future skbuff.h.
Sponsored by: The FreeBSD Found
LinuxKPI: add netdev_features.h
Add netdev_features.h as a spearate file from the future netdevice.h implementation to avoid include problems with a future skbuff.h.
Sponsored by: The FreeBSD Foundation MFC after: 3 days Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D32643
show more ...
|
| #
4b6b9c13
|
| 10-May-2025 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
LinuxKPI: netdev features style, annotate, and add %b decoding mask
Start to sort through the netdevice features to match them with FreeBSD. Annotate them a bit more verbose though the names are pr
LinuxKPI: netdev features style, annotate, and add %b decoding mask
Start to sort through the netdevice features to match them with FreeBSD. Annotate them a bit more verbose though the names are pretty telling already.
While here adjust style(9) as well.
Lastly add the bit definitions for use with printf(9) %b as names read easier than bitmasks. We will use that in LinuxKPI 802.11.
No functional changes.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
show more ...
|
| #
9c05d632
|
| 02-May-2025 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
LinuxKPI: netdev: add NETIF_F_HW_TC
Add a new flag needed by mt76.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
|
| #
95ee2897
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
| #
85d61bd8
|
| 09-Feb-2022 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
LinuxKPI: add NETIF_F_HW_CSUM to netdev_features.h
Add NETIF_F_HW_CSUM to netdev_features.h as needed by a driver.
MFC after: 3 days Reviewed by: hselasky Differential Revision: https://reviews.fre
LinuxKPI: add NETIF_F_HW_CSUM to netdev_features.h
Add NETIF_F_HW_CSUM to netdev_features.h as needed by a driver.
MFC after: 3 days Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D34233
show more ...
|
| #
307f78f3
|
| 19-Dec-2021 |
Vladimir Kondratyev <wulf@FreeBSD.org> |
LinuxKPI: Constantly use _LINUXKPI_ prefix in include guards
MFC after: 1 week Reviewed by: bz, emaste, hselasky, manu Differential Revision: https://reviews.freebsd.org/D33562
|
| #
490f9d8f
|
| 25-Oct-2021 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
LinuxKPI: add netdev_features.h
Add netdev_features.h as a spearate file from the future netdevice.h implementation to avoid include problems with a future skbuff.h.
Sponsored by: The FreeBSD Found
LinuxKPI: add netdev_features.h
Add netdev_features.h as a spearate file from the future netdevice.h implementation to avoid include problems with a future skbuff.h.
Sponsored by: The FreeBSD Foundation MFC after: 3 days Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D32643
show more ...
|
| #
4b6b9c13
|
| 10-May-2025 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
LinuxKPI: netdev features style, annotate, and add %b decoding mask
Start to sort through the netdevice features to match them with FreeBSD. Annotate them a bit more verbose though the names are pr
LinuxKPI: netdev features style, annotate, and add %b decoding mask
Start to sort through the netdevice features to match them with FreeBSD. Annotate them a bit more verbose though the names are pretty telling already.
While here adjust style(9) as well.
Lastly add the bit definitions for use with printf(9) %b as names read easier than bitmasks. We will use that in LinuxKPI 802.11.
No functional changes.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
show more ...
|
| #
9c05d632
|
| 02-May-2025 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
LinuxKPI: netdev: add NETIF_F_HW_TC
Add a new flag needed by mt76.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
|
| #
95ee2897
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
| #
85d61bd8
|
| 09-Feb-2022 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
LinuxKPI: add NETIF_F_HW_CSUM to netdev_features.h
Add NETIF_F_HW_CSUM to netdev_features.h as needed by a driver.
MFC after: 3 days Reviewed by: hselasky Differential Revision: https://reviews.fre
LinuxKPI: add NETIF_F_HW_CSUM to netdev_features.h
Add NETIF_F_HW_CSUM to netdev_features.h as needed by a driver.
MFC after: 3 days Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D34233
show more ...
|
| #
307f78f3
|
| 19-Dec-2021 |
Vladimir Kondratyev <wulf@FreeBSD.org> |
LinuxKPI: Constantly use _LINUXKPI_ prefix in include guards
MFC after: 1 week Reviewed by: bz, emaste, hselasky, manu Differential Revision: https://reviews.freebsd.org/D33562
|
| #
490f9d8f
|
| 25-Oct-2021 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
LinuxKPI: add netdev_features.h
Add netdev_features.h as a spearate file from the future netdevice.h implementation to avoid include problems with a future skbuff.h.
Sponsored by: The FreeBSD Found
LinuxKPI: add netdev_features.h
Add netdev_features.h as a spearate file from the future netdevice.h implementation to avoid include problems with a future skbuff.h.
Sponsored by: The FreeBSD Foundation MFC after: 3 days Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D32643
show more ...
|