| 5d8777f3 | 17-Jan-2026 |
Michael Tuexen <tuexen@FreeBSD.org> |
dwc: add receive checksum offload for IPv6
This patch adds support for receive checksum offload for TCP/IPv6 and UDP/IPv6. Since receive checksum offload can't be configured separately for IPv4 and
dwc: add receive checksum offload for IPv6
This patch adds support for receive checksum offload for TCP/IPv6 and UDP/IPv6. Since receive checksum offload can't be configured separately for IPv4 and IPv6, IFCAP_RXCSUM and IFCAP_RXCSUM_IPV6 can't be changed independently.
Reviewed by: Timo Völker MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D54756
show more ...
|
| 7a9a15ea | 18-Jan-2025 |
Bojan Novković <bnovkov@FreeBSD.org> |
if_dwc: Add support for cvitek ethernet controller
This patch adds support for the cvitek flavor of the DWC ethernet controller. This controller is present on the Milk-V riscv SoCs.
Reviewed by: ma
if_dwc: Add support for cvitek ethernet controller
This patch adds support for the cvitek flavor of the DWC ethernet controller. This controller is present on the Milk-V riscv SoCs.
Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D48530
show more ...
|