aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* uvideo: fix step=0 infinite loop and int overflow in fbuf_sizeHEADmainBaptiste Daroussin2026-07-241-1/+3
* sound: Scale PCM secondary buffers by byte rateKevin Bowling2026-07-243-34/+96
* snd_uaudio: Don't let an idle stream reprogram a shared UAC2 clockgiacomo2026-07-241-8/+95
* uvideo: fix printf typeBaptiste Daroussin2026-07-221-1/+1
* uvideo: validate frame descriptors and fix integer overflows in size computationBaptiste Daroussin2026-07-221-44/+70
* uvideo: use size_t for sc_mmap_count and loop index in reqbufsBaptiste Daroussin2026-07-221-6/+5
* uvideo: fix close/detach race on streaming teardownBaptiste Daroussin2026-07-221-11/+11
* uvideo: track streaming ownership per-fd and free buffers on STREAMOFFBaptiste Daroussin2026-07-221-3/+76
* uvideo: bounds-check frame interval reads against bLengthBaptiste Daroussin2026-07-221-7/+9
* uvideo: lock the mmap queue and read pathBaptiste Daroussin2026-07-221-13/+59
* uvideo: validate frame size before mmap buffer allocationBaptiste Daroussin2026-07-221-4/+12
* uvideo: replace contigmalloc with OBJT_PHYS vm_object for mmap bufferBaptiste Daroussin2026-07-221-141/+51
* vtnet: Accept VIRTIO_NET_F_CTRL_RX_EXTRAFaraz Vahedi2026-07-211-0/+1
* vtnet: Implement VIRTIO_NET_F_GUEST_ANNOUNCEFaraz Vahedi2026-07-212-0/+90
* vtnet: Retry feature negotiation without offloadsFaraz Vahedi2026-07-212-2/+30
* hwpmc: Add EXTERROR diagnostics to the hwpmc syscall pathAndre Silva2026-07-211-31/+79
* hwpmc: Add EXTERROR diagnostics to the AMD and IBS allocatorsAndre Silva2026-07-212-24/+45
* hid: u2f: stop interrupts on last-closeKyle Evans2026-07-211-3/+0
* uvideo: fix use-after-free in mmap buffer lifetime managementBaptiste Daroussin2026-07-211-14/+162
* nvme: Explicitly cast caddr_t valuesDag-Erling Smørgrav2026-07-211-1/+1
* firewire: replace magic numbers with named constantsAbdelkader Boudih2026-07-2012-58/+112
* firewire: remove dead code across the subsystemAbdelkader Boudih2026-07-209-428/+3
* firewire: force root change when root node is not cycle master capableAbdelkader Boudih2026-07-201-3/+4
* firewire: drain pending xfers after callout stop in detachAbdelkader Boudih2026-07-201-1/+3
* firewire: add warn-only CRC validation for CSR ROM directoriesAbdelkader Boudih2026-07-205-1/+32
* net80211: update drivers to allocate sequence numbers in the raw pathAdrian Chadd2026-07-205-2/+29
* amd64: FRED supportKonstantin Belousov2026-07-201-1/+2
* uvideo: import quirks infrastructure from OpenBSDBaptiste Daroussin2026-07-201-2/+177
* uvideo: increase UVIDEO_MAX_PU and UVIDEO_MAX_CT to 32Baptiste Daroussin2026-07-201-2/+2
* hwpmc: drain a process-mode PMC's runcount when a live target detachesAlexander Leidinger2026-07-201-0/+88
* hwpmc: handle counter wraparound for process-mode counting PMCsAlexander Leidinger2026-07-201-16/+30
* apei: Fix i386 build over bus read, write functionShengYi Hung2026-07-201-6/+7
* re(4): add hw.re.aspm_disable loader tunableJérémie Jourdin2026-07-191-4/+13
* re(4): harden re_watchdog() recovery and log controller stateJérémie Jourdin2026-07-191-3/+58
* re(4): recover Tx completions whose MSI was swallowed in re_intr_msi()Jérémie Jourdin2026-07-191-0/+27
* re(4): re-arm the Tx doorbell when re_txeof() leaves a non-empty ringJérémie Jourdin2026-07-191-0/+11
* re(4): quiesce RTL8168G+ and reset before freeing buffers in re_stop()Jérémie Jourdin2026-07-192-1/+48
* aq(4): correct Atlantic 2 register accessNick Price2026-07-194-18/+31
* aq(4): program the Atlantic 2 multiqueue datapathNick Price2026-07-194-28/+210
* aq(4): add Atlantic 2 (AQC113) device supportNick Price2026-07-198-84/+879
* aq(4): remove dead code and tidy macros, diagnostics, and namingNick Price2026-07-1912-211/+136
* aq(4): harden the interrupt and MAC-statistics pathsNick Price2026-07-194-44/+90
* aq(4): harden the attach, detach, and reset error pathsNick Price2026-07-194-13/+30
* aq(4): honor the kernel RSS policy and add a TX traffic-class helperNick Price2026-07-193-15/+36
* aq(4): drop errored RX frames instead of resetting the interfaceNick Price2026-07-191-5/+21
* aq(4): expand and correct offloads, fix VLAN/multicast filteringNick Price2026-07-196-19/+62
* dpaa2: Apply if_flags and MAC filters in dpaa2_ni_init()Nick Price2026-07-191-0/+11
* firewire: remove SPL callsAbdelkader Boudih2026-07-178-107/+14
* fwdv: match unit directories instead of IDENTIFYAbdelkader Boudih2026-07-171-87/+26
* fwisound: match unit directories instead of IDENTIFYAbdelkader Boudih2026-07-171-116/+50