summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
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-23vioif(4): clear flags when configure is failedyamaguchi
2023-03-23Added functions to set interrupt handler and index into 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-02-21s/jumo/jumbo/ in comments.andvar
2023-02-14Regen.msaitoh
2023-02-14Add devices from PPR for AMD Family 19h Model 61h Revision B1 processors.msaitoh
2023-02-03Use thermal sensor code for IXGBE_DEV_ID_X550EM_A_10G_T, too.msaitoh
2023-02-03Regen.msaitoh
2023-02-03Add Samsung SM990.msaitoh
2023-01-29Add and entry for the EXAR XR17V354 4-port UART.thorpej
2023-01-29Regen for EXAR XR17V354.thorpej
2023-01-29Add ID for the EXAR XR17V354 PCIe UART.thorpej
2023-01-26- Don't discard a packet even if the TX descriptor is temporarily not enough,ryo
2023-01-24Consistently use cached chipset tag value.mlelstv
2023-01-23s/cyliner/cylinder/ and s/specturm/spectrum/ in messages.andvar
2023-01-18Regen.msaitoh
2023-01-18Add AMD Family 19h/1xh devices.msaitoh
2023-01-14Added support for the Aquantia (Marvell) AQC113 10G Network Adapter and the v...ryo
2023-01-14regenryo
2023-01-14add Aquantia (Marvell) AQC113 ethernet devices and the variantsryo
2023-01-14fix indentationryo
2023-01-14- avoid panic when failing during attach or detach with modload/drvctl.ryo
2023-01-14fix build error in sys/module/if_aq/ryo
2023-01-12Modify error message to match the current behavior.msaitoh
2023-01-10Use MMIO for PM register access on newer revision's devices.msaitoh