index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
base
/
firmware_loader
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-30
firmware_loader: use SHA-256 library API instead of crypto_shash API
Eric Biggers
2
-33
/
+5
2025-01-29
Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl
Linus Torvalds
1
-1
/
+1
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2025-01-10
firmware_loader: Constify 'struct bin_attribute'
Thomas Weißschuh
1
-7
/
+7
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
3
-5
/
+5
2024-11-13
firmware_loader: Fix possible resource leak in fw_log_firmware_info()
Gaosheng Cui
1
-3
/
+2
2024-10-14
firmware_loader: Reorganize kerneldoc parameter names
Julia Lawall
1
-1
/
+1
2024-09-03
firmware_loader: Block path traversal
Jann Horn
1
-0
/
+30
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-0
/
+7
2024-06-18
rust: add firmware abstractions
Danilo Krummrich
1
-0
/
+7
2024-06-07
firmware: add nowarn variant of request_firmware_nowait()
Lucas Stach
1
-27
/
+63
2024-03-07
firmware_loader: Suppress warning on FW_OPT_NO_WARN flag
Mukesh Ojha
1
-6
/
+10
2023-11-24
firmware_loader: Expand Firmware upload error codes with firmware invalid error
Kory Maincent
1
-0
/
+1
2023-11-03
Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
4
-9
/
+15
2023-10-27
firmware_loader: Abort all upcoming firmware load request once reboot triggered
Mukesh Ojha
3
-1
/
+7
2023-10-27
firmware_loader: Refactor kill_pending_fw_fallback_reqs()
Mukesh Ojha
3
-8
/
+8
2023-10-11
fw loader: Remove the now superfluous sentinel element from ctl_table array
Joel Granados
1
-1
/
+0
2023-05-31
firmware_loader: Fix a NULL vs IS_ERR() check
Dan Carpenter
1
-1
/
+1
2023-04-20
firmware_loader: rework crypto dependencies
Arnd Bergmann
1
-2
/
+3
2023-04-20
firmware_loader: Strip off \n from customized path
Florian Fainelli
1
-4
/
+13
2023-03-29
firmware_loader: Add debug message with checksum for FW file
Amadeusz Sławiński
2
-1
/
+59
2023-03-29
driver core: class: mark the struct class for sysfs callbacks as constant
Greg Kroah-Hartman
1
-2
/
+2
2022-12-19
Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-2
/
+0
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
2
-8
/
+4
2022-12-10
firmware_loader: remove #include <generated/utsrelease.h>
Thomas Weißschuh
1
-2
/
+0
2022-12-06
firmware_loader: fix up to_fw_sysfs() to preserve const
Greg Kroah-Hartman
1
-5
/
+1
2022-11-24
driver core: make struct class.dev_uevent() take a const *
Greg Kroah-Hartman
2
-4
/
+4
2022-11-01
cred: Do not default to init_cred in prepare_kernel_cred()
Kees Cook
1
-1
/
+1
2022-09-01
firmware_loader: Fix memory leak in firmware upload
Russ Weight
3
-4
/
+17
2022-09-01
firmware_loader: Fix use-after-free during unregister
Russ Weight
1
-1
/
+2
2022-07-28
firmware_loader: Replace kmap() with kmap_local_page()
Fabio M. De Francesco
2
-8
/
+6
2022-06-03
firmware_loader: enable XZ by default if compressed support is enabled
Linus Torvalds
1
-0
/
+1
2022-06-03
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
10
-494
/
+1113
2022-05-06
firmware_loader: use kernel credentials when reading firmware
Thiébaud Weksteen
1
-0
/
+17
2022-05-03
firmware_loader: describe 'module' parameter of firmware_upload_register()
Bagas Sanjaya
1
-0
/
+1
2022-04-29
firmware_loader: Move definitions from sysfs_upload.h to sysfs.h
Russ Weight
4
-20
/
+20
2022-04-29
firmware_loader: Fix configs for sysfs split
Russ Weight
2
-6
/
+6
2022-04-27
Revert "firmware_loader: use kernel credentials when reading firmware"
Greg Kroah-Hartman
1
-16
/
+0
2022-04-26
firmware_loader: Add sysfs nodes to monitor fw_upload
Russ Weight
3
-0
/
+135
2022-04-26
firmware_loader: Add firmware-upload support
Russ Weight
8
-12
/
+373
2022-04-26
firmware_loader: Split sysfs support from fallback
Russ Weight
6
-463
/
+503
2022-04-22
firmware_loader: use kernel credentials when reading firmware
Thiébaud Weksteen
1
-0
/
+16
2022-04-22
firmware_loader: Check fw_state_is_done in loading_store
Russ Weight
2
-20
/
+18
2022-04-22
firmware_loader: Clear data and size in fw_free_paged_buf
Russ Weight
1
-0
/
+2
2022-04-22
firmware: Add the support for ZSTD-compressed firmware files
Takashi Iwai
2
-9
/
+91
2022-02-25
firmware_loader: EXTRA_FIRMWARE does not support compressed files
Randy Dunlap
1
-0
/
+5
2022-01-22
firmware_loader: move firmware sysctl to its own files
Xiaoming Ni
3
-3
/
+40
2022-01-08
kbuild: do not quote string values in include/config/auto.conf
Masahiro Yamada
1
-2
/
+2
2021-10-22
firmware_loader: move struct builtin_fw to the only place used
Luis Chamberlain
1
-0
/
+6
2021-10-22
firmware_loader: formalize built-in firmware API
Luis Chamberlain
4
-79
/
+122
[next]