summaryrefslogtreecommitdiffstats
path: root/drivers/uwb
Commit message (Expand)AuthorAgeFilesLines
* 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
* uwb: don't use printk_ratelimit() so oftenDavid Vrabel2008-10-166-64/+26
* uwb: use kcalloc where appropriateDavid Vrabel2008-10-151-1/+1
* uwb: use time_after() when purging stale beaconsDavid Vrabel2008-10-151-3/+4
* uwb: depend on EXPERIMENTALDavid Vrabel2008-09-171-1/+2
* uwb: add symlinks in sysfs between radio controllers and PALsDavid Vrabel2008-09-171-0/+20
* uwb: dont tranmit identification IEsDavid Vrabel2008-09-173-36/+0
* uwb: i1480/GUWA100U: fix firmware download issuesAnderson Lizardo2008-09-173-15/+45
* uwb: i1480: remove MAC/PHY information checking functionAnderson Lizardo2008-09-172-101/+4
* uwb: add Intel i1480 HWA to the UWB RC quirk tableAnderson Lizardo2008-09-171-0/+3
* uwb: disable command/event filtering for D-Link DUB-1210Anderson Lizardo2008-09-171-2/+14
* uwb: initialize the debug sub-systemDavid Vrabel2008-09-171-0/+2