summaryrefslogtreecommitdiff
path: root/sys/dev/usb/net
AgeCommit message (Expand)Author
2025-11-26sys: RealTek -> Realtekykla
2025-09-04umb: Fix setting the input routineZhenlei Huang
2025-08-25if_umb: Fix a typo in a source code commentGordon Bergling
2025-08-15ipheth(4): Add CDC-NCM support for RXShengYi Hung
2025-05-29umb: avoid wild pointer dereference in umb_decap()Pierre Pronchery
2025-05-29umb: avoid buffer overflow in umb_getinfobuf()Pierre Pronchery
2025-05-29umb: avoid buffer overflow in umb_in_len2mask()Pierre Pronchery
2025-05-28usb/if_mos.c: Fix incorrect SPDX IDAlexander Ziaee
2025-04-20usb: if_ure: stop touching the mbuf accounting on rxq insertionKyle Evans
2025-03-04usb: Kill left-over cdefs.h includesWarner Losh
2025-01-24ure(4): Add support for ELECOM EDC-QUA3CFUKAUMI Naoki
2025-01-20umb: Introduce the USB umb(4) network driverAdrian Chadd
2025-01-02Use bus_generic_detach to detach and delete child devices during detachJohn Baldwin
2024-09-22if_usie: fix typoKristof Provost
2024-09-18ure(4): Add ID for LAN port in Thinkpad OneLink+ dockAlexander Motin
2024-08-12Move support of Realtek 8156/8156B from cdce(4) to ure(4)Li-Wen Hsu
2024-07-09if_urndis: Organize buffer layouts more naturallyMark Johnston
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-05-08smsc(4): update to mention MicrochipEd Maste
2024-04-18muge(4): Fix a typo in a source code commentGordon Bergling
2023-12-07if_smsc: fix build on armv6 & armv7Ronald Klop
2023-12-07Teach if_smsc to get MAC from bootargs.Ronald Klop
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-11Move (LENOVO, TBT3LAN) from if_ure til if_cdce where it works much betterPoul-Henning Kamp
2023-10-04axge: Add support for AX88179ADamien Broka
2023-09-13axge: Skip dummy packet headersDamien Broka
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-04ure(4): add support for Thinkpad Hybrid USB-C with USB-A dockJoerg Pulz
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-10if_mos: Remove set but unused variable.John Baldwin
2023-03-06Mechanically convert usb ethernet drivers to DrvAPIJustin Hibbits
2023-02-15usb: Remove unused member in struct mos_softcZhenlei Huang
2023-02-07Mechanically convert usb_ethernet(4) to IfAPIJustin Hibbits
2023-02-04usb: add support for Huawei E5573Cs322Michael Paepcke
2023-02-04usb: add new scsi_huawei eject3 & eject4 driver supportMichael Paepcke
2023-01-04Add Windows Dev Kit 2023 support to if_ureAndrew Turner
2022-10-07usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned"...Hans Petter Selasky
2022-09-05Revert "usb: Remove a double words in a source code comments"Gordon Bergling
2022-09-04usb: Remove a double words in a source code commentsGordon Bergling
2022-09-03usb: Fix two typos in source code commentsGordon Bergling
2022-08-28USB id of yet another Lenovo USB-C ethernet dongle.Poul-Henning Kamp
2022-05-06usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2022-04-13usb: Add a __usbdebug_used for variables only used under #ifdef USB_DEBUG.John Baldwin
2022-04-09usb(4): Fix two typos in source code commentsGordon Bergling
2022-04-04mgue: eliminate write only variables ret, err and errorWarner Losh
2022-02-28cdce: Fix a -Wunused-but-set-variable warningMark Johnston
2022-02-28axe: Fix a -Wunused-but-set-variable warningMark Johnston