aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/core-cdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-02Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds1-1/+2
2019-11-13firewire: core: code cleanup after vm_map_pages_zero introductionStefan Richter1-1/+2
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann1-11/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-08-17firewire: use 64-bit time_t based interfacesArnd Bergmann1-4/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox1-2/+1
2016-03-22firewire: use in_compat_syscall to check ioctl compatnessAndy Lutomirski1-2/+2
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2014-11-14firewire: cdev: prevent kernel stack leaking into ioctl argumentsStefan Richter1-2/+1
2014-06-12firewire: Use ktime_get_ts()Thomas Gleixner1-3/+3
2013-07-30firewire: core: typecast from gfp_t to bool more safelyStefan Richter1-1/+1
2013-07-27firewire: fix libdc1394/FlyCap2 iso event regressionClemens Ladisch1-0/+3
2013-04-28firewire: remove unnecessary alloc/OOM messagesStefan Richter1-15/+9
2013-04-28firewire: core: remove an always false testStefan Richter1-2/+1
2013-02-27firewire: convert to idr_alloc()Tejun Heo1-9/+10
2013-02-27firewire: don't use idr_remove_all()Tejun Heo1-1/+0
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