summary refs log tree commit diff stats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: remove AnnounceTimer from typedefs.hPaolo Bonzini2024-05-031-2/+2
* Revert "tap: setting error appropriately when calling net_init_tap_one()"Akihiko Odaki2024-03-291-3/+0
* qapi: Move @String out of common.json to discourage reuseMarkus Armbruster2024-02-121-1/+1
* 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
* igb: Strip the second VLAN tag for extended VLANAkihiko Odaki2023-05-231-2/+2
* igb: Implement Rx SCTP CSOAkihiko Odaki2023-05-231-1/+3
* net/eth: Always add VLAN tagAkihiko Odaki2023-05-231-2/+2
* net/eth: Use void pointersAkihiko Odaki2023-05-231-2/+2
* e1000x: Take CRC into consideration for size checkAkihiko Odaki2023-05-231-0/+2
* net/eth: Rename eth_setup_vlan_headers_exAkihiko Odaki2023-05-231-8/+1
* net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()Akihiko Odaki2023-05-231-3/+3
* net/eth: Introduce EthL4HdrProtoAkihiko Odaki2023-03-101-1/+7
* net/eth: Report if headers are actually presentAkihiko Odaki2023-03-101-2/+2
* hw/net/net_tx_pkt: Implement TCP segmentationAkihiko Odaki2023-03-101-5/+0
* 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
* virtio-net: add support for configure interruptCindy Lu2023-01-081-0/+2
* vhost-user: Fix the virtio features negotiation flawHyman Huang(黄勇)2023-01-081-0/+2
* vhost-user: Refactor vhost acked features savingHyman Huang(黄勇)2023-01-081-0/+1
* Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issuesStefan Weil via2022-11-271-1/+2
* vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()Kangjie Xu2022-11-071-0/+2
* vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset()Kangjie Xu2022-11-071-0/+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
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* Revert "virtio-net: add support for configure interrupt"Michael S. Tsirkin2022-01-101-2/+0
* virtio-net: add support for configure interruptCindy Lu2022-01-071-0/+2
* vhost-net: control virtqueue supportJason Wang2021-10-201-2/+4
* net: introduce control clientJason Wang2021-10-201-0/+5
* net: Introduce NetClientInfo.check_peer_type()Kevin Wolf2021-10-151-0/+2
* vhost_net: do not assume nvqs is always 2Jason Wang2021-09-041-0/+1
* vhost-vdpa: remove the unused vhost_vdpa_get_acked_features()Jason Wang2021-06-111-1/+0
* 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