summary refs log tree commit diff
path: root/drivers/vdpa/vdpa_sim/vdpa_sim_net.c
AgeCommit message (Expand)Author
2023-01-24vdpa_sim_net: should not drop the multicast/broadcast packetCindy Lu
2023-01-12vdpa_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