summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-09-17Eliminate use of IFF_OACTIVE.thorpej
2022-09-17u_int*_t -> uint*_tthorpej
2022-09-17Liberally apply "static".thorpej
2022-09-17malloc() -> kmem_alloc()thorpej
2022-09-17Eliminate use of IFF_OACTIVE.thorpej
2022-09-17Eliminate use of IFF_OACTIVE.thorpej
2022-09-17vte_ifstart(): Make the condition if the transmit loop the number ofthorpej
2022-09-17alc_start(): Remove redundant IFQ_IS_EMPTY(). This very same conditionthorpej
2022-09-17age_start(): Remove redundant IFQ_IS_EMPTY(). This very same conditionthorpej
2022-09-17- synaptics_filter_policy no longer generates movements from stale data.mlelstv
2022-09-16s/Paket/Packet/andvar
2022-09-16It is correct to update ifp statistics per packet, just remove commented out ...knakahara
2022-09-16Cast to uint32_t to avoid undefined behavior in UGETDW(). Found by kUBSan.msaitoh
2022-09-16Use unsigned to avoid undefined behavior in ure_uno_mcast(). Found by kUBSan.msaitoh
2022-09-16Some MP improvementsskrll
2022-09-16Add ALWAYS_TXDEFER option to ixl(4), too.knakahara
2022-09-16Add ALWAYS_TXDEFER option to vmx(4), too.knakahara
2022-09-16ixg(4) add an option for Tx to use deferred softint regardless of whether can...knakahara
2022-09-14mfii: Don't panic on detach.msaitoh
2022-09-13nvmm(4): Add suspend/resume support.riastradh
2022-09-13kill_session now uses the session id to avoid stale session pointers.mlelstv
2022-09-13Add Intel 600 series PCH-LP devices support.msaitoh
2022-09-13Regen.msaitoh
2022-09-13Add more Alder Lake devices.msaitoh
2022-09-13xhci(4): After attach, access to sc_child/2 requires sc_intr_lock.riastradh
2022-09-13usbdi(9): Sprinkle usbhist into usb xfer timeout logic.riastradh
2022-09-13usbdi(9): Fix mistake in usbdi.c 1.244.riastradh
2022-09-13xhci(4): Resume commands even if USBSTS.SRE is set.riastradh
2022-09-13nvme(4): Don't leak memory for queues on every resume.riastradh
2022-09-13usbdi(9): Rule out possible race to read xfer->ux_status.riastradh
2022-09-13usbnet(9): Call mii_down once we've finished with mii_tick.riastradh
2022-09-12Uniform vioif's link status to if_link_state. Implemented by yamaguchi@n.o.knakahara
2022-09-11Packets larger than 1518 bytes (1522 bytes if VLAN tag is included) are no lo...ryo
2022-09-11regenmrg
2022-09-11add several samsung nvme entriesmrg
2022-09-08Sprinkle const. Same binary before and after.skrll
2022-09-08KNF. Modify comment. No fucntional change.msaitoh
2022-09-07usbdi(9): Fix timeout after non-racy xfer resubmission.riastradh
2022-09-07Fix the build, add new emuxki_boards.cmartin
2022-09-07emuxki(4): import a list of board definitionskhorben
2022-09-07emuxki(4): place struct emuxki_softc into its own filekhorben
2022-09-07emuxki(4): restrict DMA memory within the first 2GBkhorben
2022-09-07tpm(4): add missing newline character in device_printf()khorben
2022-09-07emuxki(4): allow building as a modulekhorben
2022-09-06Don't hold a spin lock entering usbd_transfer.nat
2022-09-06Do a full screen update upon vt switch.nat
2022-09-06Ensure the device is fully initialized before starting the update thread.nat
2022-09-06Don't throttle the frame rate.nat
2022-09-06Finally fix the blitting function.nat
2022-09-04revert 1.281mlelstv