summaryrefslogtreecommitdiff
path: root/drivers/vdpa/vdpa_sim/vdpa_sim_net.c
Commit message (Expand)AuthorAgeFilesLines
* vdpa_sim_net: should not drop the multicast/broadcast packetCindy Lu2022-12-281-0/+3
* vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()ruanjinjie2022-12-281-1/+3
* vdpa_sim_net: support feature provisioningJason Wang2022-10-071-2/+3
* vdpa_sim: Implement suspend vdpa opEugenio PĂ©rez2022-08-111-0/+3
* vdpasim: control virtqueue supportGautam Dawar2022-05-311-2/+86
* vdpa_sim: filter destination mac addressGautam Dawar2022-05-311-18/+31
* vdpa_sim: factor out buffer completion logicGautam Dawar2022-05-311-15/+18
* vdpa_sim: advertise VIRTIO_NET_F_MTUGautam Dawar2022-05-311-1/+2
* vdpa/vdpa_sim_net: Report max device capabilitiesEli Cohen2022-01-141-0/+1
* vdpa/vdpa_sim: Configure max supported virtqueuesEli Cohen2022-01-141-0/+1
* vdpa_sim_net: Enable user to set mac address and mtuParav Pandit2021-11-011-16/+19
* vdpa: Enable user to set mac and mtu of vdpa deviceParav Pandit2021-11-011-1/+2
* vdpa_sim: Skip typecasting from void*Parav Pandit2021-03-141-2/+1
* vdpa: set the virtqueue num during registerJason Wang2021-02-251-1/+1
* vdpa_sim_net: Add support for user supported devicesParav Pandit2021-02-231-25/+71
* vdpa_sim_net: Make mac address array staticParav Pandit2021-02-231-1/+1
* vdpa: split vdpasim to core and net modulesMax Gurtovoy2020-12-181-0/+177