summaryrefslogtreecommitdiff
path: root/drivers/vdpa/vdpa_sim/vdpa_sim_net.c
AgeCommit message (Expand)Author
2024-09-10vdpa_sim_net: Add the support of set mac addressCindy Lu
2023-04-21vdpa_sim: move buffer allocation in the devicesStefano Garzarella
2023-04-21vdpa_sim: replace the spinlock with a mutex to protect the stateStefano Garzarella
2023-04-21vdpa_sim: make devices agnostic for work managementStefano Garzarella
2023-04-04vdpa_sim_net: complete the initialization before register the deviceStefano Garzarella
2023-02-20vdpa: Fix a couple of spelling mistakes in some messagesColin Ian King
2023-02-20vdpa_sim_net: vendor satisticsJason Wang
2023-02-20vdpasim: customize allocation sizeJason Wang
2023-02-20vdpa_sim_net: Offer VIRTIO_NET_F_STATUSEugenio Pérez
2022-12-28vdpa_sim_net: should not drop the multicast/broadcast packetCindy Lu
2022-12-28vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()ruanjinjie
2022-10-07vdpa_sim_net: support feature provisioningJason Wang
2022-08-11vdpa_sim: Implement suspend vdpa opEugenio Pérez
2022-05-31vdpasim: control virtqueue supportGautam Dawar
2022-05-31vdpa_sim: filter destination mac addressGautam Dawar
2022-05-31vdpa_sim: factor out buffer completion logicGautam Dawar
2022-05-31vdpa_sim: advertise VIRTIO_NET_F_MTUGautam Dawar
2022-01-14vdpa/vdpa_sim_net: Report max device capabilitiesEli Cohen
2022-01-14vdpa/vdpa_sim: Configure max supported virtqueuesEli Cohen
2021-11-01vdpa_sim_net: Enable user to set mac address and mtuParav Pandit
2021-11-01vdpa: Enable user to set mac and mtu of vdpa deviceParav Pandit
2021-03-14vdpa_sim: Skip typecasting from void*Parav Pandit
2021-02-25vdpa: set the virtqueue num during registerJason Wang
2021-02-23vdpa_sim_net: Add support for user supported devicesParav Pandit
2021-02-23vdpa_sim_net: Make mac address array staticParav Pandit
2020-12-18vdpa: split vdpasim to core and net modulesMax Gurtovoy