index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
net
/
virtio-net.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2025-02-22
1
-26
/
+17
|
\
|
*
hw/net: Fix NULL dereference with software RSS
Akihiko Odaki
2025-02-20
1
-26
/
+17
*
|
qapi: Move include/qapi/qmp/ to include/qobject/
Daniel P. Berrangé
2025-02-10
1
-1
/
+1
|
/
*
virtio-net: vhost-user: Implement internal migration
Laurent Vivier
2025-01-15
1
-23
/
+112
*
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2024-12-21
1
-3
/
+3
|
\
|
*
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-12-20
1
-3
/
+3
*
|
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
2024-12-19
1
-1
/
+0
|
/
*
hw/net: Constify all Property
Richard Henderson
2024-12-15
1
-1
/
+1
*
virtio-net: Add queues before loading them
Akihiko Odaki
2024-11-26
1
-0
/
+10
*
virtio-net: Copy received header to buffer
Akihiko Odaki
2024-11-25
1
-39
/
+46
*
virtio-net: Initialize hash reporting values
Akihiko Odaki
2024-11-25
1
-0
/
+2
*
virtio-net: Fix hash reporting when the queue changes
Akihiko Odaki
2024-11-25
1
-7
/
+7
*
virtio-net: Do not check for the queue before RSS
Akihiko Odaki
2024-11-25
1
-4
/
+4
*
virtio-net: Fix size check in dhclient workaround
Akihiko Odaki
2024-11-25
1
-1
/
+4
*
hw/net/virtio-net.c: Don't assume IP length field is aligned
Peter Maydell
2024-11-18
1
-4
/
+19
*
virtio-net: Avoid indirection_table_mask overflow
Akihiko Odaki
2024-10-29
1
-6
/
+6
*
hw/net: improve tracing of eBPF RSS setup
Daniel P. Berrangé
2024-10-28
1
-3
/
+6
*
hw/net: report errors from failing to use eBPF RSS FDs
Daniel P. Berrangé
2024-10-28
1
-12
/
+29
*
ebpf: add formal error reporting to all APIs
Daniel P. Berrangé
2024-10-28
1
-3
/
+4
*
hw/net: fix typo s/epbf/ebpf/ in virtio-net
Daniel P. Berrangé
2024-10-28
1
-5
/
+5
*
virtio: Allow .get_vhost() without vhost_started
Hanna Czenczek
2024-09-10
1
-2
/
+17
*
virtio-net: Use virtual time for RSC timers
Nicholas Piggin
2024-08-16
1
-3
/
+3
*
virtio-net: Use replay_schedule_bh_event for bhs that affect machine state
Nicholas Piggin
2024-08-16
1
-5
/
+6
*
virtio-net: Fix network stall at the host side waiting for kick
thomas
2024-08-02
1
-12
/
+16
*
virtio-net: Ensure queue index fits with RSS
Akihiko Odaki
2024-08-02
1
-1
/
+2
*
hw/net/virtio-net.c: fix crash in iov_copy()
Dmitry Frolov
2024-07-01
1
-0
/
+4
*
virtio-net: drop too short packets early
Alexey Dobriyan
2024-06-04
1
-6
/
+12
*
virtio-net: Do not write hashes to peer buffer
Akihiko Odaki
2024-06-04
1
-19
/
+17
*
virtio-net: Always set populate_hash
Akihiko Odaki
2024-06-04
1
-0
/
+1
*
virtio-net: Unify the logic to update NIC state for RSS
Akihiko Odaki
2024-06-04
1
-54
/
+36
*
virtio-net: Disable RSS on reset
Akihiko Odaki
2024-06-04
1
-34
/
+36
*
virtio-net: Shrink header byte swapping buffer
Akihiko Odaki
2024-06-04
1
-11
/
+6
*
virtio-net: Copy header only when necessary
Akihiko Odaki
2024-06-04
1
-14
/
+12
*
virtio-net: Add only one queue pair when realizing
Akihiko Odaki
2024-06-04
1
-3
/
+1
*
virtio-net: Do not propagate ebpf-rss-fds errors
Akihiko Odaki
2024-06-04
1
-13
/
+10
*
tap: Remove qemu_using_vnet_hdr()
Akihiko Odaki
2024-06-04
1
-3
/
+0
*
Revert "hw/virtio: Add support for VDPA network simulation devices"
Michael S. Tsirkin
2024-04-09
1
-16
/
+0
*
hw/net/virtio-net: fix qemu set used ring flag even vhost started
Yajun Wu
2024-04-02
1
-0
/
+4
*
virtio-net: Fix vhost virtqueue notifiers for RSS
Akihiko Odaki
2024-03-29
1
-2
/
+2
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
2024-03-13
1
-0
/
+16
|
\
|
*
hw/virtio: Add support for VDPA network simulation devices
Hao Chen
2024-03-12
1
-0
/
+16
*
|
virtio-net: Added property to load eBPF RSS with fds.
Andrew Melnychenko
2024-03-12
1
-6
/
+48
|
/
*
migration: MigrationNotifyFunc
Steve Sistare
2024-02-28
1
-3
/
+1
*
migration: MigrationEvent for notifiers
Steve Sistare
2024-02-28
1
-5
/
+6
*
migration: convert to NotifierWithReturn
Steve Sistare
2024-02-28
1
-1
/
+3
*
virtio-net: correctly copy vnet header when flushing TX
Jason Wang
2024-01-25
1
-4
/
+9
*
hw/net: Constify VMState
Richard Henderson
2023-12-30
1
-9
/
+9
*
net: Provide MemReentrancyGuard * to qemu_new_nic()
Akihiko Odaki
2023-11-21
1
-2
/
+4
*
migration: simplify notifiers
Steve Sistare
2023-10-20
1
-3
/
+3
*
virtio-net: Expose MAX_VLAN
Hawkins Jiawei
2023-10-04
1
-2
/
+0
[next]