summaryrefslogtreecommitdiffstats
path: root/net/wimax
AgeCommit message (Expand)AuthorLines
2020-10-29wimax: move out to stagingArnd Bergmann-1933/+0
2020-10-29wimax: fix duplicate initializer warningArnd Bergmann-10/+17
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski-3/+3
2019-08-10wimax: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-49/+11
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268Thomas Gleixner-140/+9
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg-0/+4
2019-03-22genetlink: make policy common to familyJohannes Berg-4/+1
2018-07-24wimax: remove blank lines at EOFStephen Hemminger-6/+0
2018-07-21net: wimax: stack: fixed multi line comment issueMark Railton-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg-1/+1
2016-10-27genetlink: statically initialize familiesJohannes Berg-9/+10
2016-10-27genetlink: no longer support using static family IDsJohannes Berg-1/+0
2015-08-09net:wimax: Fix doucble word "the the" in networking.xmlMasanari Iida-2/+1
2014-10-07wimax: convert printk to pr_foo()Fabian Frederick-16/+17
2013-11-21wimax: remove dead codeMichael Opdenacker-1/+0
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg-15/+10
2013-11-19genetlink: pass family to functions using groupsJohannes Berg-2/+4
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg-2/+2
2013-11-14genetlink: make all genl_ops users constJohannes Berg-1/+1
2013-11-14wimax: use genl_register_family_with_ops()Johannes Berg-119/+47
2013-10-19net: misc: Remove extern from function prototypesJoe Perches-9/+9
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet-2/+3
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker-0/+3
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker-0/+1
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-7/+1
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches-2/+0
2010-05-11wimax: checking ERR_PTR vs nullDan Carpenter-1/+1
2010-04-23Merge branch 'master' into for-nextJiri Kosina-0/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+2
2010-03-24wimax: remove unneeded variableDan Carpenter-4/+0
2010-03-16Fix typos in commentsThomas Weber-1/+1
2010-02-18const: struct nla_policyAlexey Dobriyan-10/+5
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa-1/+1
2009-11-29net: Move && and || to end of previous lineJoe Perches-4/+4
2009-10-19wimax: allow WIMAX_RF_QUERY calls when state is still uninitializedInaky Perez-Gonzalez-1/+8
2009-10-19wimax: allow user space to send messages once the device is registeredInaky Perez-Gonzalez-0/+2
2009-10-19wimax: allow specifying debug levels as command line optionInaky Perez-Gonzalez-0/+11
2009-10-19wimax: indicate initial SW rfkill state is "blocked"Inaky Perez-Gonzalez-0/+1
2009-06-11wimax: fix warning caused by not checking retval of rfkill_set_hw_state()Inaky Perez-Gonzalez-1/+2
2009-06-04wimax: depend on rfkill properlyJohannes Berg-0/+1
2009-06-03rfkill: rewriteJohannes Berg-111/+26
2009-05-28wimax: Add netlink interface to get device statePaulius Zaleckas-1/+93
2009-05-28wimax: document why wimax_msg_*() operations can be used in any stateInaky Perez-Gonzalez-3/+14
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-7/+21
2009-05-06wimax: oops: wimax_dev_add() is the only one that can initialize the stateInaky Perez-Gonzalez-2/+15
2009-05-06wimax: fix oops if netlink fails to add attributeInaky Perez-Gonzalez-5/+6