aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/net
Commit message (Expand)AuthorAgeFilesLines
* if_usie: fix typoKristof Provost2024-09-211-1/+3
* ure(4): Add ID for LAN port in Thinkpad OneLink+ dockAlexander Motin2024-09-191-0/+1
* Move support of Realtek 8156/8156B from cdce(4) to ure(4)Li-Wen Hsu2024-08-122-2/+1
* if_urndis: Organize buffer layouts more naturallyMark Johnston2024-07-091-11/+11
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-283-14/+0
* smsc(4): update to mention MicrochipEd Maste2024-05-081-2/+2
* muge(4): Fix a typo in a source code commentGordon Bergling2024-04-181-1/+1
* if_smsc: fix build on armv6 & armv7Ronald Klop2023-12-071-1/+1
* Teach if_smsc to get MAC from bootargs.Ronald Klop2023-12-071-3/+83
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-274-4/+1
* Move (LENOVO, TBT3LAN) from if_ure til if_cdce where it works much betterPoul-Henning Kamp2023-10-111-1/+0
* axge: Add support for AX88179ADamien Broka2023-10-042-8/+38
* axge: Skip dummy packet headersDamien Broka2023-09-131-1/+18
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1619-38/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-168-8/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1614-28/+0
* ure(4): add support for Thinkpad Hybrid USB-C with USB-A dockJoerg Pulz2023-07-041-0/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1218-18/+18
* if_mos: Remove set but unused variable.John Baldwin2023-04-101-3/+0
* Mechanically convert usb ethernet drivers to DrvAPIJustin Hibbits2023-03-0618-517/+509
* usb: Remove unused member in struct mos_softcZhenlei Huang2023-02-151-1/+0
* Mechanically convert usb_ethernet(4) to IfAPIJustin Hibbits2023-02-072-48/+47
* usb: add support for Huawei E5573Cs322Michael Paepcke2023-02-041-1/+2
* usb: add new scsi_huawei eject3 & eject4 driver supportMichael Paepcke2023-02-041-0/+2
* Add Windows Dev Kit 2023 support to if_ureAndrew Turner2023-01-041-0/+1
* usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned"...Hans Petter Selasky2022-10-075-14/+14
* Revert "usb: Remove a double words in a source code comments"Gordon Bergling2022-09-052-2/+2
* usb: Remove a double words in a source code commentsGordon Bergling2022-09-042-2/+2
* usb: Fix two typos in source code commentsGordon Bergling2022-09-032-2/+2
* USB id of yet another Lenovo USB-C ethernet dongle.Poul-Henning Kamp2022-08-281-0/+1
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0618-52/+18
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-069-9/+9
* usb: Add a __usbdebug_used for variables only used under #ifdef USB_DEBUG.John Baldwin2022-04-131-1/+1
* usb(4): Fix two typos in source code commentsGordon Bergling2022-04-092-2/+2
* mgue: eliminate write only variables ret, err and errorWarner Losh2022-04-051-13/+9
* cdce: Fix a -Wunused-but-set-variable warningMark Johnston2022-02-281-2/+1
* axe: Fix a -Wunused-but-set-variable warningMark Johnston2022-02-281-3/+0
* axge: Fix a -Wunused-but-set-variable warningMark Johnston2022-02-281-2/+0
* Create wrapper for Giant taken for newbusWarner Losh2021-12-106-15/+14
* cdceem(4): Fix "set but not used" warningsEdward Tomasz Napierala2021-11-291-6/+5
* smsc(4): Fix a typo in a commentGordon Bergling2021-10-021-1/+1
* if_cdce: Add support for setting RX filteringKornel Duleba2021-09-012-4/+52
* ued may be NULL here which will cause a panic... reproducable byJohn-Mark Gurney2021-06-291-8/+8
* Add support for link status, media and VLAN MTU (if supported) to if_cdce...John-Mark Gurney2021-06-262-5/+150
* Narrow down the probe range for if_ure(4) compatible devicesHans Petter Selasky2021-06-041-3/+4
* Add support for RTL8153B, RTL8156 and RTL8156B to if_ure(4).Hans Petter Selasky2021-06-042-275/+890
* Fix for use-after-free by if_ioctl() calls from user-space in USB drivers byHans Petter Selasky2021-05-212-4/+7
* Remove USB device ID added by SVN r150701 in the CDC USB ethernet driver.Hans Petter Selasky2021-04-221-1/+0
* if_smsc: Add the ability to disable "turbo_mode", also called RX frame batching,Hans Petter Selasky2021-04-111-4/+15
* Fix for use-after-free in if_ure(4) driver.Hans Petter Selasky2021-01-122-54/+4