summaryrefslogtreecommitdiffstats
path: root/drivers/uwb
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-042-2/+2
* tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-091-1/+1
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-3/+3
* trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2009-09-176-18/+17
|\
| * uwb: avoid radio controller reset loopsDavid Vrabel2009-08-264-15/+14
| * uwb: stop uwbd thread if rc->start() failsDavid Vrabel2009-08-251-1/+1
| * uwb: handle radio controller events with out-of-range IDs correctlyDavid Vrabel2009-08-251-2/+2
* | driver model: constify attribute groupsDavid Brownell2009-09-151-1/+1
* | uwb: convert to netdev_tx_tStephen Hemminger2009-09-012-2/+4
|/
* uwb: allow WLP to be used with IPv6.Frank Leipold2009-06-011-1/+1
* uwb: event_size should be signedRoel Kluin2009-06-011-1/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante2009-03-301-2/+2
* uwb: lock rc->rsvs_lock with spin_lock_bh()David Vrabel2009-01-232-4/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel2009-01-226-27/+17
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-01-081-1/+1
| |\
| | * trivial: Fix misspelling of "firmware" in usb.cNick Andrew2009-01-061-1/+1
| * | uwb: convert devices to net_device_opsStephen Hemminger2009-01-075-26/+16
| |/
* | uwb: remove unused #include <version.h>'sHuang Weiyi2009-01-071-1/+0
* | uwb: safely remove all reservationsDavid Vrabel2009-01-061-4/+13
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel2009-01-021-9/+3
|\
| * uwb: use the %pM formatting specifier in eda.cHarvey Harrison2008-10-281-29/+9
* | uwb: remove beacon cache entry after calling uwb_notify()Stefano Panella2008-12-232-2/+2
* | uwb: remove unused include/linux/uwb/debug.hDavid Vrabel2008-12-225-5/+5
* | uwb: use print_hex_dump()David Vrabel2008-12-221-20/+1
* | uwb: use dev_dbg() for debug messagesDavid Vrabel2008-12-2220-691/+117
* | uwb: fix memory leak in uwb_rc_notif()David Vrabel2008-12-121-18/+1
* | uwb: fix oops when terminating an already terminated reservationDavid Vrabel2008-12-121-1/+2
* | uwb: improved MAS allocator and reservation conflict handlingStefano Panella2008-12-128-316/+1527
* | wusb: add debug files for ASL, PZL and DI to the whci-hcd driverDavid Vrabel2008-11-263-2/+19
* | uwb: fix oops in debug PAL's reservation callbackDavid Vrabel2008-11-261-1/+1
* | uwb: clean up whci_wait_for() timeout error messageDavid Vrabel2008-11-252-32/+8
* | uwb: remove unused beacon group join/leave eventsDavid Vrabel2008-11-191-16/+1
* | wlp: start/stop radio on network interface up/downDavid Vrabel2008-11-194-45/+25
* | uwb: add basic radio managerDavid Vrabel2008-11-1911-69/+261
* | uwb: add pal parameter to new reservation callbackDavid Vrabel2008-11-172-6/+6
* | uwb: fix races between events and neh timersDavid Vrabel2008-11-072-16/+35
* | uwb: don't unbind the radio controller driver when resettingDavid Vrabel2008-11-076-42/+151
* | uwb: per-radio controller event thread and beacon cacheStefano Panella2008-11-045-122/+80
* | uwb: add commands to add/remove IEs to the debug interfaceStefano Panella2008-11-041-1/+19
* | uwb: infrastructure for handling Relinquish Request IEsStefano Panella2008-11-044-0/+61
* | uwb: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-10-312-3/+2
* | uwb: remove unused #include <version.h>Huang Weiyi2008-10-317-7/+0
* | uwb: order IEs by element IDDavid Vrabel2008-10-285-362/+170
* | uwb: reference count reservationsDavid Vrabel2008-10-282-19/+42
* | uwb: target reservations shouldn't get streamsDavid Vrabel2008-10-281-2/+2
|/
* uwb: wrong sizeof argument in mac address compareFrank Leipold2008-10-201-1/+1
OpenPOWER on IntegriCloud