index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
if_ure.c
Age
Commit message (
Expand
)
Author
2020-03-10
Match on Lenovo OneLink Plus Dock Ethernet.
Kevin Lo
2019-12-07
- Add support for RTL8156
Kevin Lo
2019-08-29
ure: attach to RTL8153B device on Lenovo USB-C Dock
Joshua Stein
2019-08-29
Add support for RTL8153B after study of Linux r8152 driver.
Kevin Lo
2018-11-02
Revert previous, it broke my Anker USB device
Joshua Stein
2018-10-31
Increase max frame size and hard MTU so that we can use VLANs and
Patrick Wildt
2017-07-20
Enable RX aggregation, fix configuring custom MAC address and remove
Martin Pieuchot
2017-06-22
double ;;. xhci one found by geoffhill
Theo de Raadt
2017-04-18
Rearrange ure_iff to resemble other drivers a bit more.
Jonathan Matthew
2017-03-30
Use m_devget(9) to replace code that does more or less the same but assumes
Mark Kettenis
2017-03-11
Add support for RTL8153 devices. Heavily based on changes made by Kevin Lo
Mark Kettenis
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2016-08-07
add $OpenBSD$ tags
Jonathan Matthew
2016-06-27
add ure(4), a driver for Realtek RTL8152 10/100 USB Ethernet adapters,
Jonathan Matthew