aboutsummaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04net: Remove receive_raw()Akihiko Odaki1-6/+12
2024-06-04net: Move virtio-net header length assertionAkihiko Odaki1-0/+5
2024-06-04tap: Remove qemu_using_vnet_hdr()Akihiko Odaki1-23/+1
2024-02-02net: make nb_nics and nd_table[] static in net/net.cDavid Woodhouse1-0/+3
2024-02-02net: remove qemu_show_nic_models(), qemu_find_nic_model()David Woodhouse1-33/+6
2024-02-02net: remove qemu_check_nic_model()David Woodhouse1-13/+0
2024-02-02net: add qemu_create_nic_bus_devices()David Woodhouse1-0/+53
2024-02-02net: report list of available models according to platformDavid Woodhouse1-0/+94
2024-02-02net: add qemu_{configure,create}_nic_device(), qemu_find_nic_info()David Woodhouse1-0/+51
2023-11-21net: do not delete nics in net_cleanup()David Woodhouse1-6/+22
2023-11-21net: Update MemReentrancyGuard for NICAkihiko Odaki1-0/+14
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki1-0/+1
2023-11-17net: Fix a misleading error messageMarkus Armbruster1-3/+3
2023-10-06net/net: Clean up global variable shadowingPhilippe Mathieu-Daudé1-7/+7
2023-09-18net: add initial support for AF_XDP network backendIlya Maximets1-0/+6
2023-09-18tap: Add check for USO featuresYuri Benditovich1-0/+9
2023-09-18tap: Add USO support to tap device.Andrew Melnychenko1-2/+2
2023-03-10net: Strip virtio-net header when dumpingAkihiko Odaki1-0/+18
2023-02-17net: Replace "Supported NIC models" with "Available NIC models"Thomas Huth1-1/+1
2023-02-17net: Restore printing of the help text with "-nic help"Thomas Huth1-2/+12
2023-02-17net: Move the code to collect available NIC models to a separate functionThomas Huth1-0/+34
2023-02-04net: Move hmp_info_network() to net-hmp-cmds.cMarkus Armbruster1-27/+1
2022-12-14qapi net: Elide redundant has_FOO in generated CMarkus Armbruster1-13/+12
2022-10-28qapi: net: add stream and dgram netdevsLaurent Vivier1-1/+29
2022-10-28net: introduce qemu_set_info_str() functionLaurent Vivier1-5/+12
2022-10-28qapi: net: introduce a way to bypass qemu_opts_parse_noisily()Laurent Vivier1-0/+57
2022-10-28net: simplify net_client_parse() error managementLaurent Vivier1-4/+2
2022-10-28net: remove the @errp argument of net_client_inits()Laurent Vivier1-13/+7
2022-10-28net: introduce convert_host_port()Laurent Vivier1-30/+32
2022-10-28net: improve error message for missing netdev backendDaniel P. Berrangé1-7/+11
2022-05-17net/vmnet: add vmnet backends to qapi/netVladislav Yaroshchuk1-0/+10
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-2/+2
2021-10-20net: introduce control clientJason Wang1-3/+21
2021-08-26net: Zero sockaddr_in in parse_host_port()Peter Maydell1-0/+2
2021-06-11Add the function of colo_compare_cleanupRao, Lei1-0/+4
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-2/+0
2021-04-08Revert "qapi: net: Add query-netdev command"Jason Wang1-29/+1
2021-04-08Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang1-8/+6
2021-04-08Revert "hmp: Use QAPI NetdevInfo in hmp_info_network"Jason Wang1-30/+1
2021-03-15hmp: Use QAPI NetdevInfo in hmp_info_networkAlexey Kirillov1-1/+30
2021-03-15net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov1-6/+8
2021-03-15qapi: net: Add query-netdev commandAlexey Kirillov1-1/+29
2021-03-15net: introduce qemu_receive_packet()Jason Wang1-7/+31
2021-03-15net: validate that ids are well formedPaolo Bonzini1-0/+5
2021-03-15net: Fix build error when DEBUG_NET is onBin Meng1-0/+1
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell1-4/+4
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-03-09net: Use id_generate() in the network subsystem, tooThomas Huth1-3/+3
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun1-1/+0