summaryrefslogtreecommitdiff
path: root/sys/dev/usb/net
Commit message (Expand)AuthorAgeFilesLines
* usb: add support for Huawei E5573Cs322Michael Paepcke2023-02-191-1/+2
* usb: add new scsi_huawei eject3 & eject4 driver supportMichael Paepcke2023-02-191-0/+2
* Add Windows Dev Kit 2023 support to if_ureAndrew Turner2023-01-231-0/+1
* Revert "usb: Remove a double words in a source code comments"Gordon Bergling2022-09-102-2/+2
* usb: Remove a double words in a source code commentsGordon Bergling2022-09-072-2/+2
* usb: Fix two typos in source code commentsGordon Bergling2022-09-062-2/+2
* Create wrapper for Giant taken for newbusWarner Losh2022-06-216-15/+14
* usb(4): Fix two typos in source code commentsGordon Bergling2022-04-142-2/+2
* axge: Fix a -Wunused-but-set-variable warningMark Johnston2022-03-071-2/+0
* cdce: Fix a -Wunused-but-set-variable warningMark Johnston2022-03-071-2/+1
* axe: Fix a -Wunused-but-set-variable warningMark Johnston2022-03-071-3/+0
* smsc(4): Fix a typo in a commentGordon Bergling2021-10-061-1/+1
* if_cdce: Add support for setting RX filteringKornel Duleba2021-09-282-4/+52
* ued may be NULL here which will cause a panic... reproducable byJohn-Mark Gurney2021-09-281-8/+8
* Add support for link status, media and VLAN MTU (if supported) to if_cdce...John-Mark Gurney2021-09-282-4/+149
* Narrow down the probe range for if_ure(4) compatible devicesHans Petter Selasky2021-07-101-3/+4
* Add support for RTL8153B, RTL8156 and RTL8156B to if_ure(4).Hans Petter Selasky2021-07-102-274/+889
* Fix for use-after-free by if_ioctl() calls from user-space in USB drivers byHans Petter Selasky2021-06-022-4/+7
* Remove USB device ID added by SVN r150701 in the CDC USB ethernet driver.Hans Petter Selasky2021-05-101-1/+0
* if_smsc: Add the ability to disable "turbo_mode", also called RX frame batching,Hans Petter Selasky2021-05-101-4/+15
* Fix for use-after-free in if_ure(4) driver.Hans Petter Selasky2021-01-122-54/+4
* Add support for USB-C and TB3 Gen2 to if_ure(4).Hans Petter Selasky2020-12-241-0/+2
* Ensure a minimum packet length before creating a mbuf in if_ure.Hans Petter Selasky2020-12-191-1/+1
* Move SYSCTL_ADD_PROC() to unlocked context in if_ure to avoid lock order reve...Hans Petter Selasky2020-12-191-9/+9
* ipheth(4): Fix for iOS 14Li-Wen Hsu2020-11-181-1/+1
* A major update to the ure driver.John-Mark Gurney2020-09-122-77/+648
* Don't clear reserved bits per RealTekJohn-Mark Gurney2020-09-111-3/+4
* urndis(4): Add support of Inseego/Novatel Wireless MiFi 8800/8000Li-Wen Hsu2020-09-101-0/+3
* Add support to BELKIN B2B128 USB3 Ethernet Adapter to axge(4)Li-Wen Hsu2020-09-081-0/+1
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0117-111/+23
* clean up whitespace...John-Mark Gurney2020-07-252-24/+24
* Add missing range checks when receiving USB ethernet packets.Hans Petter Selasky2020-06-113-8/+33
* if_muge: use C99 bool for boolean varsEd Maste2020-03-181-5/+7
* if_muge: whitespace and style cleanupEd Maste2020-03-151-22/+16
* muge: drop CSUM from MUGE_DEFAULT_TSO_CSUM_ENABLEEd Maste2020-03-151-2/+2
* muge: enable RXCSUM as it now worksEd Maste2020-03-151-6/+2
* muge: correct RX checksum offloadEd Maste2020-03-141-2/+3
* smsc: remove pre-FreeBSD-10 compat supportEd Maste2020-02-241-28/+0
* muge: fix rxcsum enable testEd Maste2020-02-241-2/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-1518-24/+41
* Miscellaneous typo fixesEd Maste2020-02-071-1/+1
* net: add ETHER_IS_ZERO macro similar to ETHER_IS_BROADCASTEric Joyner2019-11-053-9/+0
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-11/+13
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-12/+13
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-12/+13
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-11/+14
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-20/+16
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-14/+11
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-24/+20
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-17/+17