summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-03-26Change CASMAGIC to 0xFEDABABE so that it cannot accidentally end up inragge
2023-03-26Ensure that the kernel do not try to allocate a S0 segment larger than 1G,ragge
2023-03-26Use backing device to send advertisements. Otherwise the packets originatemlelstv
2023-03-25s/resultion/resolution/ in comment.andvar
2023-03-25s/Predective/Predictive/ and s/dedected/detected/ in comments.andvar
2023-03-25s/deteted/detected/ in log message.andvar
2023-03-25s/deteced/detected/ and s/couner/counter/ in comments.andvar
2023-03-25Fix NetBSD/amiga bootblocks for Kickstart 3.2 - from Karoly Baloghabs
2023-03-25Mark as MPSAFE.mlelstv
2023-03-25Fix 32bit overflow when calculating balloon size.mlelstv
2023-03-25A single SCSI request may require multiple slots in the virtio queuemlelstv
2023-03-25restore fetch of qsize.mlelstv
2023-03-25Setup virtqueues after registering them to virtio_softcyamaguchi
2023-03-24Added check of pointer for allocated memory before release of resourceyamaguchi
2023-03-24vioif(4): fix wrong memory allocation sizeyamaguchi
2023-03-24Allow a PVH dom0 to use VGA as console: make xen_pvh_consinit() return 1 ifbouyer
2023-03-24mpacpi_config_cpu(): Xen with a PVH dom0 reports x2apic->LocalApicIdbouyer
2023-03-24extattr_set_vp(): properly handle XATTR_REPLACE flags, FFSv2ea will returnbouyer
2023-03-24Unwrap. NFCI.skrll
2023-03-23nfs: Avoid free of uninitialized on bad name size in create, mknod.riastradh
2023-03-23nfs: Use unsigned name lengths so we don't trip over negative ones.riastradh
2023-03-23nfs: Avoid integer overflow in nfs_namei bounds check.riastradh
2023-03-23nfs: Use unsigned fhlen so we don't trip over negative values.riastradh
2023-03-23vioif(4): clear flags when configure is failedyamaguchi
2023-03-23Added functions to set interrupt handler and index into virtqueueyamaguchi
2023-03-23viocon(4): fix not to allocate unused virtqueueyamaguchi
2023-03-23Set virtqueues in virtio_child_attach_finishyamaguchi
2023-03-23vioif(4): divide IFF_OACTIVE into per-queueyamaguchi
2023-03-23vioif(4): reorganize functionsyamaguchi
2023-03-23vioif(4): rename sc_hdr_segs to sc_segsyamaguchi
2023-03-23vioif(4): added functions to manipulate network queuesyamaguchi
2023-03-23vioif(4): added new data structure for network queuesyamaguchi
2023-03-23vioif(4): added __predct_false to error checkyamaguchi
2023-03-23vioif(4): prepare slot before dequeuingyamaguchi
2023-03-23vioif(4): added a structure to manage variables for packet processingsyamaguchi
2023-03-23vioif(4): increase output error counteryamaguchi
2023-03-23vioif(4): merge drain into clear of queueyamaguchi
2023-03-23vioif(4): divide interrupt handler for receivingyamaguchi
2023-03-23vioif(4): drain receive buffer on stopping the deviceyamaguchi
2023-03-23vioif(4): fix missing virtio_enqueue_abort for error handlingyamaguchi
2023-03-23vioif(4): added event counters related to receive processingyamaguchi
2023-03-23vioif(4): adjust receive buffer to ETHER_ALIGNyamaguchi
2023-03-23vioif(4): stop interrupt before schedule handleryamaguchi
2023-03-23vioif(4): rename {txq,rxq}_active to {txq,rxq}_running_handleyamaguchi
2023-03-23vioif(4): use device reset to stop interrupt completelyyamaguchi
2023-03-23vioif(4): access to txq_active and rxq_active with lock heldyamaguchi
2023-03-23vioif(4): remove unnecessary lock releaseyamaguchi
2023-03-22Pass B_PHYS when reading from device. Xbd(4) at least checkshannken
2023-03-22Ignore non-recoverable and critical limits smaller than the warning limits.mlelstv
2023-03-22in6: make sure a user-specified checksum field is within a packetozaki-r