summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/bcmgenet.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan2020-12-121-2/+2
| | | | | | OK dlg@, bluhm@ No Opinion mpi@ Not against it claudio@
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-101-2/+2
| | | | ok dlg@ tobhe@
* use ifiq_input and use it's return value to apply backpressure to rxrs.dlg2020-06-221-2/+4
| | | | this is a step toward deprecating softclock based livelock detection.
* Add bse(4), a driver for the Broadcom GENET v5 network interface found onkettenis2020-04-141-0/+1020
the Raspberry Pi4. ok patrick@