summaryrefslogtreecommitdiff
path: root/sys/dev/pv
AgeCommit message (Expand)Author
2024-05-17vio: Fix signal handling and locking in sysctl pathStefan Fritsch
2024-05-14remove prototypes with no matching functionJonathan Gray
2024-05-13remove prototypes with no matching functionJonathan Gray
2024-05-07Additional check for TSO packets with 0 MSS.Jan Klemkow
2024-04-10Implement TCP Segmentation Offload for vio(4)Jan Klemkow
2024-02-14Check IP length in ether_extract_headers().Alexander Bluhm
2024-02-13Analyse header layout in ether_extract_headers().Alexander Bluhm
2024-01-04Revert previous. splx(9) can call kvp_get_ip_info() from any place withVitaliy Makkoveev
2023-12-20vio(4): checksum offloading for TCP/UDP in IPv6 PacketsJan Klemkow
2023-12-11vio(4): simplify mbuf parsing with ether_extract_headers()Jan Klemkow
2023-12-09vio(4) add recv TCP/UDP checksum offloadingJan Klemkow
2023-12-02virtio: Fix handling of feature bits >= 32Stefan Fritsch
2023-11-10Make ifq and ifiq interface MP safe.Alexander Bluhm
2023-11-08Allow Xen to use backing store devices with 4K-byte sectors.Kenneth R Westerback
2023-09-26Use shared netlock to protect ifnet data within vmt_tclo_broadcastip().Vitaliy Makkoveev
2023-09-23Use shared netlock to protect if_list and ifa_list walkthrough and ifnetVitaliy Makkoveev
2023-07-28Initialize handlers with NULL, not 0.Dave Voutila
2023-07-07The per-VQ MSI-X interrupt handler needs to sync DMA mappings in thePatrick Wildt
2023-07-05The hypercall page populated with instructions by the hypervisor is not IBTAnton Lindqvist
2023-07-03typofix lladdr in function names; OK deraadt janKlemens Nanni
2023-05-29virtio: Set DRIVER_OK earlierStefan Fritsch
2023-04-27Temporarily workaround double calls into vioscsi_req_done()Kenneth R Westerback
2023-04-23Stop setting ri->ri_bs to prevent a panic caused by rasops accessing itsPatrick Wildt
2023-04-20add viogpu, a VirtIO GPU driverJoshua Stein
2023-04-11fix double words in commentsJonathan Gray
2023-02-04timecounting: remove incomplete PPS supportScott Soule Cheloha
2023-01-07The maximum length of the value is extended to 64k bytes.ASOU Masato
2022-12-28Change space character to TAB.ASOU Masato
2022-12-26Add close vmt.ASOU Masato
2022-12-08Fix pvbus to specify M_ZERO properly.YASUOKA Masahiko
2022-12-03Modify vmt to use the buffer allocated in pvbus directly instead ofYASUOKA Masahiko
2022-11-10Return error number instead of call panic().ASOU Masato
2022-09-08Rename global ifnet TAILQKlemens Nanni
2022-08-29use ansi volatile keyword, not __volatile__Jonathan Gray
2022-08-25amd64, i386: use delay_init() instead of writing delay_func by handScott Soule Cheloha
2022-04-16constify SCSI adapter entry pointsChristian Weisgerber
2022-03-23KASSERT() that an id read from a descriptor is valid before using itJonathan Gray
2022-03-07vio(4): use NULL instead of 0 with sc_{rx,tx}_mbuf pointer array.Dave Voutila
2022-01-09spellingJonathan Gray
2021-11-05Constify struct cfattach.Martin Pieuchot
2021-10-24pretty & normalize the cfdriver declTheo de Raadt
2021-08-31When running on Hyper-V, make use of its timecounter as delay func in casePatrick Wildt
2021-07-26fix an mbuf leak with m_len 0 mbufsJonathan Gray
2021-07-26Add mtx_enter/mtx_leave in kvp_pool_keys().asou
2021-06-11Drop received packets unless IFF_RUNNING is set. When hvn(4) attachesPatrick Wildt
2021-05-16panic does not require a \n at the end. When one is provided, it looks wrong.Theo de Raadt
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha
2021-02-11Initialize var since it's used in a condition a little bit afterwards.Ricardo Mestre
2021-01-15Report full IP address information to the host. Contrary to what I wroteJonathan Matthew
2021-01-13Make vm_rpc_send_rpci_tx_buf() use the buffer passed in, not the bufferJonathan Matthew