aboutsummaryrefslogtreecommitdiffstats
path: root/net/wimax
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-203-7/+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
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-112-0/+2
| |\
| * | wimax: remove unneeded variableDan Carpenter2010-03-242-4/+0
* | | Merge branch 'master' into for-nextJiri Kosina2010-04-232-0/+2
|\ \ \ | | |/ | |/|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
| |/
* | Fix typos in commentsThomas Weber2010-03-161-1/+1
|/
* const: struct nla_policyAlexey Dobriyan2010-02-185-10/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | net: Move && and || to end of previous lineJoe Perches2009-11-291-4/+4
* | wimax: allow WIMAX_RF_QUERY calls when state is still uninitializedInaky Perez-Gonzalez2009-10-191-1/+8
* | wimax: allow user space to send messages once the device is registeredInaky Perez-Gonzalez2009-10-191-0/+2
* | wimax: allow specifying debug levels as command line optionInaky Perez-Gonzalez2009-10-191-0/+11
* | wimax: indicate initial SW rfkill state is "blocked"Inaky Perez-Gonzalez2009-10-191-0/+1
|/
* wimax: fix warning caused by not checking retval of rfkill_set_hw_state()Inaky Perez-Gonzalez2009-06-111-1/+2
* wimax: depend on rfkill properlyJohannes Berg2009-06-041-0/+1
* rfkill: rewriteJohannes Berg2009-06-032-111/+26
* wimax: Add netlink interface to get device statePaulius Zaleckas2009-05-285-1/+93
* wimax: document why wimax_msg_*() operations can be used in any stateInaky Perez-Gonzalez2009-05-281-3/+14
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-082-7/+21
|\
| * wimax: oops: wimax_dev_add() is the only one that can initialize the stateInaky Perez-Gonzalez2009-05-061-2/+15
| * wimax: fix oops if netlink fails to add attributeInaky Perez-Gonzalez2009-05-061-5/+6
* | rfkill: remove user_claim stuffJohannes Berg2009-04-221-1/+0
* | rfkill: remove deprecated state constantsJohannes Berg2009-04-221-4/+4
|/
* trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante2009-03-301-1/+1
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-141-4/+5
|\
| * wimax: fix oops in wimax_dev_get_by_genl_info() when looking up non-wimax ifaceInaky Perez-Gonzalez2009-02-121-4/+5
* | netlink: change return-value logic of netlink_broadcast()Pablo Neira Ayuso2009-02-052-14/+7
|/
* wimax: fix build issue when debugfs is disabledInaky Perez-Gonzalez2009-01-292-11/+13
* wimax: testing for rfkill support should also test for CONFIG_RFKILL_MODULEInaky Perez-Gonzalez2009-01-081-1/+1
* wimax: fix kconfig interactions with rfkill and input layersInaky Perez-Gonzalez2009-01-081-0/+14
* wimax: fix '#ifndef CONFIG_BUG' layout to avoid warningInaky Perez-Gonzalez2009-01-081-3/+5
* wimax: Makefile, Kconfig and docbook linkage for the stackInaky Perez-Gonzalez2009-01-072-0/+51
* wimax: debugfs controlsInaky Perez-Gonzalez2009-01-071-0/+90
* wimax: basic API: kernel/user messaging, rfkill and resetInaky Perez-Gonzalez2009-01-073-0/+1096
* wimax: generic device management (registration, deregistration, lookup)Inaky Perez-Gonzalez2009-01-072-0/+741
* wimax: debug macros and debug settings for the WiMAX stackInaky Perez-Gonzalez2009-01-071-0/+42
* wimax: internal API for the kernel space WiMAX stackInaky Perez-Gonzalez2009-01-071-0/+91