index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vdpa
/
vdpa_sim
/
vdpa_sim_net.c
Age
Commit message (
Expand
)
Author
2024-09-10
vdpa_sim_net: Add the support of set mac address
Cindy Lu
2023-04-21
vdpa_sim: move buffer allocation in the devices
Stefano Garzarella
2023-04-21
vdpa_sim: replace the spinlock with a mutex to protect the state
Stefano Garzarella
2023-04-21
vdpa_sim: make devices agnostic for work management
Stefano Garzarella
2023-04-04
vdpa_sim_net: complete the initialization before register the device
Stefano Garzarella
2023-02-20
vdpa: Fix a couple of spelling mistakes in some messages
Colin Ian King
2023-02-20
vdpa_sim_net: vendor satistics
Jason Wang
2023-02-20
vdpasim: customize allocation size
Jason Wang
2023-02-20
vdpa_sim_net: Offer VIRTIO_NET_F_STATUS
Eugenio Pérez
2022-12-28
vdpa_sim_net: should not drop the multicast/broadcast packet
Cindy Lu
2022-12-28
vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()
ruanjinjie
2022-10-07
vdpa_sim_net: support feature provisioning
Jason Wang
2022-08-11
vdpa_sim: Implement suspend vdpa op
Eugenio Pérez
2022-05-31
vdpasim: control virtqueue support
Gautam Dawar
2022-05-31
vdpa_sim: filter destination mac address
Gautam Dawar
2022-05-31
vdpa_sim: factor out buffer completion logic
Gautam Dawar
2022-05-31
vdpa_sim: advertise VIRTIO_NET_F_MTU
Gautam Dawar
2022-01-14
vdpa/vdpa_sim_net: Report max device capabilities
Eli Cohen
2022-01-14
vdpa/vdpa_sim: Configure max supported virtqueues
Eli Cohen
2021-11-01
vdpa_sim_net: Enable user to set mac address and mtu
Parav Pandit
2021-11-01
vdpa: Enable user to set mac and mtu of vdpa device
Parav Pandit
2021-03-14
vdpa_sim: Skip typecasting from void*
Parav Pandit
2021-02-25
vdpa: set the virtqueue num during register
Jason Wang
2021-02-23
vdpa_sim_net: Add support for user supported devices
Parav Pandit
2021-02-23
vdpa_sim_net: Make mac address array static
Parav Pandit
2020-12-18
vdpa: split vdpasim to core and net modules
Max Gurtovoy