1. a9e75a3 uwb: stop uwbd thread if rc->start() fails by David Vrabel · 15 years ago
  2. 3fafdd7 uwb: handle radio controller events with out-of-range IDs correctly by David Vrabel · 15 years ago
  3. b81c087 by Frank Leipold · 15 years ago
  4. 94d7217 uwb: event_size should be signed by Roel Kluin · 15 years ago
  5. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  6. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  7. 692105b trivial: fix typos/grammar errors in Kconfig texts by Matt LaPlante · 15 years ago
  8. 8f5140a uwb: lock rc->rsvs_lock with spin_lock_bh() by David Vrabel · 15 years ago
  9. dff243f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-upstream by David Vrabel · 15 years ago
  10. 7f46b13 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  11. c4a80d7 uwb: convert devices to net_device_ops by Stephen Hemminger · 15 years ago
  12. 04c470a uwb: remove unused #include <version.h>'s by Huang Weiyi · 15 years ago
  13. 2226b1c uwb: safely remove all reservations by David Vrabel · 15 years ago
  14. 8eb09d8 trivial: Fix misspelling of "firmware" in usb.c by Nick Andrew · 15 years ago
  15. b21a207 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-upstream by David Vrabel · 15 years ago
  16. 3af3730 uwb: remove beacon cache entry after calling uwb_notify() by Stefano Panella · 15 years ago
  17. a01777e uwb: remove unused include/linux/uwb/debug.h by David Vrabel · 15 years ago
  18. e43ace8 uwb: use print_hex_dump() by David Vrabel · 15 years ago
  19. bce8369 uwb: use dev_dbg() for debug messages by David Vrabel · 15 years ago
  20. 02f11ee uwb: fix memory leak in uwb_rc_notif() by David Vrabel · 15 years ago
  21. 671e470 uwb: fix oops when terminating an already terminated reservation by David Vrabel · 15 years ago
  22. 5b37717 uwb: improved MAS allocator and reservation conflict handling by Stefano Panella · 15 years ago
  23. dcc7461 wusb: add debug files for ASL, PZL and DI to the whci-hcd driver by David Vrabel · 15 years ago
  24. e4b49580f uwb: fix oops in debug PAL's reservation callback by David Vrabel · 15 years ago
  25. 5a4e1a7 uwb: clean up whci_wait_for() timeout error message by David Vrabel · 15 years ago
  26. 0996e63 uwb: remove unused beacon group join/leave events by David Vrabel · 16 years ago
  27. e8e1594 wlp: start/stop radio on network interface up/down by David Vrabel · 16 years ago
  28. 6fae35f uwb: add basic radio manager by David Vrabel · 16 years ago
  29. e17be2b uwb: add pal parameter to new reservation callback by David Vrabel · 16 years ago
  30. 58be81ed uwb: fix races between events and neh timers by David Vrabel · 16 years ago
  31. 307ba6d uwb: don't unbind the radio controller driver when resetting by David Vrabel · 16 years ago
  32. fec1a59 uwb: per-radio controller event thread and beacon cache by Stefano Panella · 16 years ago
  33. 6d5a681 uwb: add commands to add/remove IEs to the debug interface by Stefano Panella · 16 years ago
  34. c5995bd uwb: infrastructure for handling Relinquish Request IEs by Stefano Panella · 16 years ago
  35. ae9eba0 uwb: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  36. 7bc9149 uwb: remove unused #include <version.h> by Huang Weiyi · 16 years ago
  37. a20fd0a uwb: use the %pM formatting specifier in eda.c by Harvey Harrison · 16 years ago
  38. 1cde7f6 uwb: order IEs by element ID by David Vrabel · 16 years ago
  39. cae1c11 uwb: reference count reservations by David Vrabel · 16 years ago
  40. 6a4b587 uwb: target reservations shouldn't get streams by David Vrabel · 16 years ago
  41. c15895e uwb: wrong sizeof argument in mac address compare by Frank Leipold · 16 years ago
  42. 8092d7c uwb: don't use printk_ratelimit() so often by David Vrabel · 16 years ago
  43. 92c4d9b uwb: use kcalloc where appropriate by David Vrabel · 16 years ago
  44. 45c16cd uwb: use time_after() when purging stale beacons by David Vrabel · 16 years ago
  45. 6a7c3e4 uwb: depend on EXPERIMENTAL by David Vrabel · 16 years ago
  46. b60066c uwb: add symlinks in sysfs between radio controllers and PALs by David Vrabel · 16 years ago
  47. b63795f uwb: dont tranmit identification IEs by David Vrabel · 16 years ago
  48. b5784f1 uwb: i1480/GUWA100U: fix firmware download issues by Anderson Lizardo · 16 years ago
  49. 8c7e8cb8 uwb: i1480: remove MAC/PHY information checking function by Anderson Lizardo · 16 years ago
  50. fa21183 uwb: add Intel i1480 HWA to the UWB RC quirk table by Anderson Lizardo · 16 years ago
  51. e477a49 uwb: disable command/event filtering for D-Link DUB-1210 by Anderson Lizardo · 16 years ago
  52. 9d53b1b uwb: initialize the debug sub-system by David Vrabel · 16 years ago
  53. 9d83947 uwb: Fix handling IEs with empty IE data in uwb_est_get_size() by Anderson Lizardo · 16 years ago
  54. a21b963 uwb: add the i1480 WLP driver by Inaky Perez-Gonzalez · 16 years ago
  55. 1ba47da uwb: add the i1480 DFU driver by Inaky Perez-Gonzalez · 16 years ago
  56. 3b0c5a38 uwb: add WiMedia LLC Protocol (build system) by Greg Kroah-Hartman · 16 years ago
  57. 2f19204 uwb: add WiMedia LLC Protocol stack (WSS) by Reinette Chatre · 16 years ago
  58. e377e9d uwb: add WiMedia LLC Protocol stack (messages) by Reinette Chatre · 16 years ago
  59. f514485 uwb: add the WiMedia LLC Protocol stack by Reinette Chatre · 16 years ago
  60. de520b8 uwb: add HWA radio controller driver by Inaky Perez-Gonzalez · 16 years ago
  61. b6e0698 uwb: add whc-rc radio control driver by Inaky Perez-Gonzalez · 16 years ago
  62. 8f1b678 uwb: add the driver to enumerate WHCI capabilities by David Vrabel · 16 years ago
  63. da389ea uwb: add the umc bus by David Vrabel · 16 years ago
  64. 2f86c3e uwb: add the UWB stack (build system) by Greg Kroah-Hartman · 16 years ago
  65. 599e8d8 uwb: add the UWB stack (debug support) by David Vrabel · 16 years ago
  66. 8cc13a0 uwb: add the UWB stack (reservation manager) by David Vrabel · 16 years ago
  67. 22d203e uwb: add the UWB stack (MLME) by Inaky Perez-Gonzalez · 16 years ago
  68. 0612edf uwb: add the UWB stack (radio controller interface) by Inaky Perez-Gonzalez · 16 years ago
  69. 183b9b5 uwb: add the UWB stack (core files) by Inaky Perez-Gonzalez · 16 years ago