summaryrefslogtreecommitdiffstats
path: root/net/rfkill/core.c
AgeCommit message (Expand)AuthorLines
2016-04-05rfkill: Use switch to demux userspace operationsJoão Paulo Rechi Vita-14/+22
2016-03-01Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller-91/+81
2016-02-24rfkill: Factor rfkill_global_states[].cur assignmentsJoão Paulo Rechi Vita-21/+17
2016-02-24rfkill: Remove extra blank lineJoão Paulo Rechi Vita-1/+0
2016-02-24rfkill: Improve documentation languageJoão Paulo Rechi Vita-2/+2
2016-02-24net: rfkill: add rfkill_find_type functionHeikki Krogerus-28/+30
2016-02-24rfkill: Remove obsolete "claim" sysfs interfaceJoão Paulo Rechi Vita-10/+1
2016-02-24rfkill: remove/inline __rfkill_set_hw_stateJoão Paulo Rechi Vita-26/+15
2016-02-24rfkill: use variable instead of duplicating the expressionJoão Paulo Rechi Vita-1/+1
2016-02-24rfkill: disentangle polling pause and suspendJohannes Berg-2/+15
2016-01-26rfkill: fix rfkill_fop_read wait_event usageJohannes Berg-12/+4
2015-12-10rfkill: copy the name into the rfkill structJohannes Berg-3/+3
2015-09-04rfkill: Copy "all" global state to other typesJoão Paulo Rechi Vita-1/+9
2015-05-20net: rfkill: Switch to PM opsLars-Peter Clausen-3/+9
2014-10-08net: rfkill: kernel-doc warning fixesFabian Frederick-2/+2
2014-02-04net: rfkill: move poll work to power efficient workqueueShaibal Dutta-3/+6
2013-12-11rfkill: Fix FSF address in file headersJeff Kirsher-3/+1
2013-07-25net: rfkill: convert class code to use dev_groupsGreg Kroah-Hartman-49/+41
2013-04-12rfkill: Add NFC to the list of supported radiosSamuel Ortiz-1/+3
2012-10-28Merge branch 'master' into for-nextJiri Kosina-1/+21
2012-10-25rfkill: error cannot be set here so simplifyAlan Cox-2/+2
2012-09-24rfkill: prevent unnecessary event generationVitaly Wool-1/+7
2012-08-21Revert "rfkill: remove dead code"AceLan Kao-0/+14
2012-06-06rfkill: Add the capability to switch all devices of all type in __rfkill_swit...Alex Hung-1/+1
2012-03-11device.h: cleanup users outside of linux/include (C files)Paul Gortmaker-0/+1
2011-11-09net/rfkill/core.c: use kstrtoul, etcJulia Lawall-2/+2
2011-09-19rfkill: properly assign a boolean typeMohammed Shafi Shajakhan-1/+1
2011-05-16net/rfkill/core.c: Avoid leaving freed data in a listJulia Lawall-1/+1
2010-11-15rfkill: remove dead codeStephen Hemminger-14/+0
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-19rename new rfkill sysfs knobsflorian@mickler.org-27/+8
2010-03-10enhance sysfs rfkill interfaceflorian@mickler.org-0/+58
2009-12-07net/rfkill/core.c: work around gcc-4.0.2 sillinessAndrew Morton-2/+2
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+1
2009-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller-0/+1
2009-11-23rfkill: fix miscdev opsJohannes Berg-0/+1
2009-11-18rfkill: Add constant for RFKILL_TYPE_FM radio devicesMarcel Holtmann-1/+3
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan-0/+1
2009-08-04rfkill: add the GPS radio typeTomas Winkler-1/+3
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-8/+23
2009-07-21rfkill: fix rfkill_set_states() to set the hw stateAlan Jenkins-0/+4
2009-07-21rfkill: allow toggling soft state in sysfs againJohannes Berg-8/+19
2009-07-10rfkill: prep for rfkill API changesJohannes Berg-2/+8
2009-06-19rfkill: export persistent attribute in sysfsAlan Jenkins-0/+10
2009-06-19rfkill: don't restore software blocked state on persistent devicesAlan Jenkins-15/+25
2009-06-19rfkill: rfkill_set_block() when suspended nitpickAlan Jenkins-3/+3
2009-06-10rfkill: don't impose global states on resume (just restore the previous states)Alan Jenkins-5/+1
2009-06-10rfkill: remove set_global_sw_stateAlan Jenkins-51/+30