aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/vdpa/vdpa_sim/vdpa_sim_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-21vdpa_sim: move buffer allocation in the devicesStefano Garzarella1-7/+21
2023-04-21vdpa_sim: replace the spinlock with a mutex to protect the stateStefano Garzarella1-2/+2
2023-04-21vdpa_sim: make devices agnostic for work managementStefano Garzarella1-4/+2
2023-04-04vdpa_sim_net: complete the initialization before register the deviceStefano Garzarella1-4/+9
2023-02-20vdpa: Fix a couple of spelling mistakes in some messagesColin Ian King1-1/+1
2023-02-20vdpa_sim_net: vendor satisticsJason Wang1-6/+213
2023-02-20vdpasim: customize allocation sizeJason Wang1-0/+1
2023-02-20vdpa_sim_net: Offer VIRTIO_NET_F_STATUSEugenio Pérez1-0/+1
2022-12-28vdpa_sim_net: should not drop the multicast/broadcast packetCindy Lu1-0/+3
2022-12-28vdpa_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-14vdpa/vdpa_sim_net: Report max device capabilitiesEli Cohen1-0/+1
2022-01-14vdpa/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-18vdpa: split vdpasim to core and net modulesMax Gurtovoy1-0/+177