Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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