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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
net
/
net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-02
net: make nb_nics and nd_table[] static in net/net.c
David Woodhouse
1
-0
/
+3
2024-02-02
net: remove qemu_show_nic_models(), qemu_find_nic_model()
David Woodhouse
1
-33
/
+6
2024-02-02
net: remove qemu_check_nic_model()
David Woodhouse
1
-13
/
+0
2024-02-02
net: add qemu_create_nic_bus_devices()
David Woodhouse
1
-0
/
+53
2024-02-02
net: report list of available models according to platform
David Woodhouse
1
-0
/
+94
2024-02-02
net: add qemu_{configure,create}_nic_device(), qemu_find_nic_info()
David Woodhouse
1
-0
/
+51
2023-11-21
net: do not delete nics in net_cleanup()
David Woodhouse
1
-6
/
+22
2023-11-21
net: Update MemReentrancyGuard for NIC
Akihiko Odaki
1
-0
/
+14
2023-11-21
net: Provide MemReentrancyGuard * to qemu_new_nic()
Akihiko Odaki
1
-0
/
+1
2023-11-17
net: Fix a misleading error message
Markus Armbruster
1
-3
/
+3
2023-10-06
net/net: Clean up global variable shadowing
Philippe Mathieu-Daudé
1
-7
/
+7
2023-09-18
net: add initial support for AF_XDP network backend
Ilya Maximets
1
-0
/
+6
2023-09-18
tap: Add check for USO features
Yuri Benditovich
1
-0
/
+9
2023-09-18
tap: Add USO support to tap device.
Andrew Melnychenko
1
-2
/
+2
2023-03-10
net: Strip virtio-net header when dumping
Akihiko Odaki
1
-0
/
+18
2023-02-17
net: Replace "Supported NIC models" with "Available NIC models"
Thomas Huth
1
-1
/
+1
2023-02-17
net: Restore printing of the help text with "-nic help"
Thomas Huth
1
-2
/
+12
2023-02-17
net: Move the code to collect available NIC models to a separate function
Thomas Huth
1
-0
/
+34
2023-02-04
net: Move hmp_info_network() to net-hmp-cmds.c
Markus Armbruster
1
-27
/
+1
2022-12-14
qapi net: Elide redundant has_FOO in generated C
Markus Armbruster
1
-13
/
+12
2022-10-28
qapi: net: add stream and dgram netdevs
Laurent Vivier
1
-1
/
+29
2022-10-28
net: introduce qemu_set_info_str() function
Laurent Vivier
1
-5
/
+12
2022-10-28
qapi: net: introduce a way to bypass qemu_opts_parse_noisily()
Laurent Vivier
1
-0
/
+57
2022-10-28
net: simplify net_client_parse() error management
Laurent Vivier
1
-4
/
+2
2022-10-28
net: remove the @errp argument of net_client_inits()
Laurent Vivier
1
-13
/
+7
2022-10-28
net: introduce convert_host_port()
Laurent Vivier
1
-30
/
+32
2022-10-28
net: improve error message for missing netdev backend
Daniel P. Berrangé
1
-7
/
+11
2022-05-17
net/vmnet: add vmnet backends to qapi/net
Vladislav Yaroshchuk
1
-0
/
+10
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
1
-2
/
+2
2021-10-20
net: introduce control client
Jason Wang
1
-3
/
+21
2021-08-26
net: Zero sockaddr_in in parse_host_port()
Peter Maydell
1
-0
/
+2
2021-06-11
Add the function of colo_compare_cleanup
Rao, Lei
1
-0
/
+4
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
1
-2
/
+0
2021-04-08
Revert "qapi: net: Add query-netdev command"
Jason Wang
1
-29
/
+1
2021-04-08
Revert "net: Move NetClientState.info_str to dynamic allocations"
Jason Wang
1
-8
/
+6
2021-04-08
Revert "hmp: Use QAPI NetdevInfo in hmp_info_network"
Jason Wang
1
-30
/
+1
2021-03-15
hmp: Use QAPI NetdevInfo in hmp_info_network
Alexey Kirillov
1
-1
/
+30
2021-03-15
net: Move NetClientState.info_str to dynamic allocations
Alexey Kirillov
1
-6
/
+8
2021-03-15
qapi: net: Add query-netdev command
Alexey Kirillov
1
-1
/
+29
2021-03-15
net: introduce qemu_receive_packet()
Jason Wang
1
-7
/
+31
2021-03-15
net: validate that ids are well formed
Paolo Bonzini
1
-0
/
+5
2021-03-15
net: Fix build error when DEBUG_NET is on
Bin Meng
1
-0
/
+1
2021-03-11
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...
Peter Maydell
1
-4
/
+4
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2021-03-09
net: Use id_generate() in the network subsystem, too
Thomas Huth
1
-3
/
+3
2021-03-09
qtest: delete superfluous inclusions of qtest.h
Chen Qun
1
-1
/
+0
2021-01-28
qapi: More complex uses of QAPI_LIST_APPEND
Eric Blake
1
-11
/
+2
2021-01-28
net: Clarify early exit condition
Eric Blake
1
-0
/
+2
2021-01-25
net: Fix handling of id in netdev_add and netdev_del
Markus Armbruster
1
-2
/
+18
[next]