index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
Age
Commit message (
Expand
)
Author
2023-03-25
A single SCSI request may require multiple slots in the virtio queue
mlelstv
2023-03-25
restore fetch of qsize.
mlelstv
2023-03-25
Setup virtqueues after registering them to virtio_softc
yamaguchi
2023-03-24
Added check of pointer for allocated memory before release of resource
yamaguchi
2023-03-24
vioif(4): fix wrong memory allocation size
yamaguchi
2023-03-23
vioif(4): clear flags when configure is failed
yamaguchi
2023-03-23
Added functions to set interrupt handler and index into virtqueue
yamaguchi
2023-03-23
Set virtqueues in virtio_child_attach_finish
yamaguchi
2023-03-23
vioif(4): divide IFF_OACTIVE into per-queue
yamaguchi
2023-03-23
vioif(4): reorganize functions
yamaguchi
2023-03-23
vioif(4): rename sc_hdr_segs to sc_segs
yamaguchi
2023-03-23
vioif(4): added functions to manipulate network queues
yamaguchi
2023-03-23
vioif(4): added new data structure for network queues
yamaguchi
2023-03-23
vioif(4): added __predct_false to error check
yamaguchi
2023-03-23
vioif(4): prepare slot before dequeuing
yamaguchi
2023-03-23
vioif(4): added a structure to manage variables for packet processings
yamaguchi
2023-03-23
vioif(4): increase output error counter
yamaguchi
2023-03-23
vioif(4): merge drain into clear of queue
yamaguchi
2023-03-23
vioif(4): divide interrupt handler for receiving
yamaguchi
2023-03-23
vioif(4): drain receive buffer on stopping the device
yamaguchi
2023-03-23
vioif(4): fix missing virtio_enqueue_abort for error handling
yamaguchi
2023-03-23
vioif(4): added event counters related to receive processing
yamaguchi
2023-03-23
vioif(4): adjust receive buffer to ETHER_ALIGN
yamaguchi
2023-03-23
vioif(4): stop interrupt before schedule handler
yamaguchi
2023-03-23
vioif(4): rename {txq,rxq}_active to {txq,rxq}_running_handle
yamaguchi
2023-03-23
vioif(4): use device reset to stop interrupt completely
yamaguchi
2023-03-23
vioif(4): access to txq_active and rxq_active with lock held
yamaguchi
2023-03-23
vioif(4): remove unnecessary lock release
yamaguchi
2023-02-21
s/jumo/jumbo/ in comments.
andvar
2023-02-14
Regen.
msaitoh
2023-02-14
Add devices from PPR for AMD Family 19h Model 61h Revision B1 processors.
msaitoh
2023-02-03
Use thermal sensor code for IXGBE_DEV_ID_X550EM_A_10G_T, too.
msaitoh
2023-02-03
Regen.
msaitoh
2023-02-03
Add Samsung SM990.
msaitoh
2023-01-29
Add and entry for the EXAR XR17V354 4-port UART.
thorpej
2023-01-29
Regen for EXAR XR17V354.
thorpej
2023-01-29
Add 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-24
Consistently use cached chipset tag value.
mlelstv
2023-01-23
s/cyliner/cylinder/ and s/specturm/spectrum/ in messages.
andvar
2023-01-18
Regen.
msaitoh
2023-01-18
Add AMD Family 19h/1xh devices.
msaitoh
2023-01-14
Added support for the Aquantia (Marvell) AQC113 10G Network Adapter and the v...
ryo
2023-01-14
regen
ryo
2023-01-14
add Aquantia (Marvell) AQC113 ethernet devices and the variants
ryo
2023-01-14
fix indentation
ryo
2023-01-14
- avoid panic when failing during attach or detach with modload/drvctl.
ryo
2023-01-14
fix build error in sys/module/if_aq/
ryo
2023-01-12
Modify error message to match the current behavior.
msaitoh
2023-01-10
Use MMIO for PM register access on newer revision's devices.
msaitoh
[prev]
[next]