summaryrefslogtreecommitdiff
path: root/net/wimax/stack.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-1/+1
2016-10-27genetlink: statically initialize familiesJohannes Berg1-9/+10
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-1/+0
2014-10-08wimax: convert printk to pr_foo()Fabian Frederick1-4/+3
2013-11-21wimax: remove dead codeMichael Opdenacker1-1/+0
2013-11-20genetlink: make multicast groups const, prevent abuseJohannes Berg1-12/+9
2013-11-20genetlink: pass family to functions using groupsJohannes Berg1-1/+2
2013-11-20genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-2/+2
2013-11-15genetlink: make all genl_ops users constJohannes Berg1-1/+1
2013-11-15wimax: use genl_register_family_with_ops()Johannes Berg1-39/+40
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-2/+3
2011-11-01net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2010-05-18net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-05-12wimax: checking ERR_PTR vs nullDan Carpenter1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-19const: struct nla_policyAlexey Dobriyan1-2/+1
2009-10-19wimax: allow specifying debug levels as command line optionInaky Perez-Gonzalez1-0/+11
2009-05-29wimax: Add netlink interface to get device statePaulius Zaleckas1-1/+4
2009-05-07wimax: oops: wimax_dev_add() is the only one that can initialize the stateInaky Perez-Gonzalez1-2/+15
2009-02-06netlink: change return-value logic of netlink_broadcast()Pablo Neira Ayuso1-8/+4
2009-01-30wimax: fix build issue when debugfs is disabledInaky Perez-Gonzalez1-0/+13
2009-01-07wimax: generic device management (registration, deregistration, lookup)Inaky Perez-Gonzalez1-0/+599