index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
netdevsim
/
bus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-01
netdevsim: allow two netdevsim ports to be connected
David Wei
1
-0
/
+145
2024-02-21
net: netdevsim: constify the struct device_type usage
Ricardo B. Marliere
1
-1
/
+1
2024-02-07
netdevsim: make nsim_bus const
Ricardo B. Marliere
1
-1
/
+1
2023-10-28
netdevsim: Block until all devices are released
Ido Schimmel
1
-0
/
+12
2023-03-23
driver core: bus: mark the struct bus_type for sysfs callbacks as constant
Greg Kroah-Hartman
1
-2
/
+2
2022-10-27
netdevsim: fix memory leak in nsim_bus_dev_new()
Zhengchao Shao
1
-2
/
+7
2022-07-19
netdevsim: convert driver to use unlocked devlink API during init/fini
Jiri Pirko
1
-19
/
+0
2021-11-01
netdevsim: rename 'driver' entry points
Jakub Kicinski
1
-4
/
+4
2021-11-01
netdevsim: move max vf config to dev
Jakub Kicinski
1
-75
/
+0
2021-11-01
netdevsim: move details of vf config to dev
Jakub Kicinski
1
-65
/
+4
2021-11-01
netdevsim: move vfconfig to nsim_dev
Jakub Kicinski
1
-24
/
+19
2021-11-01
netdevsim: take rtnl_lock when assigning num_vfs
Jakub Kicinski
1
-3
/
+11
2021-09-01
Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+1
2021-08-06
netdevsim: Protect both reload_down and reload_up paths
Leon Romanovsky
1
-0
/
+10
2021-08-05
netdevsim: Forbid devlink reload when adding or deleting ports
Leon Romanovsky
1
-12
/
+4
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-2
/
+1
2021-07-16
netdevsim: Add multi-queue support
Peilin Ye
1
-7
/
+10
2021-06-04
netdevsim: Fix unsigned being compared to less than zero
Colin Ian King
1
-1
/
+1
2021-06-03
netdevsim: Implement legacy/switchdev mode for VFs
Dmytro Linkin
1
-1
/
+16
2021-06-03
netdevsim: Implement port types and indexing
Dmytro Linkin
1
-2
/
+8
2021-06-03
netdevsim: Disable VFs on nsim_dev_reload_destroy() call
Dmytro Linkin
1
-4
/
+1
2021-06-03
netdevsim: Add max_vfs to bus_dev
Dmytro Linkin
1
-8
/
+89
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-02-04
netdevsim: use __GFP_NOWARN to avoid memalloc warning
Taehee Yoo
1
-1
/
+1
2020-02-04
netdevsim: disable devlink reload when resources are being used
Taehee Yoo
1
-0
/
+19
2020-02-04
netdevsim: fix using uninitialized resources
Taehee Yoo
1
-3
/
+40
2019-10-06
netdevsim: create devlink and netdev instances in namespace
Jiri Pirko
1
-0
/
+1
2019-05-05
netdevsim: Make nsim_num_vf static
YueHaibing
1
-1
/
+1
2019-05-01
netdevsim: fix fall-through annotation
Gustavo A. R. Silva
1
-1
/
+1
2019-04-26
netdevsim: move netdev creation/destruction to dev probe
Jiri Pirko
1
-16
/
+9
2019-04-26
netdevsim: extend device attrs to support port addition and deletion
Jiri Pirko
1
-0
/
+36
2019-04-26
netdevsim: implement dev probe/remove skeleton with port initialization
Jiri Pirko
1
-0
/
+29
2019-04-26
netdevsim: add bus attributes to add new and delete devices
Jiri Pirko
1
-2
/
+95
2019-04-26
netdevsim: use ida for bus device ids
Jiri Pirko
1
-3
/
+10
2019-04-26
netdevsim: add stub netdevsim driver implementation
Jiri Pirko
1
-1
/
+20
2019-04-26
netdevsim: move device registration and related code to bus.c
Jiri Pirko
1
-1
/
+141
2019-04-26
netdevsim: put netdevsim bus code into separate file
Jiri Pirko
1
-0
/
+24