aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
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-05-23igb: Strip the second VLAN tag for extended VLANAkihiko Odaki
2023-05-23igb: Implement Rx SCTP CSOAkihiko Odaki
2023-05-23net/eth: Always add VLAN tagAkihiko Odaki
2023-05-23net/eth: Use void pointersAkihiko Odaki
2023-05-23e1000x: Take CRC into consideration for size checkAkihiko Odaki
2023-05-23net/eth: Rename eth_setup_vlan_headers_exAkihiko Odaki
2023-05-23net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()Akihiko Odaki
2023-03-10net/eth: Introduce EthL4HdrProtoAkihiko Odaki
2023-03-10net/eth: Report if headers are actually presentAkihiko Odaki
2023-03-10hw/net/net_tx_pkt: Implement TCP segmentationAkihiko Odaki
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
2023-01-08virtio-net: add support for configure interruptCindy Lu
2023-01-08vhost-user: Fix the virtio features negotiation flawHyman Huang(黄勇)
2023-01-08vhost-user: Refactor vhost acked features savingHyman Huang(黄勇)
2022-11-27Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issuesStefan Weil via
2022-11-07vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()Kangjie Xu
2022-11-07vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset()Kangjie Xu
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
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-01-10Revert "virtio-net: add support for configure interrupt"Michael S. Tsirkin
2022-01-07virtio-net: add support for configure interruptCindy Lu
2021-10-20vhost-net: control virtqueue supportJason Wang
2021-10-20net: introduce control clientJason Wang
2021-10-15net: Introduce NetClientInfo.check_peer_type()Kevin Wolf
2021-09-04vhost_net: do not assume nvqs is always 2Jason Wang
2021-06-11vhost-vdpa: remove the unused vhost_vdpa_get_acked_features()Jason Wang
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-22net: eth: Add a helper to pad a short Ethernet frameBin 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
2021-01-25net: checksum: Introduce fine control over checksum typeBin Meng
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-10-12qom: fix objects with improper parent typePaolo Bonzini