index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
net
/
virtio-net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-26
virtio-net: Add queues before loading them
Akihiko Odaki
1
-0
/
+10
2024-11-25
virtio-net: Copy received header to buffer
Akihiko Odaki
1
-39
/
+46
2024-11-25
virtio-net: Initialize hash reporting values
Akihiko Odaki
1
-0
/
+2
2024-11-25
virtio-net: Fix hash reporting when the queue changes
Akihiko Odaki
1
-7
/
+7
2024-11-25
virtio-net: Do not check for the queue before RSS
Akihiko Odaki
1
-4
/
+4
2024-11-25
virtio-net: Fix size check in dhclient workaround
Akihiko Odaki
1
-1
/
+4
2024-11-18
hw/net/virtio-net.c: Don't assume IP length field is aligned
Peter Maydell
1
-4
/
+19
2024-10-29
virtio-net: Avoid indirection_table_mask overflow
Akihiko Odaki
1
-6
/
+6
2024-10-28
hw/net: improve tracing of eBPF RSS setup
Daniel P. Berrangé
1
-3
/
+6
2024-10-28
hw/net: report errors from failing to use eBPF RSS FDs
Daniel P. Berrangé
1
-12
/
+29
2024-10-28
ebpf: add formal error reporting to all APIs
Daniel P. Berrangé
1
-3
/
+4
2024-10-28
hw/net: fix typo s/epbf/ebpf/ in virtio-net
Daniel P. Berrangé
1
-5
/
+5
2024-09-10
virtio: Allow .get_vhost() without vhost_started
Hanna Czenczek
1
-2
/
+17
2024-08-16
virtio-net: Use virtual time for RSC timers
Nicholas Piggin
1
-3
/
+3
2024-08-16
virtio-net: Use replay_schedule_bh_event for bhs that affect machine state
Nicholas Piggin
1
-5
/
+6
2024-08-02
virtio-net: Fix network stall at the host side waiting for kick
thomas
1
-12
/
+16
2024-08-02
virtio-net: Ensure queue index fits with RSS
Akihiko Odaki
1
-1
/
+2
2024-07-01
hw/net/virtio-net.c: fix crash in iov_copy()
Dmitry Frolov
1
-0
/
+4
2024-06-04
virtio-net: drop too short packets early
Alexey Dobriyan
1
-6
/
+12
2024-06-04
virtio-net: Do not write hashes to peer buffer
Akihiko Odaki
1
-19
/
+17
2024-06-04
virtio-net: Always set populate_hash
Akihiko Odaki
1
-0
/
+1
2024-06-04
virtio-net: Unify the logic to update NIC state for RSS
Akihiko Odaki
1
-54
/
+36
2024-06-04
virtio-net: Disable RSS on reset
Akihiko Odaki
1
-34
/
+36
2024-06-04
virtio-net: Shrink header byte swapping buffer
Akihiko Odaki
1
-11
/
+6
2024-06-04
virtio-net: Copy header only when necessary
Akihiko Odaki
1
-14
/
+12
2024-06-04
virtio-net: Add only one queue pair when realizing
Akihiko Odaki
1
-3
/
+1
2024-06-04
virtio-net: Do not propagate ebpf-rss-fds errors
Akihiko Odaki
1
-13
/
+10
2024-06-04
tap: Remove qemu_using_vnet_hdr()
Akihiko Odaki
1
-3
/
+0
2024-04-09
Revert "hw/virtio: Add support for VDPA network simulation devices"
Michael S. Tsirkin
1
-16
/
+0
2024-04-02
hw/net/virtio-net: fix qemu set used ring flag even vhost started
Yajun Wu
1
-0
/
+4
2024-03-29
virtio-net: Fix vhost virtqueue notifiers for RSS
Akihiko Odaki
1
-2
/
+2
2024-03-13
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
1
-0
/
+16
2024-03-12
hw/virtio: Add support for VDPA network simulation devices
Hao Chen
1
-0
/
+16
2024-03-12
virtio-net: Added property to load eBPF RSS with fds.
Andrew Melnychenko
1
-6
/
+48
2024-02-28
migration: MigrationNotifyFunc
Steve Sistare
1
-3
/
+1
2024-02-28
migration: MigrationEvent for notifiers
Steve Sistare
1
-5
/
+6
2024-02-28
migration: convert to NotifierWithReturn
Steve Sistare
1
-1
/
+3
2024-01-25
virtio-net: correctly copy vnet header when flushing TX
Jason Wang
1
-4
/
+9
2023-12-30
hw/net: Constify VMState
Richard Henderson
1
-9
/
+9
2023-11-21
net: Provide MemReentrancyGuard * to qemu_new_nic()
Akihiko Odaki
1
-2
/
+4
2023-10-20
migration: simplify notifiers
Steve Sistare
1
-3
/
+3
2023-10-04
virtio-net: Expose MAX_VLAN
Hawkins Jiawei
1
-2
/
+0
2023-10-04
virtio-net: do not reset vlan filtering at set_features
Hawkins Jiawei
1
-3
/
+1
2023-09-20
hw/net: spelling fixes
Michael Tokarev
1
-3
/
+3
2023-09-18
virtio-net: Add support for USO features
Yuri Benditovich
1
-2
/
+29
2023-09-18
tap: Add USO support to tap device.
Andrew Melnychenko
1
-1
/
+3
2023-07-10
hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX comments
Alex Bennée
1
-2
/
+2
2023-07-10
virtio-net: pass Device-TLB enable/disable events to vhost
Viktor Prutyanov
1
-0
/
+1
2023-07-07
virtio-net: correctly report maximum tx_queue_size value
Laurent Vivier
1
-2
/
+2
2023-06-26
vhost-user: fully use new backend/frontend naming
Manos Pitsidianakis
1
-2
/
+2
[next]