summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2019-12-06localifymaxv
2019-12-05 Remove SIOC[GS]IFMEDIA because ieee80211_ioctl() does the same thing.msaitoh
2019-12-03Fix inequality for refcnt drain: -1 here means all refs gone.riastradh
2019-12-03Fix order of nulling un->un_pri->unp_ec.ec_mii.riastradh
2019-12-01Don't deregister twice with pmf.mlelstv
2019-12-01Reset MCU ready status before resetting the MCU.mlelstv
2019-12-01minor adjustments, to avoid warnings on debug buildsmaxv
2019-12-01localifymaxv
2019-11-29Preserve the toggleCarry bit in the Endpoint Descriptor ingson
2019-11-29Preserve the toggleCarry bit in the Endpoint Descriptor when handlinggson
2019-11-28localifymaxv
2019-11-26Change 0x%jx -> %#jx as suggested by christos.gson
2019-11-26Convert debug printfs to usbhist.gson
2019-11-17Not a bug strictly speaking, but compute the address only after the lengthmaxv
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-11-06add a note about ifnet lock vs usbnet locks.mrg
2019-11-04Use kmem_zalloc() instead of kmem_alloc() to initialize structure.isaki
2019-10-31check if buf/bufsz are non-NULL before freeing.maya
2019-10-23we want to check that the allocation is going to be zero, not whethermaya
2019-10-23Check if size is zero, too.maya
2019-10-23Avoid kmem_alloc(0,..), which hits an assertion.maya
2019-10-16allocate a random mac address if on-chip mac is all zeroes.bad
2019-10-16read mac address of ure version 4c10 from URE_PLA_IDR, save as 4c00.bad
2019-10-10use ether_snprintf instead of open coding it.bad
2019-10-08Merge more changes from FreeBSD/OpenBSD. My two run(4) devices now workmlelstv
2019-10-07Avoid a warningskrll
2019-10-06Regenmartin
2019-10-06Add a few TP-Link "Archer" wlan devicesmartin
2019-10-05remove __packed attribute from struct ieee80211_radiotap_headermrg
2019-10-03Fix memory leaks. Was wondering where memory had gone after several hoursmaxv
2019-10-03More less kmem_zalloc(0).maxv
2019-10-03Improvements:maxv
2019-10-01in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEPchs
2019-09-26subdevlen is an array length, make it unsignedchristos
2019-09-22Purge an ancient email address, use dsainty@NetBSD.org insteaddsainty
2019-09-20add mos(4) driver for Moschip MCS7730/MCS7830/MCS7832 usb ethernet.mrg
2019-09-15Reset ud_pipe0 to NULL before calling usbd_setup_pipe_flags(). If the callmaxv
2019-09-15Add missing length checks on descriptors, to prevent buffer overflows.maxv
2019-09-15Don't kmem_alloc(0) if there are no endpoints, otherwise panic. Found viamaxv
2019-09-14Fix error handling, to prevent kernel crashes at detach time. The code ismaxv
2019-09-14Fix NULL deref. Found by vHCI.maxv
2019-09-14Fix error handling, to prevent kernel crashes at detach time. Found bymaxv
2019-09-14Fix possible NULL deref. Found by vHCI.maxv
2019-09-14Fix error handling, to prevent kernel crashes when detaching an upgt0maxv
2019-09-14Fix NULL deref, to prevent kernel crashes when detaching an udsbr0 device.maxv
2019-09-14Fix error handling, to prevent kernel crashes when detaching an ugensa0maxv
2019-09-14Fix NULL deref, to prevent kernel crashes when detaching an uipaq0 device.maxv
2019-09-14Fix error handling, to prevent kernel crashes when detaching an ural0maxv
2019-09-14Fix error handling, to prevent kernel crashes when detaching an urio0maxv
2019-09-14Fix error handling, to prevent kernel crashes when detaching an urtw0maxv