summaryrefslogtreecommitdiffstats
path: root/net/wimax/stack.c
Commit message (Expand)AuthorAgeFilesLines
* wimax: move out to stagingArnd Bergmann2020-10-291-616/+0
* wimax: fix duplicate initializer warningArnd Bergmann2020-10-291-10/+17
* genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
* wimax: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-10/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268Thomas Gleixner2019-06-051-16/+1
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+4
* genetlink: make policy common to familyJohannes Berg2019-03-221-4/+1
* wimax: remove blank lines at EOFStephen Hemminger2018-07-241-1/+0
* net: wimax: stack: fixed multi line comment issueMark Railton2018-07-211-1/+2
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* genetlink: statically initialize familiesJohannes Berg2016-10-271-9/+10
* genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0
* wimax: convert printk to pr_foo()Fabian Frederick2014-10-071-4/+3
* wimax: remove dead codeMichael Opdenacker2013-11-211-1/+0
* genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-191-12/+9
* genetlink: pass family to functions using groupsJohannes Berg2013-11-191-1/+2
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-2/+2
* genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
* wimax: use genl_register_family_with_ops()Johannes Berg2013-11-141-39/+40
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-2/+3
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-311-0/+1
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-2/+0
* wimax: checking ERR_PTR vs nullDan Carpenter2010-05-111-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* const: struct nla_policyAlexey Dobriyan2010-02-181-2/+1
* wimax: allow specifying debug levels as command line optionInaky Perez-Gonzalez2009-10-191-0/+11
* wimax: Add netlink interface to get device statePaulius Zaleckas2009-05-281-1/+4
* wimax: oops: wimax_dev_add() is the only one that can initialize the stateInaky Perez-Gonzalez2009-05-061-2/+15
* netlink: change return-value logic of netlink_broadcast()Pablo Neira Ayuso2009-02-051-8/+4
* wimax: fix build issue when debugfs is disabledInaky Perez-Gonzalez2009-01-291-0/+13
* wimax: generic device management (registration, deregistration, lookup)Inaky Perez-Gonzalez2009-01-071-0/+599