index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
gdm72xx
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-11
staging: Remove unnecessary OOM messages
Joe Perches
3
-19
/
+6
2012-12-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+1
2012-11-29
staging: gdm72xx: unlock on error in init_usb()
Dan Carpenter
1
-0
/
+1
2012-11-28
kill daemonize()
Al Viro
1
-3
/
+1
2012-11-28
staging: gdm72xx: use %pI4 format to print IPv4 address and remove last usage...
Shan Wei
1
-12
/
+1
2012-11-27
staging: gdm72xx: fix unused variable warning in gdm_usb_send
Ben Chan
1
-1
/
+4
2012-11-26
staging: gdm72xx: protect access of rx / tx structs
Ben Chan
1
-7
/
+45
2012-10-30
staging/gdm72xx: Use dev_ printks in usb_boot.c
YAMANE Toshiaki
1
-24
/
+25
2012-10-30
staging/gdm72xx: Use dev_ printks in gdm_usb.c
YAMANE Toshiaki
1
-5
/
+5
2012-10-30
staging/gdm72xx: Use dev_ printks in sdio_boot.c
YAMANE Toshiaki
1
-11
/
+14
2012-10-30
staging/gdm72xx: Use dev_ printks in gdm_sdio.c
YAMANE Toshiaki
1
-13
/
+16
2012-10-30
staging/gdm72xx: Use netdev_ or pr_ printks in netlink_k.c
YAMANE Toshiaki
1
-10
/
+13
2012-10-30
staging/gdm72xx: Use netdev_ or pr_ printks in gdm_qos.c
YAMANE Toshiaki
1
-17
/
+16
2012-10-30
staging/gdm72xx: Use netdev_ or pr_ printks in gdm_wimax.c
YAMANE Toshiaki
1
-29
/
+31
2012-10-22
staging/gdm72xx: sdio_boot: replace firmware upgrade API
Macpaul Lin
1
-39
/
+42
2012-10-22
staging/gdm72xx: gdm_wimax: fix compile error when enable debug
Macpaul Lin
1
-1
/
+4
2012-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-2
/
+2
2012-09-17
staging/gdm72xx: usb_boot: replace firmware upgrade API in em_download
Macpaul Lin
1
-40
/
+37
2012-09-13
staging/gdm72xx: usb_boot: replace firmware upgrade API
Macpaul Lin
1
-63
/
+48
2012-09-13
staging/gdm72xx: usb_boot: coding style cleanup
Macpaul Lin
1
-19
/
+17
2012-09-13
staging: gdm72xx: simplify alloc_tx_struct and alloc_rx_struct
Ben Chan
2
-47
/
+27
2012-09-12
staging/gdm72xx: gdm_usb coding style clean up
Macpaul Lin
2
-13
/
+13
2012-09-12
drivers/staging/gdm72xx/gdm_sdio.c: Remove useless kfree
Peter Senna Tschudin
1
-5
/
+2
2012-09-11
staging/gdm72xx: remove camel-case vars in gdm_qos
Macpaul Lin
2
-88
/
+88
2012-09-10
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
1
-1
/
+1
2012-09-08
netlink: hide struct module parameter in netlink_kernel_create
Pablo Neira Ayuso
1
-1
/
+1
2012-09-06
staging: gdm72xx: use list_move instead of list_del/list_add
Wei Yongjun
1
-2
/
+1
2012-09-05
staging: gdm72xx: use list_move_tail instead of list_del/list_add_tail
Wei Yongjun
1
-2
/
+1
2012-09-04
staging: gdm72xx: Fix bogus test
Alan Cox
1
-1
/
+1
2012-09-04
staging: gdm72xx: use kzalloc to allocate usb_tx structure
Devendra Naga
2
-6
/
+2
2012-08-13
staging: gdm72xx: fix reference counting in gdm_wimax_event_init
Ben Chan
1
-6
/
+10
2012-08-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-17
/
+12
2012-07-29
slightly reduce lossage in gdm72xx
Al Viro
2
-17
/
+12
2012-07-26
Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
8
-42
/
+27
2012-07-16
staging/gdm72xx: coding style fixes gdm_qos.c
Devendra Naga
1
-3
/
+2
2012-07-16
staging/gdm72xx: use kzalloc for phydev and sdev
Devendra Naga
1
-5
/
+2
2012-07-16
staging/gdm72xx: cleanup little at gdm_wimax_event_rcv
Devendra Naga
1
-5
/
+3
2012-07-16
staging/gdm72xx: use kzalloc for phydev and udev
Devendra Naga
1
-5
/
+2
2012-07-16
staging/gdm72xx: return PTR_ERR rather -ENOENT
Devendra Naga
1
-1
/
+1
2012-07-06
staging: gdm72xx: use %pM for MAC
Andy Shevchenko
1
-7
/
+2
2012-06-29
netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
Pablo Neira Ayuso
1
-2
/
+4
2012-06-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2012-06-26
gdm72xx: Move away from NLMSG_PUT().
David S. Miller
1
-4
/
+6
2012-06-26
staging: gdm72xx: fix an skb memory leak
Javier Martinez Canillas
1
-3
/
+7
2012-06-25
Merge 3.5-rc4 into staging-next
Greg Kroah-Hartman
1
-1
/
+1
2012-06-14
staging: gdm72xx: Release netlink socket properly
Ben Chan
1
-1
/
+1
2012-06-12
staging: gdm72xx: Simplify spinlock fix for gdm_usb_send_complete
Ben Chan
1
-16
/
+10
2012-06-12
staging: gdm72xx: Fix spinlock recursion on gdm_usb_send_complete
Ben Chan
1
-6
/
+18
2012-06-12
staging/gdm72xx: Remove version.h includes
Devendra Naga
8
-8
/
+0
2012-06-12
Staging: gdm72xx: gdm_usb: fix deprecated function kernel_thread
Adnan Ali
1
-1
/
+2
[next]