summaryrefslogtreecommitdiffstats
path: root/net/wimax/stack.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268Thomas Gleixner2019-06-051-16/+1Star
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+4
* genetlink: make policy common to familyJohannes Berg2019-03-221-4/+1Star
* wimax: remove blank lines at EOFStephen Hemminger2018-07-241-1/+0Star
* net: wimax: stack: fixed multi line comment issueMark Railton2018-07-221-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/+0Star
* wimax: convert printk to pr_foo()Fabian Frederick2014-10-081-4/+3Star
* wimax: remove dead codeMichael Opdenacker2013-11-211-1/+0Star
* genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-191-12/+9Star
* 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-11-011-0/+1
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-181-2/+0Star
* 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/+1Star
* 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-291-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-061-8/+4Star
* wimax: fix build issue when debugfs is disabledInaky Perez-Gonzalez2009-01-301-0/+13
* wimax: generic device management (registration, deregistration, lookup)Inaky Perez-Gonzalez2009-01-071-0/+599