summaryrefslogtreecommitdiff
path: root/sys/dev/ic/bcmgenet.c
AgeCommit message (Expand)Author
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-08-01Revert last accidental commits.mlelstv
2022-08-01Also fix shift values for SCT constants.mlelstv
2021-12-31sys: Use if_init wrapper function.riastradh
2021-08-10Clear IFF_OACTIVE in genet_txintr (bug introduced in r1.8) and don'tjmcneill
2021-05-03genet(4): Add support for rnd(9).rin
2021-03-08Compute CRC for all segments of a multi-buffer packet.mlelstv
2020-06-27prop_data_data_nocopy -> prop_data_valuejmcneill
2020-05-25Improve RGMII TX / RX delay handling, from OpenBSD.jmcneill
2020-03-29Try to use the existing HW address programmed into the device if possible.jmcneill
2020-03-29Avoid "hole in RX ring" condition by ensuring a new mbuf is availablejmcneill
2020-02-27Explicit format string for snprintf, spotted by tnn@jmcneill
2020-02-22Add support for hardware rx filters.jmcneill
2020-02-22Add support for Broadcom GENET v5 ethernet controller as found on thejmcneill