summary refs log tree commit diff stats
path: root/include/net/net.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: make nb_nics and nd_table[] static in net/net.cDavid Woodhouse2024-02-021-4/+0
* net: remove qemu_show_nic_models(), qemu_find_nic_model()David Woodhouse2024-02-021-3/+0
* net: remove qemu_check_nic_model()David Woodhouse2024-02-021-1/+0
* net: add qemu_create_nic_bus_devices()David Woodhouse2024-02-021-0/+22
* net: add qemu_{configure,create}_nic_device(), qemu_find_nic_info()David Woodhouse2024-02-021-0/+40
* net: Update MemReentrancyGuard for NICAkihiko Odaki2023-11-211-0/+1
* net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki2023-11-211-0/+1
* net/net: Clean up global variable shadowingPhilippe Mathieu-Daudé2023-10-061-3/+3
* tap: Add check for USO featuresYuri Benditovich2023-09-181-0/+3
* tap: Add USO support to tap device.Andrew Melnychenko2023-09-181-2/+2
* net: Strip virtio-net header when dumpingAkihiko Odaki2023-03-101-0/+6
* net: Move the code to collect available NIC models to a separate functionThomas Huth2023-02-171-0/+14
* net: Move hmp_info_network() to net-hmp-cmds.cMarkus Armbruster2023-02-041-1/+3
* Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issuesStefan Weil via2022-11-271-1/+2
* net: introduce qemu_set_info_str() functionLaurent Vivier2022-10-281-0/+1
* qapi: net: introduce a way to bypass qemu_opts_parse_noisily()Laurent Vivier2022-10-281-0/+2
* net: simplify net_client_parse() error managementLaurent Vivier2022-10-281-1/+1
* net: remove the @errp argument of net_client_inits()Laurent Vivier2022-10-281-1/+1
* vhost_net: add NetClientState->load() callbackEugenio Pérez2022-09-021-0/+2
* vhost_net: Add NetClientInfo stop callbackEugenio Pérez2022-09-021-0/+2
* vhost_net: Add NetClientInfo start callbackEugenio Pérez2022-09-021-0/+2
* net: introduce control clientJason Wang2021-10-201-0/+5
* net: Introduce NetClientInfo.check_peer_type()Kevin Wolf2021-10-151-0/+2
* net: Added SetSteeringEBPF method for NetClientState.Andrew Melnychenko2021-06-041-0/+2
* net: check the existence of peer before trying to padJason Wang2021-04-231-0/+5
* Revert "qapi: net: Add query-netdev command"Jason Wang2021-04-081-3/+0
* Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang2021-04-081-1/+1
* net: Add a 'do_not_pad" to NetClientStateBin Meng2021-03-221-0/+1
* net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov2021-03-151-1/+1
* qapi: net: Add query-netdev commandAlexey Kirillov2021-03-151-0/+3
* net: introduce qemu_receive_packet()Jason Wang2021-03-151-0/+5
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* net: do not exit on "netdev_add help" monitor commandPaolo Bonzini2020-11-241-0/+1
* net: relocate paths to helpers and scriptsPaolo Bonzini2020-09-301-2/+2
* net: introduce qemu_get_peerCindy Lu2020-07-031-0/+1
* hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé2020-03-311-1/+1
* net: Track netdevs in NetClientState rather than QemuOptEric Blake2020-03-171-0/+1
* net: Complete qapi-fication of netdev_addEric Blake2020-03-171-1/+0
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-1/+0
* net: Add a network device specific self-announcement abilityDr. David Alan Gilbert2019-03-051-0/+2
* slirp: improve send_packet() callbackMarc-André Lureau2019-02-071-1/+1
* qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini2019-01-111-1/+1
* net: drop too large packet earlyJason Wang2018-12-041-6/+0
* net: Remove the deprecated -tftp, -bootp, -redir and -smb optionsThomas Huth2018-08-311-3/+0
* net: Remove the deprecated "vlan" parameterThomas Huth2018-05-141-1/+0
* virtio_net: flush uncompleted TX on resetGreg Kurz2018-03-261-0/+1
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2018-03-051-3/+1
|\
| * net: Make net_client_init() staticThomas Huth2018-03-051-2/+0
| * net: Move error reporting from net_init_client/netdev to the calling siteThomas Huth2018-03-051-1/+1
* | Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
|/