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