1. 87e3dbc Staging: gdm72xx: use !x instead of x == NULL by Somya Anand · 9 years ago
  2. 7e6eaa9 Staging: gdm72xx: Iterate list using list_for_each_entry by Somya Anand · 9 years ago
  3. 99beca1 Staging: gdm72xx: clean dev_err logging by Haneen Mohammed · 9 years ago
  4. 1862eec staging: gdm72xx: Condense two statements into one to improve code readability. by Navya Sri Nizamkari · 9 years ago
  5. c0f486f Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  6. 1b3e3aa PM / Kconfig: Replace PM_RUNTIME with PM in dependencies by Rafael J. Wysocki · 10 years ago
  7. edb3cc1 staging: gdm72xx: Remove useless cast on void pointer by Tapasweni Pathak · 10 years ago
  8. 35b042a staging: gdm72xx: Removed unnecesarry out of memory usage by Sarah Khan · 10 years ago
  9. 2e98f76 drivers: staging: gdm72xx: Removed unnecessary braces. by Gulsah Kose · 10 years ago
  10. 93f509a drivers: staging: gdm72xx: Removed unnecessary else expression. by Gulsah Kose · 10 years ago
  11. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  12. 75533a0 staging: gdm72xx: fix build errors by Greg Kroah-Hartman · 10 years ago
  13. f5439c6 staging: gdm72xx: replace print_hex_dump_debug() with dev_dbg() by Michalis Pappas · 10 years ago
  14. a01a56b staging: gdm72xx: remove debug code by Michalis Pappas · 10 years ago
  15. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  16. 1aa8ae7 staging: gdm72xx: reorder functions and remove forward declarations by Michalis Pappas · 10 years ago
  17. 7ba5822 staging: gdm72xx: move T_CAPABILITY definitions to hci.h by Michalis Pappas · 10 years ago
  18. cd687a4 staging: gdm72xx: Remove unnecessary memset of netdev private data by Tobias Klauser · 10 years ago
  19. b92274e staging: gdm72xx: Use net_device_stats from struct net_device by Tobias Klauser · 10 years ago
  20. 10ebe378 staging: gdm72xx: add help text to Kconfig by Ben Chan · 10 years ago
  21. 9b34519 staging: gdm72xx: remove unused code by Michalis Pappas · 10 years ago
  22. a8a175d staging: gdm72xx: clean up endianness conversions by Ben Chan · 10 years ago
  23. bbd500d staging: gdm72xx: use consistent style for header guards by Ben Chan · 10 years ago
  24. c047b44 staging: gdm72xx: use lower case for variable names for consistency by Ben Chan · 10 years ago
  25. e60cc3b staging: gdm72xx: use int instead of u32 whenever makes sense by Ben Chan · 10 years ago
  26. 8fea7d0 staging: gdm72xx: use bool instead of custom-defined BOOLEAN by Ben Chan · 10 years ago
  27. 0fbce84 staging: gdm72xx: return -EINVAL instead of BUG_ON for invalid data length by Ben Chan · 10 years ago
  28. 1cd683a staging: gdm72xx: remove blank lines after an open brace by Ben Chan · 10 years ago
  29. e7d374e staging: gdm72xx: fix block comment style by Ben Chan · 10 years ago
  30. a29b185 staging: gdm72xx: check return value of sscanf by Ben Chan · 10 years ago
  31. a3709f7 staging: gdm72xx: code cleanup by Davide Gianforte · 10 years ago
  32. 8a5e7b0 staging: gdm72xx: return values cleanup by Gengis Dave · 10 years ago
  33. 8a637aa staging: gdm72xx: Remove task from TODO list by Michalis Pappas · 10 years ago
  34. ac1a3bf staging: gdm72xx: Indentation and other whitespace fixes by Michalis Pappas · 10 years ago
  35. 39c511f staging: gdm72xx: Whitespace fixes to conform to coding standards by Michalis Pappas · 10 years ago
  36. b268666 staging: gdm72xx: Removed commented-out code by Michalis Pappas · 10 years ago
  37. 71fd11e staging: gdm72xx: Fix braces to conform with coding style by Michalis Pappas · 10 years ago
  38. 633c8a2 staging: gdm72xx: Fix some camel-case variables by Michalis Pappas · 10 years ago
  39. 522c6ff staging: gdm72xx: Move logical continuation to previous line to conform to coding style by Michalis Pappas · 10 years ago
  40. baad5ee staging: gdm72xx: Modify a struct allocation to match coding standards by Michalis Pappas · 10 years ago
  41. 917ab47 staging: gdm72xx: Replace comparisons on jiffies values with wrap-safe functions by Michalis Pappas · 10 years ago
  42. d0a3956 staging: gdm72xx: Remove unnecessary extern declarations from header files by Michalis Pappas · 10 years ago
  43. 3ce5861 staging: gdm72xx: remove completed TODO item by Kristina Martšenko · 10 years ago
  44. 8943a92 staging: gdm72xx: replace printk() and debug macros with dynamic debugging by Kristina Martšenko · 10 years ago
  45. 4db0243 staging: gdm72xx: use print_hex_dump_debug and remove debug macros by Kristina Martšenko · 10 years ago
  46. f10490e Staging: gdm72xx: Fix incorrect type in assignment in gdm_wimax.c by Monam Agarwal · 10 years ago
  47. b9225ca staging:gdm72xx: Fix unnecessary brace errors by Himangi Saraogi · 10 years ago
  48. d3a874e staging: gdm72xx: fix leaks at failure path in gdm_usb_probe() by Alexey Khoroshilov · 10 years ago
  49. 4b266e5 staging: gdm72xx: fix interruptible_sleep_on race by Arnd Bergmann · 11 years ago
  50. 885a947 staging: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  51. 0f4a97f staging: gdm72xx: Fix WARNING space prohibited before semicolon in gdm_qos.c by Masanari Iida · 11 years ago
  52. f2a6fed staging: gdm72xx: potential use after free in send_qos_list() by Dan Carpenter · 11 years ago
  53. e7400ab staging: gdm72xx: fix typos in Kconfig by Ben Chan · 11 years ago
  54. 82ba972 staging: gdm72xx: WIMAX_GDM72XX should depend on either USB or MMC by Ben Chan · 11 years ago
  55. 829455b Merge 3.10-rc3 into staging-next by Greg Kroah-Hartman · 11 years ago
  56. 9ef4090 gdm72xx: remove unnecessary cast in gdm_wimax.c by Xenia Ragiadakou · 11 years ago
  57. 98f541c USB: remove remaining instances of USB_SUSPEND by Alan Stern · 11 years ago
  58. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  59. c0352cb staging: gdm72xx: cancel work when driver unloads by Devendra Naga · 11 years ago
  60. b96dc46 gdm72xx: replace obsolete NLMSG_* with type safe nlmsg_* by Hong zhi guo · 11 years ago
  61. d385291 staging/gdm72xx: Remove duplicated code in gdm_qos.c by Peter Huewe · 11 years ago
  62. eb986df staging/gdm72xx: Remove unused variable in gdm_qos.c by Peter Huewe · 11 years ago
  63. a600053 staging/gdm72xx: Include corresponding header file (fix sparse warning) by Peter Huewe · 11 years ago
  64. 78110bb staging: Remove unnecessary OOM messages by Joe Perches · 11 years ago
  65. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  66. e143ef8 staging: gdm72xx: unlock on error in init_usb() by Dan Carpenter · 12 years ago
  67. c414467 kill daemonize() by Al Viro · 12 years ago
  68. 0df1a84 staging: gdm72xx: use %pI4 format to print IPv4 address and remove last usage of NIP6 by Shan Wei · 12 years ago
  69. a7e4a98 staging: gdm72xx: fix unused variable warning in gdm_usb_send by Ben Chan · 12 years ago
  70. 1a276b8 staging: gdm72xx: protect access of rx / tx structs by Ben Chan · 12 years ago
  71. 3800178 staging/gdm72xx: Use dev_ printks in usb_boot.c by YAMANE Toshiaki · 12 years ago
  72. a7d4683 staging/gdm72xx: Use dev_ printks in gdm_usb.c by YAMANE Toshiaki · 12 years ago
  73. 626e557 staging/gdm72xx: Use dev_ printks in sdio_boot.c by YAMANE Toshiaki · 12 years ago
  74. c9a796d staging/gdm72xx: Use dev_ printks in gdm_sdio.c by YAMANE Toshiaki · 12 years ago
  75. cade0fe staging/gdm72xx: Use netdev_ or pr_ printks in netlink_k.c by YAMANE Toshiaki · 12 years ago
  76. 2d83902 staging/gdm72xx: Use netdev_ or pr_ printks in gdm_qos.c by YAMANE Toshiaki · 12 years ago
  77. f57cee1 staging/gdm72xx: Use netdev_ or pr_ printks in gdm_wimax.c by YAMANE Toshiaki · 12 years ago
  78. 9e412a0 staging/gdm72xx: sdio_boot: replace firmware upgrade API by Macpaul Lin · 12 years ago
  79. 2874762 staging/gdm72xx: gdm_wimax: fix compile error when enable debug by Macpaul Lin · 12 years ago
  80. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  81. 3afcb91 staging/gdm72xx: usb_boot: replace firmware upgrade API in em_download by Macpaul Lin · 12 years ago
  82. 1839c7eb staging/gdm72xx: usb_boot: replace firmware upgrade API by Macpaul Lin · 12 years ago
  83. 443242d staging/gdm72xx: usb_boot: coding style cleanup by Macpaul Lin · 12 years ago
  84. 129575f staging: gdm72xx: simplify alloc_tx_struct and alloc_rx_struct by Ben Chan · 12 years ago
  85. 0d66002 staging/gdm72xx: gdm_usb coding style clean up by Macpaul Lin · 12 years ago
  86. 47ad342 drivers/staging/gdm72xx/gdm_sdio.c: Remove useless kfree by Peter Senna Tschudin · 12 years ago
  87. 13b2663 staging/gdm72xx: remove camel-case vars in gdm_qos by Macpaul Lin · 12 years ago
  88. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  89. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  90. 73295fe staging: gdm72xx: use list_move instead of list_del/list_add by Wei Yongjun · 12 years ago
  91. e5d2cb4 staging: gdm72xx: use list_move_tail instead of list_del/list_add_tail by Wei Yongjun · 12 years ago
  92. f1efd9f staging: gdm72xx: Fix bogus test by Alan Cox · 12 years ago
  93. 07ad99c staging: gdm72xx: use kzalloc to allocate usb_tx structure by Devendra Naga · 12 years ago
  94. 472aba5 staging: gdm72xx: fix reference counting in gdm_wimax_event_init by Ben Chan · 12 years ago
  95. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  96. 09fada5 slightly reduce lossage in gdm72xx by Al Viro · 12 years ago
  97. b13bc8d Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 12 years ago
  98. 9b90b71 staging/gdm72xx: coding style fixes gdm_qos.c by Devendra Naga · 12 years ago
  99. c2a1793 staging/gdm72xx: use kzalloc for phydev and sdev by Devendra Naga · 12 years ago
  100. 8df858e staging/gdm72xx: cleanup little at gdm_wimax_event_rcv by Devendra Naga · 12 years ago