index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
rfkill
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-10
rfkill: Replace strcpy() with memcpy()
David Laight
1
-2
/
+4
2026-04-07
net: rfkill: prevent unlimited numbers of rfkill events from being created
Greg Kroah-Hartman
1
-11
/
+24
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+3
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-08-27
wifi: rfkill: Correct parameter type for rfkill_set_hw_state_reason()
Zijun Hu
1
-6
/
+2
2024-06-26
net: rfkill: Correct return value in invalid parameter case
Zijun Hu
1
-4
/
+4
2023-11-24
rfkill: return ENOTTY on invalid ioctl
Thomas Weißschuh
1
-2
/
+2
2023-10-11
net: rfkill: reduce data->mtx scope in rfkill_fop_open
Johannes Berg
1
-3
/
+2
2023-09-18
rfkill: sync before userspace visibility/changes
Johannes Berg
1
-6
/
+26
2023-02-14
rfkill: Use sysfs_emit() to instead of sprintf()
Bo Liu
1
-8
/
+8
2022-11-24
driver core: make struct class.dev_uevent() take a const *
Greg Kroah-Hartman
1
-1
/
+1
2022-03-18
rfkill: make new event layout opt-in
Johannes Berg
1
-14
/
+34
2021-12-20
rfkill: allow to get the software rfkill state
Emmanuel Grumbach
1
-0
/
+12
2021-04-08
rfkill: revert back to old userspace API by default
Johannes Berg
1
-3
/
+4
2020-12-11
rfkill: add a reason to the HW rfkill state
Emmanuel Grumbach
1
-7
/
+34
2020-11-12
rfkill: Fix use-after-free in rfkill_resume()
Claire Chang
1
-0
/
+3
2019-12-16
rfkill: Fix incorrect check to avoid NULL pointer dereference
Aditya Pakki
1
-2
/
+5
2019-12-01
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2019-11-05
rfkill: allocate static minor
Marcel Holtmann
1
-2
/
+7
2019-10-23
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
1
-1
/
+1
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
1
-13
/
+1
2019-05-06
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
1
-1
/
+1
2018-08-28
rfkill: fix spelling mistake contidion to condition
Richard Guy Briggs
1
-2
/
+2
2018-07-05
leds: triggers: let struct led_trigger::activate() return an error code
Uwe Kleine-König
1
-1
/
+3
2018-05-23
rfkill: Create rfkill-none LED trigger
João Paulo Rechi Vita
1
-7
/
+20
2018-05-23
rfkill: Rename rfkill_any_led_trigger* functions
João Paulo Rechi Vita
1
-23
/
+24
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2017-11-27
net: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-01-09
rfkill: Add rfkill-any LED trigger
Michał Kępień
1
-1
/
+71
2016-12-20
Revert "rfkill: Add rfkill-any LED trigger"
Johannes Berg
1
-74
/
+1
2016-12-16
rfkill: hide unused goto label
Arnd Bergmann
1
-0
/
+2
2016-12-13
rfkill: Add rfkill-any LED trigger
Michał Kępień
1
-0
/
+73
2016-12-13
rfkill: Cleanup error handling in rfkill_init()
Michał Kępień
1
-11
/
+12
2016-12-13
rfkill: simplify rfkill_set_hw_state() slightly
Johannes Berg
1
-4
/
+1
2016-04-05
rfkill: Use switch to demux userspace operations
João Paulo Rechi Vita
1
-14
/
+22
2016-03-01
Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...
David S. Miller
1
-91
/
+81
2016-02-24
rfkill: Factor rfkill_global_states[].cur assignments
João Paulo Rechi Vita
1
-21
/
+17
2016-02-24
rfkill: Remove extra blank line
João Paulo Rechi Vita
1
-1
/
+0
2016-02-24
rfkill: Improve documentation language
João Paulo Rechi Vita
1
-2
/
+2
2016-02-24
net: rfkill: add rfkill_find_type function
Heikki Krogerus
1
-28
/
+30
2016-02-24
rfkill: Remove obsolete "claim" sysfs interface
João Paulo Rechi Vita
1
-10
/
+1
2016-02-24
rfkill: remove/inline __rfkill_set_hw_state
João Paulo Rechi Vita
1
-26
/
+15
2016-02-24
rfkill: use variable instead of duplicating the expression
João Paulo Rechi Vita
1
-1
/
+1
2016-02-24
rfkill: disentangle polling pause and suspend
Johannes Berg
1
-2
/
+15
2016-01-26
rfkill: fix rfkill_fop_read wait_event usage
Johannes Berg
1
-12
/
+4
2015-12-10
rfkill: copy the name into the rfkill struct
Johannes Berg
1
-3
/
+3
2015-09-04
rfkill: Copy "all" global state to other types
João Paulo Rechi Vita
1
-1
/
+9
2015-05-20
net: rfkill: Switch to PM ops
Lars-Peter Clausen
1
-3
/
+9
2014-10-08
net: rfkill: kernel-doc warning fixes
Fabian Frederick
1
-2
/
+2
[next]