summaryrefslogtreecommitdiff
path: root/sys/dev/pv
AgeCommit message (Expand)Author
2024-11-04viogpu: tune down debug messagesStefan Fritsch
2024-11-04vio_dump: Fix control queue dumpStefan Fritsch
2024-10-03vio: Increase rx mbuf size with lroStefan Fritsch
2024-09-19vio: allow longer tx chainsStefan Fritsch
2024-09-17vio: Reduce code duplication in control queue handlingStefan Fritsch
2024-09-14pvclock.h not neededJonathan Gray
2024-09-04vio: put enqueue and dmasync into a functionStefan Fritsch
2024-09-04Fix some spelling.Marcus Glocker
2024-09-04vio: style fixesStefan Fritsch
2024-09-04vio: Re-arrange structs for multi-queueStefan Fritsch
2024-09-02virtio: Move interrupt setup into separate functionStefan Fritsch
2024-08-28vio: Fix allocation sizesStefan Fritsch
2024-08-27vio: whitespace and message tweaksStefan Fritsch
2024-08-27constify struct virtio_opsStefan Fritsch
2024-08-27virtio: Remove some unused leftoversStefan Fritsch
2024-08-26virtio: Introduce dedicated attach argsStefan Fritsch
2024-08-26vio(4): Fix hardmtu without MRG_RXBUFStefan Fritsch
2024-08-19pvbus_activate does nothing except call config_activate_childrenTheo de Raadt
2024-08-16vio(4): Don't set IPv4 checksum OK flag for rx packets.Jan Klemkow
2024-08-13Sync full virtqueue on device resetStefan Fritsch
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