index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
net.h
Age
Commit message (
Expand
)
Author
2024-06-04
net: Remove receive_raw()
Akihiko Odaki
2024-06-04
tap: Remove qemu_using_vnet_hdr()
Akihiko Odaki
2024-02-02
net: make nb_nics and nd_table[] static in net/net.c
David Woodhouse
2024-02-02
net: remove qemu_show_nic_models(), qemu_find_nic_model()
David Woodhouse
2024-02-02
net: remove qemu_check_nic_model()
David Woodhouse
2024-02-02
net: add qemu_create_nic_bus_devices()
David Woodhouse
2024-02-02
net: add qemu_{configure,create}_nic_device(), qemu_find_nic_info()
David Woodhouse
2023-11-21
net: Update MemReentrancyGuard for NIC
Akihiko Odaki
2023-11-21
net: Provide MemReentrancyGuard * to qemu_new_nic()
Akihiko Odaki
2023-10-06
net/net: Clean up global variable shadowing
Philippe Mathieu-Daudé
2023-09-18
tap: Add check for USO features
Yuri Benditovich
2023-09-18
tap: Add USO support to tap device.
Andrew Melnychenko
2023-03-10
net: Strip virtio-net header when dumping
Akihiko Odaki
2023-02-17
net: Move the code to collect available NIC models to a separate function
Thomas Huth
2023-02-04
net: Move hmp_info_network() to net-hmp-cmds.c
Markus Armbruster
2022-11-27
Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issues
Stefan Weil via
2022-10-28
net: introduce qemu_set_info_str() function
Laurent Vivier
2022-10-28
qapi: net: introduce a way to bypass qemu_opts_parse_noisily()
Laurent Vivier
2022-10-28
net: simplify net_client_parse() error management
Laurent Vivier
2022-10-28
net: remove the @errp argument of net_client_inits()
Laurent Vivier
2022-09-02
vhost_net: add NetClientState->load() callback
Eugenio Pérez
2022-09-02
vhost_net: Add NetClientInfo stop callback
Eugenio Pérez
2022-09-02
vhost_net: Add NetClientInfo start callback
Eugenio Pérez
2021-10-20
net: introduce control client
Jason Wang
2021-10-15
net: Introduce NetClientInfo.check_peer_type()
Kevin Wolf
2021-06-04
net: Added SetSteeringEBPF method for NetClientState.
Andrew Melnychenko
2021-04-23
net: check the existence of peer before trying to pad
Jason Wang
2021-04-08
Revert "qapi: net: Add query-netdev command"
Jason Wang
2021-04-08
Revert "net: Move NetClientState.info_str to dynamic allocations"
Jason Wang
2021-03-22
net: Add a 'do_not_pad" to NetClientState
Bin Meng
2021-03-15
net: Move NetClientState.info_str to dynamic allocations
Alexey Kirillov
2021-03-15
qapi: net: Add query-netdev command
Alexey Kirillov
2021-03-15
net: introduce qemu_receive_packet()
Jason Wang
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-11-24
net: do not exit on "netdev_add help" monitor command
Paolo Bonzini
2020-09-30
net: relocate paths to helpers and scripts
Paolo Bonzini
2020-07-03
net: introduce qemu_get_peer
Cindy Lu
2020-03-31
hw/net: Make NetCanReceive() return a boolean
Philippe Mathieu-Daudé
2020-03-17
net: Track netdevs in NetClientState rather than QemuOpt
Eric Blake
2020-03-17
net: Complete qapi-fication of netdev_add
Eric Blake
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-03-05
net: Add a network device specific self-announcement ability
Dr. David Alan Gilbert
2019-02-07
slirp: improve send_packet() callback
Marc-André Lureau
2019-01-11
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
2018-12-04
net: drop too large packet early
Jason Wang
2018-08-31
net: Remove the deprecated -tftp, -bootp, -redir and -smb options
Thomas Huth
2018-05-14
net: Remove the deprecated "vlan" parameter
Thomas Huth
2018-03-26
virtio_net: flush uncompleted TX on reset
Greg Kurz
2018-03-05
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2018-03-05
net: Make net_client_init() static
Thomas Huth
[next]