| Commit message (Expand) | Author | Age | Files | Lines |
* | genetlink: mark families as __ro_after_init | Johannes Berg | 2016-10-27 | 1 | -1/+1 |
* | genetlink: statically initialize families | Johannes Berg | 2016-10-27 | 1 | -9/+10 |
* | genetlink: no longer support using static family IDs | Johannes Berg | 2016-10-27 | 1 | -1/+0 |
* | net:wimax: Fix doucble word "the the" in networking.xml | Masanari Iida | 2015-08-09 | 1 | -2/+1 |
* | wimax: convert printk to pr_foo() | Fabian Frederick | 2014-10-07 | 7 | -16/+17 |
* | wimax: remove dead code | Michael Opdenacker | 2013-11-21 | 1 | -1/+0 |
* | genetlink: make multicast groups const, prevent abuse | Johannes Berg | 2013-11-19 | 3 | -15/+10 |
* | genetlink: pass family to functions using groups | Johannes Berg | 2013-11-19 | 2 | -2/+4 |
* | genetlink: only pass array to genl_register_family_with_ops() | Johannes Berg | 2013-11-19 | 1 | -2/+2 |
* | genetlink: make all genl_ops users const | Johannes Berg | 2013-11-14 | 1 | -1/+1 |
* | wimax: use genl_register_family_with_ops() | Johannes Berg | 2013-11-14 | 6 | -119/+47 |
* | net: misc: Remove extern from function prototypes | Joe Perches | 2013-10-19 | 1 | -9/+9 |
* | net: cleanup unsigned to unsigned int | Eric Dumazet | 2012-04-15 | 1 | -2/+3 |
* | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 2011-10-31 | 3 | -0/+3 |
* | net: Fix files explicitly needing to include module.h | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2010-05-20 | 3 | -7/+1 |
|\ |
|
| * | net: Remove unnecessary returns from void function()s | Joe Perches | 2010-05-17 | 1 | -2/+0 |
| * | wimax: checking ERR_PTR vs null | Dan Carpenter | 2010-05-11 | 1 | -1/+1 |
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 | 2 | -0/+2 |
| |\ |
|
| * | | wimax: remove unneeded variable | Dan Carpenter | 2010-03-24 | 2 | -4/+0 |
* | | | Merge branch 'master' into for-next | Jiri Kosina | 2010-04-23 | 2 | -0/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 2 | -0/+2 |
| |/ |
|
* / | Fix typos in comments | Thomas Weber | 2010-03-16 | 1 | -1/+1 |
|/ |
|
* | const: struct nla_policy | Alexey Dobriyan | 2010-02-18 | 5 | -10/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 | 1 | -1/+1 |
|\ |
|
| * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
* | | net: Move && and || to end of previous line | Joe Perches | 2009-11-29 | 1 | -4/+4 |
* | | wimax: allow WIMAX_RF_QUERY calls when state is still uninitialized | Inaky Perez-Gonzalez | 2009-10-19 | 1 | -1/+8 |
* | | wimax: allow user space to send messages once the device is registered | Inaky Perez-Gonzalez | 2009-10-19 | 1 | -0/+2 |
* | | wimax: allow specifying debug levels as command line option | Inaky Perez-Gonzalez | 2009-10-19 | 1 | -0/+11 |
* | | wimax: indicate initial SW rfkill state is "blocked" | Inaky Perez-Gonzalez | 2009-10-19 | 1 | -0/+1 |
|/ |
|
* | wimax: fix warning caused by not checking retval of rfkill_set_hw_state() | Inaky Perez-Gonzalez | 2009-06-11 | 1 | -1/+2 |
* | wimax: depend on rfkill properly | Johannes Berg | 2009-06-04 | 1 | -0/+1 |
* | rfkill: rewrite | Johannes Berg | 2009-06-03 | 2 | -111/+26 |
* | wimax: Add netlink interface to get device state | Paulius Zaleckas | 2009-05-28 | 5 | -1/+93 |
* | wimax: document why wimax_msg_*() operations can be used in any state | Inaky Perez-Gonzalez | 2009-05-28 | 1 | -3/+14 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-05-08 | 2 | -7/+21 |
|\ |
|
| * | wimax: oops: wimax_dev_add() is the only one that can initialize the state | Inaky Perez-Gonzalez | 2009-05-06 | 1 | -2/+15 |
| * | wimax: fix oops if netlink fails to add attribute | Inaky Perez-Gonzalez | 2009-05-06 | 1 | -5/+6 |
* | | rfkill: remove user_claim stuff | Johannes Berg | 2009-04-22 | 1 | -1/+0 |
* | | rfkill: remove deprecated state constants | Johannes Berg | 2009-04-22 | 1 | -4/+4 |
|/ |
|
* | trivial: fix typos/grammar errors in Kconfig texts | Matt LaPlante | 2009-03-30 | 1 | -1/+1 |
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-02-14 | 1 | -4/+5 |
|\ |
|
| * | wimax: fix oops in wimax_dev_get_by_genl_info() when looking up non-wimax iface | Inaky Perez-Gonzalez | 2009-02-12 | 1 | -4/+5 |
* | | netlink: change return-value logic of netlink_broadcast() | Pablo Neira Ayuso | 2009-02-05 | 2 | -14/+7 |
|/ |
|
* | wimax: fix build issue when debugfs is disabled | Inaky Perez-Gonzalez | 2009-01-29 | 2 | -11/+13 |
* | wimax: testing for rfkill support should also test for CONFIG_RFKILL_MODULE | Inaky Perez-Gonzalez | 2009-01-08 | 1 | -1/+1 |
* | wimax: fix kconfig interactions with rfkill and input layers | Inaky Perez-Gonzalez | 2009-01-08 | 1 | -0/+14 |
* | wimax: fix '#ifndef CONFIG_BUG' layout to avoid warning | Inaky Perez-Gonzalez | 2009-01-08 | 1 | -3/+5 |
* | wimax: Makefile, Kconfig and docbook linkage for the stack | Inaky Perez-Gonzalez | 2009-01-07 | 2 | -0/+51 |