summaryrefslogtreecommitdiff
path: root/drivers/firewire/core-cdev.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-30firewire: cdev: implement new event relevant to phy packet with time stampTakashi Sakamoto1-22/+68
2023-05-30firewire: cdev: code refactoring to dispatch event for phy packetTakashi Sakamoto1-27/+51
2023-05-30firewire: cdev: implement new event to notify response subaction with time stampTakashi Sakamoto1-31/+65
2023-05-30firewire: cdev: code refactoring to operate event of responseTakashi Sakamoto1-12/+15
2023-05-30firewire: cdev: implement new event to notify request subaction with time stampTakashi Sakamoto1-1/+17
2023-05-30firewire: cdev: add new version of ABI to notify time stamp at request/respon...Takashi Sakamoto1-0/+1
2023-01-23firewire: cdev: use single object to dispatch event for request to IEC 61883-...Takashi Sakamoto1-16/+9
2023-01-23firewire: cdev: obsolete NULL check to detect IEC 61883-1 FCP regionTakashi Sakamoto1-9/+7
2023-01-23firewire: core: use kref structure to maintain lifetime of data for fw_reques...Takashi Sakamoto1-2/+2
2023-01-17firewire: fix memory leak for payload of request subaction to IEC 61883-1 FCP...Takashi Sakamoto1-1/+3
2022-06-17firewire: cdev: fix potential leak of kernel stack due to uninitialized valueTakashi Sakamoto1-1/+1
2022-05-23Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+3
2022-04-25firewire: fix potential uaf in outbound_phy_packet_callback()Chengfeng Ye1-1/+3
2022-04-05firewire: add kernel API to access CYCLE_TIME registerTakashi Sakamoto1-2/+4
2021-11-01firewire: Remove function callback castsOscar Carter1-6/+26
2020-06-16firewire: ohci: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-04-23firewire: switch ioctl_queue_iso to use of copy_from_user()Al Viro1-3/+1
2019-12-03Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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-04Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-08-18firewire: use 64-bit time_t based interfacesArnd Bergmann1-4/+4
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-02-14idr: Return the deleted entry from idr_removeMatthew Wilcox1-2/+1
2016-03-23firewire: use in_compat_syscall to check ioctl compatnessAndy Lutomirski1-2/+2
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel 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-29firewire: remove unnecessary alloc/OOM messagesStefan Richter1-15/+9
2013-04-29firewire: core: remove an always false testStefan Richter1-2/+1
2013-02-28firewire: convert to idr_alloc()Tejun Heo1-9/+10
2013-02-28firewire: 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-18firewire: core: fix DMA mapping directionStefan Richter1-10/+41
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-19firewire: allow explicit flushing of iso packet completionsClemens Ladisch1-0/+12
2012-03-19firewire: prevent dropping of completed iso packet header dataClemens Ladisch1-1/+1
2012-02-23firewire: 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...Stefan Richter1-8/+10
2011-07-16firewire: cdev: return -ENOTTY for unimplemented ioctls, not -EINVALStefan Richter1-1/+1
2011-05-11firewire: sbp2: parallelize login, reconnect, logoutStefan Richter1-1/+1
2011-05-11firewire: core: use non-reentrant workqueue with rescuerStefan Richter1-1/+1
2011-05-11firewire: optimize iso queueing by setting wake only after the last packetClemens Ladisch1-0/+1
2011-05-11firewire: octlet AT payloads can be stack-allocatedStefan Richter1-3/+1
2011-01-23firewire: core: fix card->reset_jiffies overflowClemens Ladisch1-1/+2