aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2024-06-04net: Remove receive_raw()Akihiko Odaki1-1/+0
2024-06-04tap: Remove qemu_using_vnet_hdr()Akihiko Odaki1-7/+0
2024-05-03net: remove AnnounceTimer from typedefs.hPaolo Bonzini1-2/+2
2024-03-29Revert "tap: setting error appropriately when calling net_init_tap_one()"Akihiko Odaki1-3/+0
2024-02-12qapi: Move @String out of common.json to discourage reuseMarkus Armbruster1-1/+1
2024-02-02net: make nb_nics and nd_table[] static in net/net.cDavid Woodhouse1-4/+0
2024-02-02net: remove qemu_show_nic_models(), qemu_find_nic_model()David Woodhouse1-3/+0
2024-02-02net: remove qemu_check_nic_model()David Woodhouse1-1/+0
2024-02-02net: add qemu_create_nic_bus_devices()David Woodhouse1-0/+22
2024-02-02net: add qemu_{configure,create}_nic_device(), qemu_find_nic_info()David Woodhouse1-0/+40
2023-11-21net: Update MemReentrancyGuard for NICAkihiko Odaki1-0/+1
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki1-0/+1
2023-10-06net/net: Clean up global variable shadowingPhilippe Mathieu-Daudé1-3/+3
2023-09-18tap: Add check for USO featuresYuri Benditovich1-0/+3
2023-09-18tap: Add USO support to tap device.Andrew Melnychenko1-2/+2
2023-05-23igb: Strip the second VLAN tag for extended VLANAkihiko Odaki1-2/+2
2023-05-23igb: Implement Rx SCTP CSOAkihiko Odaki1-1/+3
2023-05-23net/eth: Always add VLAN tagAkihiko Odaki1-2/+2
2023-05-23net/eth: Use void pointersAkihiko Odaki1-2/+2
2023-05-23e1000x: Take CRC into consideration for size checkAkihiko Odaki1-0/+2
2023-05-23net/eth: Rename eth_setup_vlan_headers_exAkihiko Odaki1-8/+1
2023-05-23net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()Akihiko Odaki1-3/+3
2023-03-10net/eth: Introduce EthL4HdrProtoAkihiko Odaki1-1/+7
2023-03-10net/eth: Report if headers are actually presentAkihiko Odaki1-2/+2
2023-03-10hw/net/net_tx_pkt: Implement TCP segmentationAkihiko Odaki1-5/+0
2023-03-10net: Strip virtio-net header when dumpingAkihiko Odaki1-0/+6
2023-02-17net: Move the code to collect available NIC models to a separate functionThomas Huth1-0/+14
2023-02-04net: Move hmp_info_network() to net-hmp-cmds.cMarkus Armbruster1-1/+3
2023-01-08virtio-net: add support for configure interruptCindy Lu1-0/+2
2023-01-08vhost-user: Fix the virtio features negotiation flawHyman Huang(黄勇)1-0/+2
2023-01-08vhost-user: Refactor vhost acked features savingHyman Huang(黄勇)1-0/+1
2022-11-27Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issuesStefan Weil via1-1/+2
2022-11-07vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()Kangjie Xu1-0/+2
2022-11-07vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset()Kangjie Xu1-0/+2
2022-10-28net: introduce qemu_set_info_str() functionLaurent Vivier1-0/+1
2022-10-28qapi: net: introduce a way to bypass qemu_opts_parse_noisily()Laurent Vivier1-0/+2
2022-10-28net: simplify net_client_parse() error managementLaurent Vivier1-1/+1
2022-10-28net: remove the @errp argument of net_client_inits()Laurent Vivier1-1/+1
2022-09-02vhost_net: add NetClientState->load() callbackEugenio Pérez1-0/+2
2022-09-02vhost_net: Add NetClientInfo stop callbackEugenio Pérez1-0/+2
2022-09-02vhost_net: Add NetClientInfo start callbackEugenio Pérez1-0/+2
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-01-10Revert "virtio-net: add support for configure interrupt"Michael S. Tsirkin1-2/+0
2022-01-07virtio-net: add support for configure interruptCindy Lu1-0/+2
2021-10-20vhost-net: control virtqueue supportJason Wang1-2/+4
2021-10-20net: introduce control clientJason Wang1-0/+5
2021-10-15net: Introduce NetClientInfo.check_peer_type()Kevin Wolf1-0/+2
2021-09-04vhost_net: do not assume nvqs is always 2Jason Wang1-0/+1
2021-06-11vhost-vdpa: remove the unused vhost_vdpa_get_acked_features()Jason Wang1-1/+0
2021-06-04net: Added SetSteeringEBPF method for NetClientState.Andrew Melnychenko1-0/+2