summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm72xx
Commit message (Expand)AuthorAgeFilesLines
* drivers: staging: gdm72xx: Removed unnecessary braces.Gulsah Kose2014-09-291-2/+1Star
* drivers: staging: gdm72xx: Removed unnecessary else expression.Gulsah Kose2014-09-291-6/+5Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-061-1/+2
|\
| * net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-1/+2
* | staging: gdm72xx: fix build errorsGreg Kroah-Hartman2014-07-181-3/+3
* | staging: gdm72xx: replace print_hex_dump_debug() with dev_dbg()Michalis Pappas2014-07-182-12/+13
* | staging: gdm72xx: remove debug codeMichalis Pappas2014-07-181-106/+0Star
* | staging: gdm72xx: reorder functions and remove forward declarationsMichalis Pappas2014-07-103-179/+164Star
* | staging: gdm72xx: move T_CAPABILITY definitions to hci.hMichalis Pappas2014-07-102-8/+9
* | staging: gdm72xx: Remove unnecessary memset of netdev private dataTobias Klauser2014-07-091-2/+0Star
* | staging: gdm72xx: Use net_device_stats from struct net_deviceTobias Klauser2014-07-092-14/+4Star
* | staging: gdm72xx: add help text to KconfigBen Chan2014-07-091-1/+18
* | staging: gdm72xx: remove unused codeMichalis Pappas2014-07-091-18/+0Star
* | staging: gdm72xx: clean up endianness conversionsBen Chan2014-07-097-62/+49Star
* | staging: gdm72xx: use consistent style for header guardsBen Chan2014-07-0910-30/+32
* | staging: gdm72xx: use lower case for variable names for consistencyBen Chan2014-06-292-20/+20
* | staging: gdm72xx: use int instead of u32 whenever makes senseBen Chan2014-06-292-11/+10Star
* | staging: gdm72xx: use bool instead of custom-defined BOOLEANBen Chan2014-06-292-8/+6Star
* | staging: gdm72xx: return -EINVAL instead of BUG_ON for invalid data lengthBen Chan2014-06-292-2/+4
* | staging: gdm72xx: remove blank lines after an open braceBen Chan2014-06-271-3/+0Star
* | staging: gdm72xx: fix block comment styleBen Chan2014-06-274-14/+8Star
* | staging: gdm72xx: check return value of sscanfBen Chan2014-06-271-2/+3
|/
* staging: gdm72xx: code cleanupDavide Gianforte2014-05-246-20/+36
* staging: gdm72xx: return values cleanupGengis Dave2014-05-232-6/+2Star
* staging: gdm72xx: Remove task from TODO listMichalis Pappas2014-05-161-1/+0Star
* staging: gdm72xx: Indentation and other whitespace fixesMichalis Pappas2014-05-1610-129/+97Star
* staging: gdm72xx: Whitespace fixes to conform to coding standardsMichalis Pappas2014-05-168-123/+101Star
* staging: gdm72xx: Removed commented-out codeMichalis Pappas2014-05-164-43/+1Star
* staging: gdm72xx: Fix braces to conform with coding styleMichalis Pappas2014-05-162-11/+12
* staging: gdm72xx: Fix some camel-case variablesMichalis Pappas2014-05-161-16/+15Star
* staging: gdm72xx: Move logical continuation to previous line to conform to co...Michalis Pappas2014-05-161-2/+2
* staging: gdm72xx: Modify a struct allocation to match coding standardsMichalis Pappas2014-05-161-1/+1
* staging: gdm72xx: Replace comparisons on jiffies values with wrap-safe functionsMichalis Pappas2014-05-162-3/+3
* staging: gdm72xx: Remove unnecessary extern declarations from header filesMichalis Pappas2014-05-163-6/+6
* staging: gdm72xx: remove completed TODO itemKristina Martšenko2014-03-171-2/+0Star
* staging: gdm72xx: replace printk() and debug macros with dynamic debuggingKristina Martšenko2014-03-174-47/+14Star
* staging: gdm72xx: use print_hex_dump_debug and remove debug macrosKristina Martšenko2014-03-174-101/+13Star
* Staging: gdm72xx: Fix incorrect type in assignment in gdm_wimax.cMonam Agarwal2014-03-081-2/+2
* staging:gdm72xx: Fix unnecessary brace errorsHimangi Saraogi2014-03-081-3/+2Star
* staging: gdm72xx: fix leaks at failure path in gdm_usb_probe()Alexey Khoroshilov2014-02-071-0/+3
* staging: gdm72xx: fix interruptible_sleep_on raceArnd Bergmann2014-01-091-2/+3
* staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-171-1/+0Star
* staging: gdm72xx: Fix WARNING space prohibited before semicolon in gdm_qos.cMasanari Iida2013-12-171-1/+1
* staging: gdm72xx: potential use after free in send_qos_list()Dan Carpenter2013-07-241-1/+1
* staging: gdm72xx: fix typos in KconfigBen Chan2013-06-061-2/+2
* staging: gdm72xx: WIMAX_GDM72XX should depend on either USB or MMCBen Chan2013-06-061-3/+3
* Merge 3.10-rc3 into staging-nextGreg Kroah-Hartman2013-05-271-1/+1
|\
| * USB: remove remaining instances of USB_SUSPENDAlan Stern2013-05-151-1/+1
* | gdm72xx: remove unnecessary cast in gdm_wimax.cXenia Ragiadakou2013-05-231-2/+1Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-6/+6
|\