-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump linux kernel to get newer dynev with net support
- Loading branch information
Andrew Fasano
committed
Jan 5, 2024
1 parent
fbf3b59
commit 5193b70
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule linux
updated
10 files
+2 −1 | drivers/dyndev/Makefile | |
+23 −566 | drivers/dyndev/dyndev.c | |
+333 −0 | drivers/dyndev/dyndev_devfs.c | |
+2 −0 | drivers/dyndev/dyndev_devfs.h | |
+167 −0 | drivers/dyndev/dyndev_netdev.c | |
+2 −0 | drivers/dyndev/dyndev_netdev.h | |
+208 −0 | drivers/dyndev/dyndev_procfs.c | |
+2 −0 | drivers/dyndev/dyndev_procfs.h | |
+72 −0 | drivers/dyndev/hyperutils.c | |
+2 −0 | drivers/dyndev/hyperutils.h |