1. f7a8719 uwb: adds missing error handling by Daeseok Youn · 10 years ago
  2. 1fc671b uwb: move mutex_lock to error case in uwbd_evt_handle_rc_bp_slot_change by Thomas Pugliese · 11 years ago
  3. bf359df uwb: use uwb_rsv_callback instead of calling rsv->callback directly by Thomas Pugliese · 11 years ago
  4. 67d0fb2 uwb: whitespace and comment cleanups by Thomas Pugliese · 11 years ago
  5. f79833a uwb: add debug prints during channel change and beacon actions by Thomas Pugliese · 11 years ago
  6. 1ce0fd1 uwb: umc-dev: add missing put_device call by Levente Kurusa · 11 years ago
  7. 0d4e5be uwb: Use dev_is_pci() to check whether it is pci device by Yijing Wang · 11 years ago
  8. 0324e74 Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  9. 2fc74ac UWB: clean up attribute use by using ATTRIBUTE_GROUPS() by Greg Kroah-Hartman · 11 years ago
  10. 1b60403 uwb: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  11. 67e51ec uwb: Staticize local symbols by Jingoo Han · 11 years ago
  12. fbbde074 UWB: fix sysfs warning on HWA device unplug. by Thomas Pugliese · 11 years ago
  13. c654ecb HWA RC: fix a kernel panic when unplugging the HWA dongle by Thomas Pugliese · 11 years ago
  14. 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 11 years ago
  15. a899575 USB: HWA: fix device probe failure by Thomas Pugliese · 11 years ago
  16. 3e6159e UWB: HWA: add support for Alereon 5310 and 5611 devices by Thomas Pugliese · 11 years ago
  17. 021ad86 uwb: use %*ph specifier to dump buffer by Andy Shevchenko · 11 years ago
  18. 3138887 usb: uwb: use correct locking calls for rc data by tpugliese · 11 years ago
  19. c0c6e07 uwb/whci: Use module_pci_driver to register driver by Peter Huewe · 11 years ago
  20. 7878202 uwb: rename random32() to prandom_u32() by Akinobu Mita · 11 years ago
  21. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 11 years ago
  22. ffa5c41 uwb: fix uwb_dev_unlock() missed at an error path in uwb_rc_cmd_async() by Alexey Khoroshilov · 12 years ago
  23. 73050d7 drivers/uwb: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  24. b717727 umc-bus.c: fix usage of device_trylock by Claudio Scordino · 12 years ago
  25. 5bd7b41 uwb: fix error handling by Oliver Neukum · 12 years ago
  26. 9426cd0 uwb: fix use of del_timer_sync() in interrupt by Oliver Neukum · 12 years ago
  27. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 12 years ago
  28. 1a07cbb uwb: use for_each_clear_bit() by Akinobu Mita · 12 years ago
  29. 55b81e6 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  30. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  31. a451eaf uwb: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 13 years ago
  32. 42b2aa8 treewide: Fix typos in various parts of the kernel, and fix some comments. by Justin P. Mattock · 13 years ago
  33. fe74848 USB: convert some miscellanies drivers to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  34. 475c0a6 uwb: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required by Paul Gortmaker · 13 years ago
  35. c7394efc uwb: Add module.h to the real uwb modular users. by Paul Gortmaker · 13 years ago
  36. 0b99208 drivers/uwb: fix implicit use of stat.h by Paul Gortmaker · 13 years ago
  37. 1292208 Remove unneeded version.h include from drivers/uwb/ by Jesper Juhl · 13 years ago
  38. 06b72d0 uwb: Fix misspelling of neighbourhood in comment by Jesper Juhl · 13 years ago
  39. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  40. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  41. 601e72a drivers:uwb:scan.c remove one to many l's in the word. by Justin P. Mattock · 13 years ago
  42. 36facad Merge branch 'usb-next' into musb-merge by Greg Kroah-Hartman · 14 years ago
  43. 16350a7 uwb: fix compiler warning on i1480_est_id_table by Namhyung Kim · 14 years ago
  44. fc33b0e uwb: fix compiler warning on whcrc_id_table by Namhyung Kim · 14 years ago
  45. 7189ba9 drivers/uwb: Use printf extension %pR for struct resource by Joe Perches · 14 years ago
  46. 793b623 UWB: Return UWB_RSV_ALLOC_NOT_FOUND rather than crashing on NULL dereference if kzalloc fails by Jesper Juhl · 14 years ago
  47. 446396b uwb: Remove the WLP subsystem and drivers by David Vrabel · 14 years ago
  48. d3134c3 uwb: use '%pM' format to print MAC address by Andy Shevchenko · 14 years ago
  49. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  50. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  51. b50df7d Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwb by Linus Torvalds · 14 years ago
  52. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  53. 8e9394c Driver core: create lock/unlock functions for struct device by Greg Kroah-Hartman · 14 years ago
  54. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 15 years ago
  55. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 15 years ago
  56. bcf59e2 uwb: remove duplicate cpu_to_le16() by Dan Carpenter · 14 years ago
  57. 1537a36 tree-wide: fix 'lenght' typo in comments and code by Daniel Mack · 14 years ago
  58. 473a72a uwb/i1480: add __init/__exit macros by Peter Huewe · 15 years ago
  59. 35fb2a8 uwb: declare MODULE_FIRMWARE() in i1480 DFU driver by Ben Hutchings · 15 years ago
  60. 34446d0 uwb: make USB device id table constant by Márton Németh · 15 years ago
  61. 145434b uwb: wlp: refactor wlp_get_<attribute>() macros by David Vrabel · 15 years ago
  62. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  63. 06fe9fb tree-wide: fix a very frequent spelling mistake by Dirk Hohndel · 15 years ago
  64. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  65. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  66. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  67. 3aee060 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwb by Linus Torvalds · 15 years ago
  68. a4dbd67 driver model: constify attribute groups by David Brownell · 15 years ago
  69. 3a27c14 uwb: convert to netdev_tx_t by Stephen Hemminger · 15 years ago
  70. 0396c21 uwb: avoid radio controller reset loops by David Vrabel · 15 years ago
  71. a9e75a3 uwb: stop uwbd thread if rc->start() fails by David Vrabel · 15 years ago
  72. 3fafdd7 uwb: handle radio controller events with out-of-range IDs correctly by David Vrabel · 15 years ago
  73. b81c087 by Frank Leipold · 15 years ago
  74. 94d7217 uwb: event_size should be signed by Roel Kluin · 15 years ago
  75. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  76. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  77. 692105b trivial: fix typos/grammar errors in Kconfig texts by Matt LaPlante · 15 years ago
  78. 8f5140a uwb: lock rc->rsvs_lock with spin_lock_bh() by David Vrabel · 16 years ago
  79. dff243f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-upstream by David Vrabel · 16 years ago
  80. 7f46b13 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  81. c4a80d7 uwb: convert devices to net_device_ops by Stephen Hemminger · 16 years ago
  82. 04c470a uwb: remove unused #include <version.h>'s by Huang Weiyi · 16 years ago
  83. 2226b1c uwb: safely remove all reservations by David Vrabel · 16 years ago
  84. 8eb09d8 trivial: Fix misspelling of "firmware" in usb.c by Nick Andrew · 16 years ago
  85. b21a207 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-upstream by David Vrabel · 16 years ago
  86. 3af3730 uwb: remove beacon cache entry after calling uwb_notify() by Stefano Panella · 16 years ago
  87. a01777e uwb: remove unused include/linux/uwb/debug.h by David Vrabel · 16 years ago
  88. e43ace8 uwb: use print_hex_dump() by David Vrabel · 16 years ago
  89. bce8369 uwb: use dev_dbg() for debug messages by David Vrabel · 16 years ago
  90. 02f11ee uwb: fix memory leak in uwb_rc_notif() by David Vrabel · 16 years ago
  91. 671e470 uwb: fix oops when terminating an already terminated reservation by David Vrabel · 16 years ago
  92. 5b37717 uwb: improved MAS allocator and reservation conflict handling by Stefano Panella · 16 years ago
  93. dcc7461 wusb: add debug files for ASL, PZL and DI to the whci-hcd driver by David Vrabel · 16 years ago
  94. e4b49580f uwb: fix oops in debug PAL's reservation callback by David Vrabel · 16 years ago
  95. 5a4e1a7 uwb: clean up whci_wait_for() timeout error message by David Vrabel · 16 years ago
  96. 0996e63 uwb: remove unused beacon group join/leave events by David Vrabel · 16 years ago
  97. e8e1594 wlp: start/stop radio on network interface up/down by David Vrabel · 16 years ago
  98. 6fae35f uwb: add basic radio manager by David Vrabel · 16 years ago
  99. e17be2b uwb: add pal parameter to new reservation callback by David Vrabel · 16 years ago
  100. 58be81ed uwb: fix races between events and neh timers by David Vrabel · 16 years ago