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