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
2022-04-02
Don't byte swap URE_TXPKT_VLAN_TAG when setting up the packet to transmit.
Stuart Henderson
2022-04-02
Add preliminary support for RTL8156B and bug fixes for RTL8153/RTL8156.
Kevin Lo
2021-08-20
Back out last commit.
Kevin Lo
2021-08-20
When plugging and unplugging an adapter continuously, it waits for a timeout
Kevin Lo
2021-08-13
Remove unused ure_stop_task (from Christian Ludwig of genua.de)
gnezdo
2021-08-05
After a media link change, the media settings on the hardware need to be
Marcus Glocker
2021-04-15
Match Linux path in r8153_set_rx_early_size().
Kevin Lo
2021-04-07
back out r1.22, ie, don't blindly trim the FCS on rxed packets.
David Gwynne
2021-03-27
trim the FCS off Ethernet packets before sending them up the stack.
David Gwynne
2020-10-14
don't match on 17ef:3083 in ure(4)
Jonathan Gray
2020-10-05
add more ure(4) ids
Jonathan Gray
2020-09-29
Add TP-LINK UE300 device.
Kevin Lo
2020-08-04
Pack multiple packets into one xfer as possible. Given this is a 5x-7x
Kevin Lo
2020-07-31
Nuke all occurrences of usbd_abort_pipe() if it gets called right
Marcus Glocker
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-06-09
Do not call encap routines with the IFQ mutex held, as they might
Gerhard Roth
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