aboutsummaryrefslogtreecommitdiff
path: root/include/net/net.h
AgeCommit message (Expand)Author
2024-06-04net: Remove receive_raw()Akihiko Odaki
2024-06-04tap: Remove qemu_using_vnet_hdr()Akihiko Odaki
2024-02-02net: make nb_nics and nd_table[] static in net/net.cDavid Woodhouse
2024-02-02net: remove qemu_show_nic_models(), qemu_find_nic_model()David Woodhouse
2024-02-02net: remove qemu_check_nic_model()David Woodhouse
2024-02-02net: add qemu_create_nic_bus_devices()David Woodhouse
2024-02-02net: add qemu_{configure,create}_nic_device(), qemu_find_nic_info()David Woodhouse
2023-11-21net: Update MemReentrancyGuard for NICAkihiko Odaki
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki
2023-10-06net/net: Clean up global variable shadowingPhilippe Mathieu-Daudé
2023-09-18tap: Add check for USO featuresYuri Benditovich
2023-09-18tap: Add USO support to tap device.Andrew Melnychenko
2023-03-10net: Strip virtio-net header when dumpingAkihiko Odaki
2023-02-17net: Move the code to collect available NIC models to a separate functionThomas Huth
2023-02-04net: Move hmp_info_network() to net-hmp-cmds.cMarkus Armbruster
2022-11-27Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issuesStefan Weil via
2022-10-28net: introduce qemu_set_info_str() functionLaurent Vivier
2022-10-28qapi: net: introduce a way to bypass qemu_opts_parse_noisily()Laurent Vivier
2022-10-28net: simplify net_client_parse() error managementLaurent Vivier
2022-10-28net: remove the @errp argument of net_client_inits()Laurent Vivier
2022-09-02vhost_net: add NetClientState->load() callbackEugenio Pérez
2022-09-02vhost_net: Add NetClientInfo stop callbackEugenio Pérez
2022-09-02vhost_net: Add NetClientInfo start callbackEugenio Pérez
2021-10-20net: introduce control clientJason Wang
2021-10-15net: Introduce NetClientInfo.check_peer_type()Kevin Wolf
2021-06-04net: Added SetSteeringEBPF method for NetClientState.Andrew Melnychenko
2021-04-23net: check the existence of peer before trying to padJason Wang
2021-04-08Revert "qapi: net: Add query-netdev command"Jason Wang
2021-04-08Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang
2021-03-22net: Add a 'do_not_pad" to NetClientStateBin Meng
2021-03-15net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov
2021-03-15qapi: net: Add query-netdev commandAlexey Kirillov
2021-03-15net: introduce qemu_receive_packet()Jason Wang
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-11-24net: do not exit on "netdev_add help" monitor commandPaolo Bonzini
2020-09-30net: relocate paths to helpers and scriptsPaolo Bonzini
2020-07-03net: introduce qemu_get_peerCindy Lu
2020-03-31hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé
2020-03-17net: Track netdevs in NetClientState rather than QemuOptEric Blake
2020-03-17net: Complete qapi-fication of netdev_addEric Blake
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-03-05net: Add a network device specific self-announcement abilityDr. David Alan Gilbert
2019-02-07slirp: improve send_packet() callbackMarc-André Lureau
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini
2018-12-04net: drop too large packet earlyJason Wang
2018-08-31net: Remove the deprecated -tftp, -bootp, -redir and -smb optionsThomas Huth
2018-05-14net: Remove the deprecated "vlan" parameterThomas Huth
2018-03-26virtio_net: flush uncompleted TX on resetGreg Kurz
2018-03-05Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2018-03-05net: Make net_client_init() staticThomas Huth