summaryrefslogtreecommitdiff
path: root/drivers/vdpa/vdpa_sim/vdpa_sim_net.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-24vdpa_sim_net: should not drop the multicast/broadcast packetCindy Lu1-0/+3
2023-01-12vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()ruanjinjie1-1/+3
2022-10-07vdpa_sim_net: support feature provisioningJason Wang1-2/+3
2022-08-11vdpa_sim: Implement suspend vdpa opEugenio PĂ©rez1-0/+3
2022-05-31vdpasim: control virtqueue supportGautam Dawar1-2/+86
2022-05-31vdpa_sim: filter destination mac addressGautam Dawar1-18/+31
2022-05-31vdpa_sim: factor out buffer completion logicGautam Dawar1-15/+18
2022-05-31vdpa_sim: advertise VIRTIO_NET_F_MTUGautam Dawar1-1/+2
2022-01-15vdpa/vdpa_sim_net: Report max device capabilitiesEli Cohen1-0/+1
2022-01-15vdpa/vdpa_sim: Configure max supported virtqueuesEli Cohen1-0/+1
2021-11-01vdpa_sim_net: Enable user to set mac address and mtuParav Pandit1-16/+19
2021-11-01vdpa: Enable user to set mac and mtu of vdpa deviceParav Pandit1-1/+2
2021-03-14vdpa_sim: Skip typecasting from void*Parav Pandit1-2/+1
2021-02-25vdpa: set the virtqueue num during registerJason Wang1-1/+1
2021-02-23vdpa_sim_net: Add support for user supported devicesParav Pandit1-25/+71
2021-02-23vdpa_sim_net: Make mac address array staticParav Pandit1-1/+1
2020-12-19vdpa: split vdpasim to core and net modulesMax Gurtovoy1-0/+177