summaryrefslogtreecommitdiff
path: root/sys/dev/dwc
AgeCommit message (Expand)Author
41 hoursdwc: add receive checksum offload for IPv6Michael Tuexen
41 hoursdwc: add transmit checksum offload for IPv6Michael Tuexen
3 daysdwc: prepare for IPv6 transmit checksum offloadingMichael Tuexen
3 daysdwc: improve IPv4 transmit checksum offloadingMichael Tuexen
2025-08-01if_dwc: Add support for cvitek ethernet controllerBojan Novković
2025-08-01if_dwc: Ignore clk_set_assigned errors if "assigned_clocks" is not specifiedBojan Novković
2025-01-02Remove now-redundant calls to device_delete_childJohn Baldwin
2024-02-27dwc: fix DEBUG macro nameMitchell Horne
2024-01-22dwc: Fix two typos in a source code commentGordon Bergling
2024-01-10syscon: Move syscon code in dev/sysconEmmanuel Vadot
2024-01-10regulator: Move regulator code in dev/regulatorEmmanuel Vadot
2024-01-10hwreset: Move reset code in dev/hwresetEmmanuel Vadot
2024-01-10clk: Move clock code in dev/clkEmmanuel Vadot
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-16Revert "dwc: re-rewrite barrier part"Emmanuel Vadot
2023-10-12dwc: re-rewrite barrier partEmmanuel Vadot
2023-10-06dwc: Rewrite barrier partEmmanuel Vadot
2023-10-06dwc: rockchip: Properly calculate mii clock based on pclk_macEmmanuel Vadot
2023-10-06dwc: Get the mii clock after calling IF_DWC_INITEmmanuel Vadot
2023-10-06dwc: Rewrite part of the descriptors setup functionsEmmanuel Vadot
2023-10-05dwc: if_dwc_aw: Include net/if_media.hEmmanuel Vadot
2023-10-05dwc: Remove if_dwc_mac_typeEmmanuel Vadot
2023-10-05dwc: Move BUS_MODE_DEFAULT_PBL; in if_dwcvar.hEmmanuel Vadot
2023-10-05dwc: Do not re-invent phy mode typeEmmanuel Vadot
2023-10-05dwc: Move dma engine configuration to dwc1000_dma.cEmmanuel Vadot
2023-10-05dwc: Move the dma reset code in dwc1000_dma.cEmmanuel Vadot
2023-10-05dwc: Setup desc addresses in the dma init function.Emmanuel Vadot
2023-10-05dwc: Move interrupt related code to core and dma fileEmmanuel Vadot
2023-10-05dwc: Put all DMA related defines in dma1000_dma.cEmmanuel Vadot
2023-10-05dwc: Move struct dwc_hash_maddr_ctx declaration in dwc1000_coreEmmanuel Vadot
2023-10-05dwc: Move the txstart dma part to dwc1000_dmaEmmanuel Vadot
2023-10-05dwc: Split core functionsEmmanuel Vadot
2023-10-05dwc: Split dma functionsEmmanuel Vadot
2023-10-05dwc: Rename if_dwc.h to dwc1000_reg.hEmmanuel Vadot
2023-10-05dwc: Drop 'All rights reserved'Emmanuel Vadot
2023-10-05dwc: Rewrite clock and reset functionsEmmanuel Vadot
2023-10-05dwc: Add support for aalEmmanuel Vadot
2023-10-05dwc: Add support for mixed-burstEmmanuel Vadot
2023-10-05dwc: Remove unused GPIO_ACTIVE_LOW defineEmmanuel Vadot
2023-10-05dwc: Rename dwc_reset to dwc_reset_phyEmmanuel Vadot
2023-10-05dwc: Move every sub drivers to dev/dwcEmmanuel Vadot
2023-08-25IfAPI: Retire if_etherbpfmtap() and if_bpfmtap()Justin Hibbits
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-04dwc(4): Use bool rather than boolean_t.John Baldwin
2023-03-07Mechanically convert dwc(4) to IfAPIJustin Hibbits
2022-09-09if_dwc: fix reinitialization with changed MACJiahao LI
2022-06-23if_dwc: avoid duplicate packet countsMitchell Horne
2022-06-23if_dwc: enable RX checksum offload featureJiahao Li