summaryrefslogtreecommitdiff
path: root/sys/dev/pv
AgeCommit message (Expand)Author
2024-08-01virtio: Fix dmamap_sync callsStefan Fritsch
2024-07-26virtio: add/fix feature bitsStefan Fritsch
2024-07-26vio: Don't request csum offload if not negotiatedStefan Fritsch
2024-07-25virtio: Allow more verbose debuggingStefan Fritsch
2024-07-23virtio: fix commentStefan Fritsch
2024-06-28Cleanup control queue checks in vio(4).Jan Klemkow
2024-06-26return type on a dedicated line when declaring functionsJonathan Gray
2024-06-10Use TCP Large Receive Offload in vio(4).Jan Klemkow
2024-06-10Clarify panic strings in vio(4)Jan Klemkow
2024-06-09Introduce IFCAP_VLAN_HWOFFLOAD for vio(4).Jan Klemkow
2024-06-04vio(4): remove useless casts and fix spacingJan Klemkow
2024-05-28vio(4): fix jumbo framesJan Klemkow
2024-05-24remove unneeded includesJonathan Gray
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