| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-04-18 | uwb: fix error handling | Oliver Neukum | 1 | -1/+2 |
| 2012-04-18 | uwb: fix use of del_timer_sync() in interrupt | Oliver Neukum | 1 | -1/+11 |
| 2012-04-05 | simple_open: automatically convert to simple_open() | Stephen Boyd | 1 | -8/+1 |
| 2012-03-23 | uwb: use for_each_clear_bit() | Akinobu Mita | 1 | -4/+2 |
| 2012-01-09 | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+1 |
| 2012-01-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2011-12-09 | uwb: Use kcalloc instead of kzalloc to allocate array | Thomas Meyer | 1 | -1/+1 |
| 2011-12-02 | treewide: Fix typos in various parts of the kernel, and fix some comments. | Justin P. Mattock | 1 | -1/+1 |
| 2011-11-18 | USB: convert some miscellanies drivers to use module_usb_driver() | Greg Kroah-Hartman | 2 | -30/+2 |
| 2011-10-31 | uwb: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required | Paul Gortmaker | 12 | -0/+12 |
| 2011-10-31 | uwb: Add module.h to the real uwb modular users. | Paul Gortmaker | 2 | -0/+2 |
| 2011-10-31 | drivers/uwb: fix implicit use of stat.h | Paul Gortmaker | 2 | -0/+2 |
| 2011-09-15 | Remove unneeded version.h include from drivers/uwb/ | Jesper Juhl | 1 | -1/+0 |
| 2011-07-21 | uwb: Fix misspelling of neighbourhood in comment | Jesper Juhl | 1 | -1/+1 |
| 2011-06-10 | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 1 | -1/+1 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 5 | -7/+7 |
| 2011-02-25 | drivers:uwb:scan.c remove one to many l's in the word. | Justin P. Mattock | 1 | -1/+1 |
| 2010-12-16 | Merge branch 'usb-next' into musb-merge | Greg Kroah-Hartman | 3 | -7/+4 |
| 2010-12-03 | uwb: fix compiler warning on i1480_est_id_table | Namhyung Kim | 1 | -1/+1 |
| 2010-12-03 | uwb: fix compiler warning on whcrc_id_table | Namhyung Kim | 1 | -1/+1 |
| 2010-11-16 | drivers/uwb: Use printf extension %pR for struct resource | Joe Perches | 1 | -5/+2 |
| 2010-11-11 | UWB: Return UWB_RSV_ALLOC_NOT_FOUND rather than crashing on NULL dereference ... | Jesper Juhl | 1 | -1/+2 |
| 2010-10-25 | uwb: Remove the WLP subsystem and drivers | David Vrabel | 20 | -7803/+1 |
| 2010-10-22 | uwb: use '%pM' format to print MAC address | Andy Shevchenko | 2 | -9/+3 |
| 2010-06-16 | fix typos concerning "initiali[zs]e" | Uwe Kleine-König | 1 | -1/+1 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 29 | -0/+29 |
| 2010-03-19 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -51/+69 |
| 2010-03-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -3/+3 |
| 2010-03-07 | Driver core: create lock/unlock functions for struct device | Greg Kroah-Hartman | 2 | -4/+4 |
| 2010-03-07 | Driver core: Constify struct sysfs_ops in struct kobj_type | Emese Revfy | 1 | -2/+1 |
| 2010-03-07 | driver-core: Add attribute argument to class_attribute show/store | Andi Kleen | 1 | -1/+4 |
| 2010-02-25 | uwb: remove duplicate cpu_to_le16() | Dan Carpenter | 1 | -4/+2 |
| 2010-02-05 | tree-wide: fix 'lenght' typo in comments and code | Daniel Mack | 1 | -1/+1 |
| 2010-02-05 | uwb/i1480: add __init/__exit macros | Peter Huewe | 1 | -2/+2 |
| 2010-01-14 | uwb: declare MODULE_FIRMWARE() in i1480 DFU driver | Ben Hutchings | 1 | -0/+4 |
| 2010-01-14 | uwb: make USB device id table constant | Márton Németh | 2 | -2/+2 |
| 2010-01-11 | uwb: wlp: refactor wlp_get_<attribute>() macros | David Vrabel | 1 | -45/+61 |
| 2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2 | -2/+2 |
| 2009-11-09 | tree-wide: fix a very frequent spelling mistake | Dirk Hohndel | 1 | -1/+1 |
| 2009-10-11 | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 1 | -0/+1 |
| 2009-10-01 | const: constify remaining file_operations | Alexey Dobriyan | 1 | -3/+3 |
| 2009-09-21 | trivial: remove unnecessary semicolons | Joe Perches | 1 | -1/+1 |
| 2009-09-17 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 6 | -18/+17 |
| 2009-09-15 | driver model: constify attribute groups | David Brownell | 1 | -1/+1 |
| 2009-09-01 | uwb: convert to netdev_tx_t | Stephen Hemminger | 2 | -2/+4 |
| 2009-08-26 | uwb: avoid radio controller reset loops | David Vrabel | 4 | -15/+14 |
| 2009-08-25 | uwb: stop uwbd thread if rc->start() fails | David Vrabel | 1 | -1/+1 |
| 2009-08-25 | uwb: handle radio controller events with out-of-range IDs correctly | David Vrabel | 1 | -2/+2 |
| 2009-06-01 | uwb: allow WLP to be used with IPv6. | Frank Leipold | 1 | -1/+1 |
| 2009-06-01 | uwb: event_size should be signed | Roel Kluin | 1 | -1/+1 |
| 2009-04-07 | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 1 | -2/+2 |
| 2009-04-07 | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 1 | -2/+2 |
| 2009-03-30 | trivial: fix typos/grammar errors in Kconfig texts | Matt LaPlante | 1 | -2/+2 |
| 2009-01-23 | uwb: lock rc->rsvs_lock with spin_lock_bh() | David Vrabel | 2 | -4/+4 |
| 2009-01-22 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Vrabel | 6 | -27/+17 |
| 2009-01-08 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 1 | -1/+1 |
| 2009-01-07 | uwb: convert devices to net_device_ops | Stephen Hemminger | 5 | -26/+16 |
| 2009-01-07 | uwb: remove unused #include <version.h>'s | Huang Weiyi | 1 | -1/+0 |
| 2009-01-06 | uwb: safely remove all reservations | David Vrabel | 1 | -4/+13 |
| 2009-01-06 | trivial: Fix misspelling of "firmware" in usb.c | Nick Andrew | 1 | -1/+1 |
| 2009-01-02 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Vrabel | 1 | -9/+3 |
| 2008-12-23 | uwb: remove beacon cache entry after calling uwb_notify() | Stefano Panella | 2 | -2/+2 |
| 2008-12-22 | uwb: remove unused include/linux/uwb/debug.h | David Vrabel | 5 | -5/+5 |
| 2008-12-22 | uwb: use print_hex_dump() | David Vrabel | 1 | -20/+1 |
| 2008-12-22 | uwb: use dev_dbg() for debug messages | David Vrabel | 20 | -691/+117 |
| 2008-12-12 | uwb: fix memory leak in uwb_rc_notif() | David Vrabel | 1 | -18/+1 |
| 2008-12-12 | uwb: fix oops when terminating an already terminated reservation | David Vrabel | 1 | -1/+2 |
| 2008-12-12 | uwb: improved MAS allocator and reservation conflict handling | Stefano Panella | 8 | -316/+1527 |
| 2008-11-26 | wusb: add debug files for ASL, PZL and DI to the whci-hcd driver | David Vrabel | 3 | -2/+19 |
| 2008-11-26 | uwb: fix oops in debug PAL's reservation callback | David Vrabel | 1 | -1/+1 |
| 2008-11-25 | uwb: clean up whci_wait_for() timeout error message | David Vrabel | 2 | -32/+8 |
| 2008-11-19 | uwb: remove unused beacon group join/leave events | David Vrabel | 1 | -16/+1 |
| 2008-11-19 | wlp: start/stop radio on network interface up/down | David Vrabel | 4 | -45/+25 |
| 2008-11-19 | uwb: add basic radio manager | David Vrabel | 11 | -69/+261 |
| 2008-11-17 | uwb: add pal parameter to new reservation callback | David Vrabel | 2 | -6/+6 |
| 2008-11-07 | uwb: fix races between events and neh timers | David Vrabel | 2 | -16/+35 |
| 2008-11-07 | uwb: don't unbind the radio controller driver when resetting | David Vrabel | 6 | -42/+151 |
| 2008-11-04 | uwb: per-radio controller event thread and beacon cache | Stefano Panella | 5 | -122/+80 |
| 2008-11-04 | uwb: add commands to add/remove IEs to the debug interface | Stefano Panella | 1 | -1/+19 |
| 2008-11-04 | uwb: infrastructure for handling Relinquish Request IEs | Stefano Panella | 4 | -0/+61 |
| 2008-10-31 | uwb: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2 | -3/+2 |
| 2008-10-31 | uwb: remove unused #include <version.h> | Huang Weiyi | 7 | -7/+0 |
| 2008-10-28 | uwb: use the %pM formatting specifier in eda.c | Harvey Harrison | 1 | -29/+9 |
| 2008-10-28 | uwb: order IEs by element ID | David Vrabel | 5 | -362/+170 |
| 2008-10-28 | uwb: reference count reservations | David Vrabel | 2 | -19/+42 |
| 2008-10-28 | uwb: target reservations shouldn't get streams | David Vrabel | 1 | -2/+2 |
| 2008-10-20 | uwb: wrong sizeof argument in mac address compare | Frank Leipold | 1 | -1/+1 |
| 2008-10-16 | uwb: don't use printk_ratelimit() so often | David Vrabel | 6 | -64/+26 |
| 2008-10-15 | uwb: use kcalloc where appropriate | David Vrabel | 1 | -1/+1 |
| 2008-10-15 | uwb: use time_after() when purging stale beacons | David Vrabel | 1 | -3/+4 |
| 2008-09-17 | uwb: depend on EXPERIMENTAL | David Vrabel | 1 | -1/+2 |
| 2008-09-17 | uwb: add symlinks in sysfs between radio controllers and PALs | David Vrabel | 1 | -0/+20 |
| 2008-09-17 | uwb: dont tranmit identification IEs | David Vrabel | 3 | -36/+0 |
| 2008-09-17 | uwb: i1480/GUWA100U: fix firmware download issues | Anderson Lizardo | 3 | -15/+45 |
| 2008-09-17 | uwb: i1480: remove MAC/PHY information checking function | Anderson Lizardo | 2 | -101/+4 |
| 2008-09-17 | uwb: add Intel i1480 HWA to the UWB RC quirk table | Anderson Lizardo | 1 | -0/+3 |
| 2008-09-17 | uwb: disable command/event filtering for D-Link DUB-1210 | Anderson Lizardo | 1 | -2/+14 |
| 2008-09-17 | uwb: initialize the debug sub-system | David Vrabel | 1 | -0/+2 |
| 2008-09-17 | uwb: Fix handling IEs with empty IE data in uwb_est_get_size() | Anderson Lizardo | 1 | -1/+1 |
| 2008-09-17 | uwb: add the i1480 WLP driver | Inaky Perez-Gonzalez | 10 | -0/+2818 |
| 2008-09-17 | uwb: add the i1480 DFU driver | Inaky Perez-Gonzalez | 10 | -0/+1898 |
| 2008-09-17 | uwb: add WiMedia LLC Protocol (build system) | Greg Kroah-Hartman | 3 | -0/+18 |
| 2008-09-17 | uwb: add WiMedia LLC Protocol stack (WSS) | Reinette Chatre | 1 | -0/+1055 |
| 2008-09-17 | uwb: add WiMedia LLC Protocol stack (messages) | Reinette Chatre | 1 | -0/+1946 |
| 2008-09-17 | uwb: add the WiMedia LLC Protocol stack | Reinette Chatre | 6 | -0/+2388 |
| 2008-09-17 | uwb: add HWA radio controller driver | Inaky Perez-Gonzalez | 3 | -0/+924 |
| 2008-09-17 | uwb: add whc-rc radio control driver | Inaky Perez-Gonzalez | 3 | -1/+549 |
| 2008-09-17 | uwb: add the driver to enumerate WHCI capabilities | David Vrabel | 2 | -1/+270 |
| 2008-09-17 | uwb: add the umc bus | David Vrabel | 4 | -0/+359 |
| 2008-09-17 | uwb: add the UWB stack (build system) | Greg Kroah-Hartman | 2 | -0/+48 |
| 2008-09-17 | uwb: add the UWB stack (debug support) | David Vrabel | 1 | -0/+367 |
| 2008-09-17 | uwb: add the UWB stack (reservation manager) | David Vrabel | 4 | -0/+1661 |
| 2008-09-17 | uwb: add the UWB stack (MLME) | Inaky Perez-Gonzalez | 4 | -0/+1721 |
| 2008-09-17 | uwb: add the UWB stack (radio controller interface) | Inaky Perez-Gonzalez | 3 | -0/+1463 |
| 2008-09-17 | uwb: add the UWB stack (core files) | Inaky Perez-Gonzalez | 6 | -0/+1939 |