| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | uwb/i1480: add __init/__exit macros | Peter Huewe | 2010-02-05 | 1 | -2/+2 |
| |/ |
|
* | | Driver core: create lock/unlock functions for struct device | Greg Kroah-Hartman | 2010-03-08 | 2 | -4/+4 |
* | | Driver core: Constify struct sysfs_ops in struct kobj_type | Emese Revfy | 2010-03-08 | 1 | -2/+1 |
* | | driver-core: Add attribute argument to class_attribute show/store | Andi Kleen | 2010-03-08 | 1 | -1/+4 |
|/ |
|
* | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 2 | -2/+2 |
* | tree-wide: fix a very frequent spelling mistake | Dirk Hohndel | 2009-11-09 | 1 | -1/+1 |
* | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 1 | -0/+1 |
* | const: constify remaining file_operations | Alexey Dobriyan | 2009-10-02 | 1 | -3/+3 |
* | trivial: remove unnecessary semicolons | Joe Perches | 2009-09-21 | 1 | -1/+1 |
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2009-09-17 | 6 | -18/+17 |
|\ |
|
| * | uwb: avoid radio controller reset loops | David Vrabel | 2009-08-26 | 4 | -15/+14 |
| * | uwb: stop uwbd thread if rc->start() fails | David Vrabel | 2009-08-25 | 1 | -1/+1 |
| * | uwb: handle radio controller events with out-of-range IDs correctly | David Vrabel | 2009-08-25 | 1 | -2/+2 |
* | | driver model: constify attribute groups | David Brownell | 2009-09-15 | 1 | -1/+1 |
* | | uwb: convert to netdev_tx_t | Stephen Hemminger | 2009-09-01 | 2 | -2/+4 |
|/ |
|
* | uwb: allow WLP to be used with IPv6. | Frank Leipold | 2009-06-01 | 1 | -1/+1 |
* | uwb: event_size should be signed | Roel Kluin | 2009-06-01 | 1 | -1/+1 |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 1 | -2/+2 |
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 2009-04-07 | 1 | -2/+2 |
* | trivial: fix typos/grammar errors in Kconfig texts | Matt LaPlante | 2009-03-30 | 1 | -2/+2 |
* | uwb: lock rc->rsvs_lock with spin_lock_bh() | David Vrabel | 2009-01-23 | 2 | -4/+4 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Vrabel | 2009-01-22 | 6 | -27/+17 |
|\ |
|
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2009-01-08 | 1 | -1/+1 |
| |\ |
|
| | * | trivial: Fix misspelling of "firmware" in usb.c | Nick Andrew | 2009-01-06 | 1 | -1/+1 |
| * | | uwb: convert devices to net_device_ops | Stephen Hemminger | 2009-01-08 | 5 | -26/+16 |
| |/ |
|
* | | uwb: remove unused #include <version.h>'s | Huang Weiyi | 2009-01-07 | 1 | -1/+0 |
* | | uwb: safely remove all reservations | David Vrabel | 2009-01-06 | 1 | -4/+13 |
|/ |
|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Vrabel | 2009-01-02 | 1 | -9/+3 |
|\ |
|
| * | uwb: use the %pM formatting specifier in eda.c | Harvey Harrison | 2008-10-29 | 1 | -29/+9 |
* | | uwb: remove beacon cache entry after calling uwb_notify() | Stefano Panella | 2008-12-23 | 2 | -2/+2 |
* | | uwb: remove unused include/linux/uwb/debug.h | David Vrabel | 2008-12-22 | 5 | -5/+5 |
* | | uwb: use print_hex_dump() | David Vrabel | 2008-12-22 | 1 | -20/+1 |
* | | uwb: use dev_dbg() for debug messages | David Vrabel | 2008-12-22 | 20 | -691/+117 |
* | | uwb: fix memory leak in uwb_rc_notif() | David Vrabel | 2008-12-12 | 1 | -18/+1 |
* | | uwb: fix oops when terminating an already terminated reservation | David Vrabel | 2008-12-12 | 1 | -1/+2 |
* | | uwb: improved MAS allocator and reservation conflict handling | Stefano Panella | 2008-12-12 | 8 | -316/+1527 |
* | | wusb: add debug files for ASL, PZL and DI to the whci-hcd driver | David Vrabel | 2008-11-26 | 3 | -2/+19 |
* | | uwb: fix oops in debug PAL's reservation callback | David Vrabel | 2008-11-26 | 1 | -1/+1 |
* | | uwb: clean up whci_wait_for() timeout error message | David Vrabel | 2008-11-25 | 2 | -32/+8 |
* | | uwb: remove unused beacon group join/leave events | David Vrabel | 2008-11-19 | 1 | -16/+1 |
* | | wlp: start/stop radio on network interface up/down | David Vrabel | 2008-11-19 | 4 | -45/+25 |
* | | uwb: add basic radio manager | David Vrabel | 2008-11-19 | 11 | -69/+261 |
* | | uwb: add pal parameter to new reservation callback | David Vrabel | 2008-11-17 | 2 | -6/+6 |
* | | uwb: fix races between events and neh timers | David Vrabel | 2008-11-07 | 2 | -16/+35 |
* | | uwb: don't unbind the radio controller driver when resetting | David Vrabel | 2008-11-07 | 6 | -42/+151 |
* | | uwb: per-radio controller event thread and beacon cache | Stefano Panella | 2008-11-04 | 5 | -122/+80 |
* | | uwb: add commands to add/remove IEs to the debug interface | Stefano Panella | 2008-11-04 | 1 | -1/+19 |
* | | uwb: infrastructure for handling Relinquish Request IEs | Stefano Panella | 2008-11-04 | 4 | -0/+61 |
* | | uwb: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2008-10-31 | 2 | -3/+2 |
* | | uwb: remove unused #include <version.h> | Huang Weiyi | 2008-10-31 | 7 | -7/+0 |