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
/
net
/
netdevsim
/
bus.c
Age
Commit message (
Expand
)
Author
2023-10-27
netdevsim: Block until all devices are released
Ido Schimmel
2023-03-23
driver core: bus: mark the struct bus_type for sysfs callbacks as constant
Greg Kroah-Hartman
2022-10-27
netdevsim: fix memory leak in nsim_bus_dev_new()
Zhengchao Shao
2022-07-18
netdevsim: convert driver to use unlocked devlink API during init/fini
Jiri Pirko
2021-11-01
netdevsim: rename 'driver' entry points
Jakub Kicinski
2021-11-01
netdevsim: move max vf config to dev
Jakub Kicinski
2021-11-01
netdevsim: move details of vf config to dev
Jakub Kicinski
2021-11-01
netdevsim: move vfconfig to nsim_dev
Jakub Kicinski
2021-11-01
netdevsim: take rtnl_lock when assigning num_vfs
Jakub Kicinski
2021-09-01
Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-08-06
netdevsim: Protect both reload_down and reload_up paths
Leon Romanovsky
2021-08-05
netdevsim: Forbid devlink reload when adding or deleting ports
Leon Romanovsky
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
2021-07-16
netdevsim: Add multi-queue support
Peilin Ye
2021-06-03
netdevsim: Fix unsigned being compared to less than zero
Colin Ian King
2021-06-02
netdevsim: Implement legacy/switchdev mode for VFs
Dmytro Linkin
2021-06-02
netdevsim: Implement port types and indexing
Dmytro Linkin
2021-06-02
netdevsim: Disable VFs on nsim_dev_reload_destroy() call
Dmytro Linkin
2021-06-02
netdevsim: Add max_vfs to bus_dev
Dmytro Linkin
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-02-03
netdevsim: use __GFP_NOWARN to avoid memalloc warning
Taehee Yoo
2020-02-03
netdevsim: disable devlink reload when resources are being used
Taehee Yoo
2020-02-03
netdevsim: fix using uninitialized resources
Taehee Yoo
2019-10-05
netdevsim: create devlink and netdev instances in namespace
Jiri Pirko
2019-05-05
netdevsim: Make nsim_num_vf static
YueHaibing
2019-05-01
netdevsim: fix fall-through annotation
Gustavo A. R. Silva
2019-04-26
netdevsim: move netdev creation/destruction to dev probe
Jiri Pirko
2019-04-26
netdevsim: extend device attrs to support port addition and deletion
Jiri Pirko
2019-04-26
netdevsim: implement dev probe/remove skeleton with port initialization
Jiri Pirko
2019-04-26
netdevsim: add bus attributes to add new and delete devices
Jiri Pirko
2019-04-26
netdevsim: use ida for bus device ids
Jiri Pirko
2019-04-26
netdevsim: add stub netdevsim driver implementation
Jiri Pirko
2019-04-26
netdevsim: move device registration and related code to bus.c
Jiri Pirko
2019-04-26
netdevsim: put netdevsim bus code into separate file
Jiri Pirko