aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/net
Commit message (Expand)AuthorAgeFilesLines
* ure(4): Fix spurious link flaps from MIIRafael Kitover2026-03-161-3/+66
* chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper2026-02-251-1/+1
* ure: improve receive checksum offloadingMichael Tuexen2026-02-101-23/+15
* ure: improve transmit checksum offloadingMichael Tuexen2026-02-081-6/+10
* ure: improve checksum offloadingMichael Tuexen2026-01-311-0/+3
* sys: RealTek -> Realtekykla2025-11-273-6/+6
* umb: Fix setting the input routineZhenlei Huang2025-09-031-4/+0
* if_umb: Fix a typo in a source code commentGordon Bergling2025-08-251-1/+1
* ipheth(4): Add CDC-NCM support for RXShengYi Hung2025-08-152-46/+189
* umb: avoid wild pointer dereference in umb_decap()Pierre Pronchery2025-05-291-2/+4
* umb: avoid buffer overflow in umb_getinfobuf()Pierre Pronchery2025-05-291-3/+2
* umb: avoid buffer overflow in umb_in_len2mask()Pierre Pronchery2025-05-291-1/+2
* usb/if_mos.c: Fix incorrect SPDX IDAlexander Ziaee2025-05-281-2/+2
* usb: if_ure: stop touching the mbuf accounting on rxq insertionKyle Evans2025-04-202-2/+15
* usb: Kill left-over cdefs.h includesWarner Losh2025-03-0415-15/+0
* ure(4): Add support for ELECOM EDC-QUA3CFUKAUMI Naoki2025-01-241-0/+1
* umb: Introduce the USB umb(4) network driverAdrian Chadd2025-01-203-0/+4100
* Use bus_generic_detach to detach and delete child devices during detachJohn Baldwin2025-01-021-5/+3
* 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-516/+508
* 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