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
/
net
/
net.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: implement UDP tunnel features offloading
Paolo Abeni
2025-10-04
1
-1
/
+2
*
net: implement tunnel probing
Paolo Abeni
2025-10-04
1
-0
/
+9
*
net: bundle all offloads in a single struct
Paolo Abeni
2025-10-04
1
-3
/
+2
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2025-07-16
1
-0
/
+9
|
\
|
*
net/vhost-vdpa: Report hashing capability
Akihiko Odaki
2025-07-14
1
-0
/
+9
*
|
net: Add passt network backend
Laurent Vivier
2025-07-14
1
-0
/
+4
*
|
net: Define net_client_set_link()
Laurent Vivier
2025-07-14
1
-12
/
+20
|
/
*
net: move backend cleanup to NIC cleanup
Eugenio Pérez
2025-03-10
1
-6
/
+27
*
net: parameterize the removing client from nc list
Eugenio Pérez
2025-03-10
1
-5
/
+8
*
qapi: Move include/qapi/qmp/ to include/qobject/
Daniel P. Berrangé
2025-02-10
1
-1
/
+1
*
net: Fix announce_self
Laurent Vivier
2025-01-30
1
-0
/
+1
*
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-12-20
1
-1
/
+1
*
net: Check if nc is NULL in qemu_get_vnet_hdr_len()
Akihiko Odaki
2024-10-28
1
-0
/
+4
*
net: Remove deadcode
Dr. David Alan Gilbert
2024-10-03
1
-10
/
+0
*
net: Fix '-net nic,model=' for non-help arguments
David Woodhouse
2024-08-12
1
-1
/
+1
*
net: Reinstate '-net nic, model=help' output as documented in man page
David Woodhouse
2024-08-02
1
-3
/
+22
*
net: Remove receive_raw()
Akihiko Odaki
2024-06-04
1
-6
/
+12
*
net: Move virtio-net header length assertion
Akihiko Odaki
2024-06-04
1
-0
/
+5
*
tap: Remove qemu_using_vnet_hdr()
Akihiko Odaki
2024-06-04
1
-23
/
+1
*
net: make nb_nics and nd_table[] static in net/net.c
David Woodhouse
2024-02-02
1
-0
/
+3
*
net: remove qemu_show_nic_models(), qemu_find_nic_model()
David Woodhouse
2024-02-02
1
-33
/
+6
*
net: remove qemu_check_nic_model()
David Woodhouse
2024-02-02
1
-13
/
+0
*
net: add qemu_create_nic_bus_devices()
David Woodhouse
2024-02-02
1
-0
/
+53
*
net: report list of available models according to platform
David Woodhouse
2024-02-02
1
-0
/
+94
*
net: add qemu_{configure,create}_nic_device(), qemu_find_nic_info()
David Woodhouse
2024-02-02
1
-0
/
+51
*
net: do not delete nics in net_cleanup()
David Woodhouse
2023-11-21
1
-6
/
+22
*
net: Update MemReentrancyGuard for NIC
Akihiko Odaki
2023-11-21
1
-0
/
+14
*
net: Provide MemReentrancyGuard * to qemu_new_nic()
Akihiko Odaki
2023-11-21
1
-0
/
+1
*
net: Fix a misleading error message
Markus Armbruster
2023-11-17
1
-3
/
+3
*
net/net: Clean up global variable shadowing
Philippe Mathieu-Daudé
2023-10-06
1
-7
/
+7
*
net: add initial support for AF_XDP network backend
Ilya Maximets
2023-09-18
1
-0
/
+6
*
tap: Add check for USO features
Yuri Benditovich
2023-09-18
1
-0
/
+9
*
tap: Add USO support to tap device.
Andrew Melnychenko
2023-09-18
1
-2
/
+2
*
net: Strip virtio-net header when dumping
Akihiko Odaki
2023-03-10
1
-0
/
+18
*
net: Replace "Supported NIC models" with "Available NIC models"
Thomas Huth
2023-02-17
1
-1
/
+1
*
net: Restore printing of the help text with "-nic help"
Thomas Huth
2023-02-17
1
-2
/
+12
*
net: Move the code to collect available NIC models to a separate function
Thomas Huth
2023-02-17
1
-0
/
+34
*
net: Move hmp_info_network() to net-hmp-cmds.c
Markus Armbruster
2023-02-04
1
-27
/
+1
*
qapi net: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
1
-13
/
+12
*
qapi: net: add stream and dgram netdevs
Laurent Vivier
2022-10-28
1
-1
/
+29
*
net: introduce qemu_set_info_str() function
Laurent Vivier
2022-10-28
1
-5
/
+12
*
qapi: net: introduce a way to bypass qemu_opts_parse_noisily()
Laurent Vivier
2022-10-28
1
-0
/
+57
*
net: simplify net_client_parse() error management
Laurent Vivier
2022-10-28
1
-4
/
+2
*
net: remove the @errp argument of net_client_inits()
Laurent Vivier
2022-10-28
1
-13
/
+7
*
net: introduce convert_host_port()
Laurent Vivier
2022-10-28
1
-30
/
+32
*
net: improve error message for missing netdev backend
Daniel P. Berrangé
2022-10-28
1
-7
/
+11
*
net/vmnet: add vmnet backends to qapi/net
Vladislav Yaroshchuk
2022-05-17
1
-0
/
+10
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
1
-2
/
+2
*
net: introduce control client
Jason Wang
2021-10-20
1
-3
/
+21
[next]