aboutsummaryrefslogtreecommitdiffstats
path: root/net/wimax (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-7/+1
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-05-11wimax: checking ERR_PTR vs nullDan Carpenter1-1/+1
2010-04-23Merge branch 'master' into for-nextJiri Kosina2-0/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2010-03-24wimax: remove unneeded variableDan Carpenter2-4/+0
2010-03-16Fix typos in commentsThomas Weber1-1/+1
2010-02-18const: struct nla_policyAlexey Dobriyan5-10/+5
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-29net: Move && and || to end of previous lineJoe Perches1-4/+4
2009-10-19wimax: allow WIMAX_RF_QUERY calls when state is still uninitializedInaky Perez-Gonzalez1-1/+8
2009-10-19wimax: allow user space to send messages once the device is registeredInaky Perez-Gonzalez1-0/+2
2009-10-19wimax: allow specifying debug levels as command line optionInaky Perez-Gonzalez1-0/+11
2009-10-19wimax: indicate initial SW rfkill state is "blocked"Inaky Perez-Gonzalez1-0/+1
2009-06-11wimax: fix warning caused by not checking retval of rfkill_set_hw_state()Inaky Perez-Gonzalez1-1/+2
2009-06-04wimax: depend on rfkill properlyJohannes Berg1-0/+1
2009-06-03rfkill: rewriteJohannes Berg2-111/+26
2009-05-28wimax: Add netlink interface to get device statePaulius Zaleckas5-1/+93
2009-05-28wimax: document why wimax_msg_*() operations can be used in any stateInaky Perez-Gonzalez1-3/+14
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-7/+21
2009-05-06wimax: oops: wimax_dev_add() is the only one that can initialize the stateInaky Perez-Gonzalez1-2/+15
2009-05-06wimax: fix oops if netlink fails to add attributeInaky Perez-Gonzalez1-5/+6
2009-04-22rfkill: remove user_claim stuffJohannes Berg1-1/+0
2009-04-22rfkill: remove deprecated state constantsJohannes Berg1-4/+4
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante1-1/+1
2009-02-14Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-4/+5
2009-02-12wimax: fix oops in wimax_dev_get_by_genl_info() when looking up non-wimax ifaceInaky Perez-Gonzalez1-4/+5
2009-02-05netlink: change return-value logic of netlink_broadcast()Pablo Neira Ayuso2-14/+7
2009-01-29wimax: fix build issue when debugfs is disabledInaky Perez-Gonzalez2-11/+13
2009-01-08wimax: testing for rfkill support should also test for CONFIG_RFKILL_MODULEInaky Perez-Gonzalez1-1/+1
2009-01-08wimax: fix kconfig interactions with rfkill and input layersInaky Perez-Gonzalez1-0/+14
2009-01-08wimax: fix '#ifndef CONFIG_BUG' layout to avoid warningInaky Perez-Gonzalez1-3/+5
2009-01-07wimax: Makefile, Kconfig and docbook linkage for the stackInaky Perez-Gonzalez2-0/+51
2009-01-07wimax: debugfs controlsInaky Perez-Gonzalez1-0/+90
2009-01-07wimax: basic API: kernel/user messaging, rfkill and resetInaky Perez-Gonzalez3-0/+1096
2009-01-07wimax: generic device management (registration, deregistration, lookup)Inaky Perez-Gonzalez2-0/+741
2009-01-07wimax: debug macros and debug settings for the WiMAX stackInaky Perez-Gonzalez1-0/+42
2009-01-07wimax: internal API for the kernel space WiMAX stackInaky Perez-Gonzalez1-0/+91