aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/core-cdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-09firewire: cdev: fix user memory corruption (i386 userland on amd64 kernel)Stefan Richter1-2/+2
2012-04-17firewire: core: fix DMA mapping directionStefan Richter1-10/+41
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-18firewire: allow explicit flushing of iso packet completionsClemens Ladisch1-0/+12
2012-03-18firewire: prevent dropping of completed iso packet header dataClemens Ladisch1-1/+1
2012-02-22firewire: core: prefix log messages with card nameStefan Richter1-5/+5
2011-08-12firewire: cdev: fix 32 bit userland on 64 bit kernel compat corner casesStefan Richter1-3/+21
2011-07-16firewire: cdev: prevent race between first get_info ioctl and bus reset event queuingStefan Richter1-8/+10
2011-07-16firewire: cdev: return -ENOTTY for unimplemented ioctls, not -EINVALStefan Richter1-1/+1
2011-05-10firewire: sbp2: parallelize login, reconnect, logoutStefan Richter1-1/+1
2011-05-10firewire: core: use non-reentrant workqueue with rescuerStefan Richter1-1/+1
2011-05-10firewire: optimize iso queueing by setting wake only after the last packetClemens Ladisch1-0/+1
2011-05-10firewire: octlet AT payloads can be stack-allocatedStefan Richter1-3/+1
2011-01-23firewire: core: fix card->reset_jiffies overflowClemens Ladisch1-1/+2
2011-01-23firewire: cdev: remove unneeded referenceClemens Ladisch1-5/+0
2011-01-23firewire: cdev: always wait for outbound transactions to completeClemens Ladisch1-14/+28
2011-01-23firewire: cdev: remove unneeded idr_find() from complete_transaction()Clemens Ladisch1-7/+1
2010-12-13firewire: make PHY packet header format consistentClemens Ladisch1-3/+4
2010-08-02Merge firewire branches to be released post v2.6.35Stefan Richter1-82/+327
2010-07-29firewire: add isochronous multichannel receptionStefan Richter1-21/+72
2010-07-29firewire: core: small clarifications in core-cdevStefan Richter1-6/+6
2010-07-29firewire: core: remove unused codeStefan Richter1-6/+2
2010-07-23firewire: cdev: improve FW_CDEV_IOC_ALLOCATEStefan Richter1-3/+9
2010-07-23firewire: cdev: add PHY pingingStefan Richter1-3/+6
2010-07-23firewire: cdev: add PHY packet receptionStefan Richter1-5/+68
2010-07-23firewire: cdev: add PHY packet transmissionStefan Richter1-0/+64
2010-07-23firewire: core: use C99 initializer in array of ioctl handlersStefan Richter1-21/+21
2010-07-13firewire: core: integrate software-forced bus resets with bus managementStefan Richter1-1/+2
2010-07-13firewire: core: ensure some userspace API constants match corresponding kernel API constantsStefan Richter1-0/+11
2010-07-13firewire: cdev: check write quadlet request length to avoid buffer overflowClemens Ladisch1-0/+4
2010-07-08firewire: cdev: fix fw_cdev_event_bus_reset.bm_node_idStefan Richter1-1/+1
2010-06-20firewire: cdev: fix ABI for FCP and address range mapping, add fw_cdev_event_request2Stefan Richter1-9/+36
2010-06-20firewire: cdev: freeze FW_CDEV_VERSION due to libraw1394 bugStefan Richter1-1/+6
2010-06-20firewire: cdev: count references of cards during inbound transactionsStefan Richter1-0/+8
2010-06-20firewire: cdev: fix responses to nodes at different cardJay Fenlason1-3/+4
2010-06-20firewire: cdev: fix race in iso context creationClemens Ladisch1-5/+8
2010-06-20firewire: remove an unused function argumentStefan Richter1-2/+1
2010-06-20firewire: core: remove an unnecessary zero initializationStefan Richter1-1/+1
2010-06-19firewire: rename CSR access driver methodsStefan Richter1-1/+1
2010-06-10firewire: add read_csr_reg driver callbackClemens Ladisch1-1/+1
2010-06-09firewire: check cdev response lengthClemens Ladisch1-3/+6
2010-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-4/+4
2010-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-10/+13
2010-04-10firewire: cdev: mark char device files as not seekableStefan Richter1-4/+4
2010-04-10firewire: cdev: fix information leakStefan Richter1-9/+9
2010-04-10firewire: cdev: require quadlet-aligned headers for transmit packetsClemens Ladisch1-0/+2
2010-04-10firewire: cdev: disallow receive packets without headerClemens Ladisch1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-24firewire: core: combine a bit of repeated codeStefan Richter1-12/+5
2010-02-24firewire: core: change type of a data bufferStefan Richter1-173/+152