index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
gdm72xx
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-29
drivers: staging: gdm72xx: Removed unnecessary braces.
Gulsah Kose
1
-2
/
+1
2014-09-29
drivers: staging: gdm72xx: Removed unnecessary else expression.
Gulsah Kose
1
-6
/
+5
2014-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+2
2014-07-18
staging: gdm72xx: fix build errors
Greg Kroah-Hartman
1
-3
/
+3
2014-07-18
staging: gdm72xx: replace print_hex_dump_debug() with dev_dbg()
Michalis Pappas
2
-12
/
+13
2014-07-18
staging: gdm72xx: remove debug code
Michalis Pappas
1
-106
/
+0
2014-07-16
net: set name_assign_type in alloc_netdev()
Tom Gundersen
1
-1
/
+2
2014-07-10
staging: gdm72xx: reorder functions and remove forward declarations
Michalis Pappas
3
-179
/
+164
2014-07-10
staging: gdm72xx: move T_CAPABILITY definitions to hci.h
Michalis Pappas
2
-8
/
+9
2014-07-09
staging: gdm72xx: Remove unnecessary memset of netdev private data
Tobias Klauser
1
-2
/
+0
2014-07-09
staging: gdm72xx: Use net_device_stats from struct net_device
Tobias Klauser
2
-14
/
+4
2014-07-09
staging: gdm72xx: add help text to Kconfig
Ben Chan
1
-1
/
+18
2014-07-09
staging: gdm72xx: remove unused code
Michalis Pappas
1
-18
/
+0
2014-07-09
staging: gdm72xx: clean up endianness conversions
Ben Chan
7
-62
/
+49
2014-07-09
staging: gdm72xx: use consistent style for header guards
Ben Chan
10
-30
/
+32
2014-06-30
staging: gdm72xx: use lower case for variable names for consistency
Ben Chan
2
-20
/
+20
2014-06-30
staging: gdm72xx: use int instead of u32 whenever makes sense
Ben Chan
2
-11
/
+10
2014-06-30
staging: gdm72xx: use bool instead of custom-defined BOOLEAN
Ben Chan
2
-8
/
+6
2014-06-30
staging: gdm72xx: return -EINVAL instead of BUG_ON for invalid data length
Ben Chan
2
-2
/
+4
2014-06-27
staging: gdm72xx: remove blank lines after an open brace
Ben Chan
1
-3
/
+0
2014-06-27
staging: gdm72xx: fix block comment style
Ben Chan
4
-14
/
+8
2014-06-27
staging: gdm72xx: check return value of sscanf
Ben Chan
1
-2
/
+3
2014-05-24
staging: gdm72xx: code cleanup
Davide Gianforte
6
-20
/
+36
2014-05-23
staging: gdm72xx: return values cleanup
Gengis Dave
2
-6
/
+2
2014-05-16
staging: gdm72xx: Remove task from TODO list
Michalis Pappas
1
-1
/
+0
2014-05-16
staging: gdm72xx: Indentation and other whitespace fixes
Michalis Pappas
10
-129
/
+97
2014-05-16
staging: gdm72xx: Whitespace fixes to conform to coding standards
Michalis Pappas
8
-123
/
+101
2014-05-16
staging: gdm72xx: Removed commented-out code
Michalis Pappas
4
-43
/
+1
2014-05-16
staging: gdm72xx: Fix braces to conform with coding style
Michalis Pappas
2
-11
/
+12
2014-05-16
staging: gdm72xx: Fix some camel-case variables
Michalis Pappas
1
-16
/
+15
2014-05-16
staging: gdm72xx: Move logical continuation to previous line to conform to co...
Michalis Pappas
1
-2
/
+2
2014-05-16
staging: gdm72xx: Modify a struct allocation to match coding standards
Michalis Pappas
1
-1
/
+1
2014-05-16
staging: gdm72xx: Replace comparisons on jiffies values with wrap-safe functions
Michalis Pappas
2
-3
/
+3
2014-05-16
staging: gdm72xx: Remove unnecessary extern declarations from header files
Michalis Pappas
3
-6
/
+6
2014-03-17
staging: gdm72xx: remove completed TODO item
Kristina Martšenko
1
-2
/
+0
2014-03-17
staging: gdm72xx: replace printk() and debug macros with dynamic debugging
Kristina Martšenko
4
-47
/
+14
2014-03-17
staging: gdm72xx: use print_hex_dump_debug and remove debug macros
Kristina Martšenko
4
-101
/
+13
2014-03-08
Staging: gdm72xx: Fix incorrect type in assignment in gdm_wimax.c
Monam Agarwal
1
-2
/
+2
2014-03-08
staging:gdm72xx: Fix unnecessary brace errors
Himangi Saraogi
1
-3
/
+2
2014-02-07
staging: gdm72xx: fix leaks at failure path in gdm_usb_probe()
Alexey Khoroshilov
1
-0
/
+3
2014-01-09
staging: gdm72xx: fix interruptible_sleep_on race
Arnd Bergmann
1
-2
/
+3
2013-12-17
staging: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-12-17
staging: gdm72xx: Fix WARNING space prohibited before semicolon in gdm_qos.c
Masanari Iida
1
-1
/
+1
2013-07-24
staging: gdm72xx: potential use after free in send_qos_list()
Dan Carpenter
1
-1
/
+1
2013-06-06
staging: gdm72xx: fix typos in Kconfig
Ben Chan
1
-2
/
+2
2013-06-06
staging: gdm72xx: WIMAX_GDM72XX should depend on either USB or MMC
Ben Chan
1
-3
/
+3
2013-05-27
Merge 3.10-rc3 into staging-next
Greg Kroah-Hartman
1
-1
/
+1
2013-05-23
gdm72xx: remove unnecessary cast in gdm_wimax.c
Xenia Ragiadakou
1
-2
/
+1
2013-05-15
USB: remove remaining instances of USB_SUSPEND
Alan Stern
1
-1
/
+1
2013-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-6
/
+6
[next]