summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm72xx
Commit message (Expand)AuthorAgeFilesLines
* staging: Remove unnecessary OOM messagesJoe Perches2013-02-113-19/+6Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-121-3/+1Star
|\
| * kill daemonize()Al Viro2012-11-291-3/+1Star
* | staging: gdm72xx: unlock on error in init_usb()Dan Carpenter2012-11-301-0/+1
* | staging: gdm72xx: use %pI4 format to print IPv4 address and remove last usage...Shan Wei2012-11-281-12/+1Star
* | staging: gdm72xx: fix unused variable warning in gdm_usb_sendBen Chan2012-11-271-1/+4
* | staging: gdm72xx: protect access of rx / tx structsBen Chan2012-11-271-7/+45
* | staging/gdm72xx: Use dev_ printks in usb_boot.cYAMANE Toshiaki2012-10-301-24/+25
* | staging/gdm72xx: Use dev_ printks in gdm_usb.cYAMANE Toshiaki2012-10-301-5/+5
* | staging/gdm72xx: Use dev_ printks in sdio_boot.cYAMANE Toshiaki2012-10-301-11/+14
* | staging/gdm72xx: Use dev_ printks in gdm_sdio.cYAMANE Toshiaki2012-10-301-13/+16
* | staging/gdm72xx: Use netdev_ or pr_ printks in netlink_k.cYAMANE Toshiaki2012-10-301-10/+13
* | staging/gdm72xx: Use netdev_ or pr_ printks in gdm_qos.cYAMANE Toshiaki2012-10-301-17/+16Star
* | staging/gdm72xx: Use netdev_ or pr_ printks in gdm_wimax.cYAMANE Toshiaki2012-10-301-29/+31
* | staging/gdm72xx: sdio_boot: replace firmware upgrade APIMacpaul Lin2012-10-221-39/+42
* | staging/gdm72xx: gdm_wimax: fix compile error when enable debugMacpaul Lin2012-10-221-1/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-2/+2
|\
| * netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-1/+1
| * netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-091-1/+1
* | staging/gdm72xx: usb_boot: replace firmware upgrade API in em_downloadMacpaul Lin2012-09-171-40/+37Star
* | staging/gdm72xx: usb_boot: replace firmware upgrade APIMacpaul Lin2012-09-141-63/+48Star
* | staging/gdm72xx: usb_boot: coding style cleanupMacpaul Lin2012-09-141-19/+17Star
* | staging: gdm72xx: simplify alloc_tx_struct and alloc_rx_structBen Chan2012-09-142-47/+27Star
* | staging/gdm72xx: gdm_usb coding style clean upMacpaul Lin2012-09-122-13/+13
* | drivers/staging/gdm72xx/gdm_sdio.c: Remove useless kfreePeter Senna Tschudin2012-09-121-5/+2Star
* | staging/gdm72xx: remove camel-case vars in gdm_qosMacpaul Lin2012-09-112-88/+88
* | staging: gdm72xx: use list_move instead of list_del/list_addWei Yongjun2012-09-061-2/+1Star
* | staging: gdm72xx: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-09-051-2/+1Star
* | staging: gdm72xx: Fix bogus testAlan Cox2012-09-041-1/+1
* | staging: gdm72xx: use kzalloc to allocate usb_tx structureDevendra Naga2012-09-042-6/+2Star
* | staging: gdm72xx: fix reference counting in gdm_wimax_event_initBen Chan2012-08-141-6/+10
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-012-17/+12Star
|\
| * slightly reduce lossage in gdm72xxAl Viro2012-07-292-17/+12Star
* | Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-268-42/+27Star
|\ \
| * | staging/gdm72xx: coding style fixes gdm_qos.cDevendra Naga2012-07-171-3/+2Star
| * | staging/gdm72xx: use kzalloc for phydev and sdevDevendra Naga2012-07-171-5/+2Star
| * | staging/gdm72xx: cleanup little at gdm_wimax_event_rcvDevendra Naga2012-07-171-5/+3Star
| * | staging/gdm72xx: use kzalloc for phydev and udevDevendra Naga2012-07-171-5/+2Star
| * | staging/gdm72xx: return PTR_ERR rather -ENOENTDevendra Naga2012-07-171-1/+1
| * | staging: gdm72xx: use %pM for MACAndy Shevchenko2012-07-071-7/+2Star
| * | staging: gdm72xx: fix an skb memory leakJavier Martinez Canillas2012-06-271-3/+7
| * | Merge 3.5-rc4 into staging-nextGreg Kroah-Hartman2012-06-251-1/+1
| |\|
| * | staging: gdm72xx: Simplify spinlock fix for gdm_usb_send_completeBen Chan2012-06-121-16/+10Star
| * | staging: gdm72xx: Fix spinlock recursion on gdm_usb_send_completeBen Chan2012-06-121-6/+18
| * | staging/gdm72xx: Remove version.h includesDevendra Naga2012-06-128-8/+0Star
| * | Staging: gdm72xx: gdm_usb: fix deprecated function kernel_threadAdnan Ali2012-06-121-1/+2
* | | netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-301-2/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-291-1/+1
|\ \ \ | | |/ | |/|
| * | staging: gdm72xx: Release netlink socket properlyBen Chan2012-06-151-1/+1
| |/
* / gdm72xx: Move away from NLMSG_PUT().David S. Miller2012-06-271-4/+6
|/