aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uwb (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-3/+3
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-17Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwbLinus Torvalds6-18/+17
2009-09-15driver model: constify attribute groupsDavid Brownell1-1/+1
2009-09-01uwb: convert to netdev_tx_tStephen Hemminger2-2/+4
2009-08-26uwb: avoid radio controller reset loopsDavid Vrabel4-15/+14
2009-08-25uwb: stop uwbd thread if rc->start() failsDavid Vrabel1-1/+1
2009-08-25uwb: handle radio controller events with out-of-range IDs correctlyDavid Vrabel1-2/+2
2009-06-01uwb: allow WLP to be used with IPv6.Frank Leipold1-1/+1
2009-06-01uwb: event_size should be signedRoel Kluin1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante1-2/+2
2009-01-23uwb: lock rc->rsvs_lock with spin_lock_bh()David Vrabel2-4/+4
2009-01-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-upstreamDavid Vrabel6-27/+17
2009-01-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+1
2009-01-07uwb: convert devices to net_device_opsStephen Hemminger5-26/+16
2009-01-07uwb: remove unused #include <version.h>'sHuang Weiyi1-1/+0
2009-01-06uwb: safely remove all reservationsDavid Vrabel1-4/+13
2009-01-06trivial: Fix misspelling of "firmware" in usb.cNick Andrew1-1/+1
2009-01-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-upstreamDavid Vrabel1-9/+3
2008-12-23uwb: remove beacon cache entry after calling uwb_notify()Stefano Panella2-2/+2
2008-12-22uwb: remove unused include/linux/uwb/debug.hDavid Vrabel5-5/+5
2008-12-22uwb: use print_hex_dump()David Vrabel1-20/+1
2008-12-22uwb: use dev_dbg() for debug messagesDavid Vrabel20-691/+117
2008-12-12uwb: fix memory leak in uwb_rc_notif()David Vrabel1-18/+1
2008-12-12uwb: fix oops when terminating an already terminated reservationDavid Vrabel1-1/+2
2008-12-12uwb: improved MAS allocator and reservation conflict handlingStefano Panella8-316/+1527
2008-11-26wusb: add debug files for ASL, PZL and DI to the whci-hcd driverDavid Vrabel3-2/+19
2008-11-26uwb: fix oops in debug PAL's reservation callbackDavid Vrabel1-1/+1
2008-11-25uwb: clean up whci_wait_for() timeout error messageDavid Vrabel2-32/+8
2008-11-19uwb: remove unused beacon group join/leave eventsDavid Vrabel1-16/+1
2008-11-19wlp: start/stop radio on network interface up/downDavid Vrabel4-45/+25
2008-11-19uwb: add basic radio managerDavid Vrabel11-69/+261
2008-11-17uwb: add pal parameter to new reservation callbackDavid Vrabel2-6/+6
2008-11-07uwb: fix races between events and neh timersDavid Vrabel2-16/+35
2008-11-07uwb: don't unbind the radio controller driver when resettingDavid Vrabel6-42/+151
2008-11-04uwb: per-radio controller event thread and beacon cacheStefano Panella5-122/+80
2008-11-04uwb: add commands to add/remove IEs to the debug interfaceStefano Panella1-1/+19
2008-11-04uwb: infrastructure for handling Relinquish Request IEsStefano Panella4-0/+61
2008-10-31uwb: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2-3/+2
2008-10-31uwb: remove unused #include <version.h>Huang Weiyi7-7/+0
2008-10-28uwb: use the %pM formatting specifier in eda.cHarvey Harrison1-29/+9
2008-10-28uwb: order IEs by element IDDavid Vrabel5-362/+170
2008-10-28uwb: reference count reservationsDavid Vrabel2-19/+42
2008-10-28uwb: target reservations shouldn't get streamsDavid Vrabel1-2/+2
2008-10-20uwb: wrong sizeof argument in mac address compareFrank Leipold1-1/+1
2008-10-16uwb: don't use printk_ratelimit() so oftenDavid Vrabel6-64/+26
2008-10-15uwb: use kcalloc where appropriateDavid Vrabel1-1/+1
2008-10-15uwb: use time_after() when purging stale beaconsDavid Vrabel1-3/+4