summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_ure.c
AgeCommit message (Expand)Author
2020-03-10Match on Lenovo OneLink Plus Dock Ethernet.Kevin Lo
2019-12-07- Add support for RTL8156Kevin Lo
2019-08-29ure: attach to RTL8153B device on Lenovo USB-C DockJoshua Stein
2019-08-29Add support for RTL8153B after study of Linux r8152 driver.Kevin Lo
2018-11-02Revert previous, it broke my Anker USB deviceJoshua Stein
2018-10-31Increase max frame size and hard MTU so that we can use VLANs andPatrick Wildt
2017-07-20Enable RX aggregation, fix configuring custom MAC address and removeMartin Pieuchot
2017-06-22double ;;. xhci one found by geoffhillTheo de Raadt
2017-04-18Rearrange ure_iff to resemble other drivers a bit more.Jonathan Matthew
2017-03-30Use m_devget(9) to replace code that does more or less the same but assumesMark Kettenis
2017-03-11Add support for RTL8153 devices. Heavily based on changes made by Kevin LoMark Kettenis
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2016-08-07add $OpenBSD$ tagsJonathan Matthew
2016-06-27add ure(4), a driver for Realtek RTL8152 10/100 USB Ethernet adapters,Jonathan Matthew