aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-cdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-24firewire: cdev: add closure to async stream ioctlStefan Richter1-27/+19
2009-03-24firewire: cdev: simplify FW_CDEV_IOC_SEND_REQUEST return valueStefan Richter1-8/+4
2009-03-24firewire: cdev: fix race of ioctl_send_request with bus resetStefan Richter1-1/+1
2009-03-24firewire: cdev: secure add_descriptor ioctlStefan Richter1-0/+8
2009-03-24firewire: cdev: amendment to "add ioctl to query maximum transmission speed"Stefan Richter1-5/+6
2009-03-24firewire: implement asynchronous stream transmissionJay Fenlason1-0/+33
2009-03-24firewire: cdev: simplify a schedule_delayed_work wrapperStefan Richter1-12/+6
2009-03-24firewire: cdev: add ioctls for iso resource management, amendmentStefan Richter1-1/+1
2009-03-24firewire: cdev: shut down iso context before freeing the bufferStefan Richter1-3/+3
2009-03-24firewire: cdev: replace some spin_lock_irqsave by spin_lock_irqStefan Richter1-12/+8
2009-03-24firewire: cdev: extend transaction payload size checkStefan Richter1-3/+2
2009-03-24firewire: cdev: restrict broadcast write requests to Units SpaceStefan Richter1-0/+4
2009-03-24firewire: cdev: add ioctl for broadcast write requestsJay Fenlason, Stefan Richter1-27/+47
2009-03-24firewire: cdev: add ioctl to query maximum transmission speedStefan Richter1-0/+10
2009-03-24firewire: cdev: add ioctls for manual iso resource managementStefan Richter1-13/+54
2009-03-24firewire: cdev: add ioctls for isochronous resource managementJay Fenlason, Stefan Richter1-1/+214
2009-03-24firewire: cdev: sort includesStefan Richter1-13/+15
2009-03-24firewire: cdev: unify names of struct types and of their instancesStefan Richter1-168/+169
2009-03-24firewire: cdev: reference-count client instancesStefan Richter1-9/+46
2009-03-24firewire: cdev: use list_first_entryStefan Richter1-1/+1
2009-03-24firewire: remove line breaks before function namesStefan Richter1-51/+37
2009-03-24firewire: standardize a variable nameStefan Richter1-22/+22
2009-03-24firewire: cdev: address handler input validationStefan Richter1-2/+3
2009-03-24firewire: cdev: use an idr rather than a linked list for resourcesJay Fenlason1-51/+114
2009-03-24firewire: cdev: fix race of fw_device_op_release with bus resetStefan Richter1-4/+4
2009-03-24firewire: cdev: tcodes input validationStefan Richter1-2/+25
2009-03-24firewire: convert client_list_lock to mutexStefan Richter1-12/+8
2009-03-24firewire: add a client_list_lockJay Fenlason1-15/+13
2008-10-15firewire: fix ioctl() return codeStefan Richter1-1/+1
2008-10-15firewire: fix setting tag and sy in iso transmissionStefan Richter1-2/+2
2008-08-02firewire: Preserve response data alignment bug when it is harmlessDavid Moore1-9/+20
2008-07-20firewire: queue the right number of dataJiSheng Zhang1-3/+3
2008-06-19firewire: fill_bus_reset_event needs lock protectionStefan Richter1-2/+7
2008-05-20firewire: prevent userspace from accessing shut down devicesJay Fenlason1-0/+14
2008-04-18firewire: reread config ROM when device reset the busStefan Richter1-3/+10
2008-02-21firewire: fix NULL pointer deref. and resource leakStefan Richter1-2/+7
2008-02-16firewire: fix "kobject_add failed for fw* with -EEXIST"Stefan Richter1-3/+5
2008-01-30firewire: enforce access order between generation and node ID, fix "giving up on config rom"Stefan Richter1-0/+1
2008-01-30firewire: fw-cdev: use device generation, not card generationStefan Richter1-1/+1
2007-10-17firewire: fw-cdev: reorder wakeup vs. spinlockJay Fenlason1-3/+2
2007-10-17firewire: adopt read cycle timer ABI from raw1394Stefan Richter1-0/+26
2007-10-17firewire: fw-core: local variable shadows a global oneStefan Richter1-11/+10
2007-10-14fw-cdev __user annotationsAl Viro1-2/+3
2007-07-10firewire: support S100B...S400B and link slower than PHYStefan Richter1-1/+1
2007-06-21firewire: Only set client->iso_context if allocation was successful.Kristian Høgsberg1-8/+11
2007-05-31firewire: Change struct fw_cdev_iso_packet to not use bitfields.Kristian Høgsberg1-1/+16
2007-05-27firewire: fix return codeJeff Garzik1-1/+1
2007-05-10firewire: Always use parens with sizeof.Kristian Høgsberg1-18/+18
2007-05-10firewire: Clean up comment style.Kristian Høgsberg1-13/+20
2007-04-30firewire: Rename fw-device-cdev.c to fw-cdev.c and move header to include/linux.Kristian Høgsberg1-0/+954