aboutsummaryrefslogtreecommitdiff
path: root/drivers/firewire/core-cdev.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-30firewire: cdev: implement new event relevant to phy packet with time stampGravatar Takashi Sakamoto 1-22/+68
2023-05-30firewire: cdev: code refactoring to dispatch event for phy packetGravatar Takashi Sakamoto 1-27/+51
2023-05-30firewire: cdev: implement new event to notify response subaction with time stampGravatar Takashi Sakamoto 1-31/+65
2023-05-30firewire: cdev: code refactoring to operate event of responseGravatar Takashi Sakamoto 1-12/+15
2023-05-30firewire: cdev: implement new event to notify request subaction with time stampGravatar Takashi Sakamoto 1-1/+17
2023-05-30firewire: cdev: add new version of ABI to notify time stamp at request/respon...Gravatar Takashi Sakamoto 1-0/+1
2023-01-23firewire: cdev: use single object to dispatch event for request to IEC 61883-...Gravatar Takashi Sakamoto 1-16/+9
2023-01-23firewire: cdev: obsolete NULL check to detect IEC 61883-1 FCP regionGravatar Takashi Sakamoto 1-9/+7
2023-01-23firewire: core: use kref structure to maintain lifetime of data for fw_reques...Gravatar Takashi Sakamoto 1-2/+2
2023-01-17firewire: fix memory leak for payload of request subaction to IEC 61883-1 FCP...Gravatar Takashi Sakamoto 1-1/+3
2022-06-17firewire: cdev: fix potential leak of kernel stack due to uninitialized valueGravatar Takashi Sakamoto 1-1/+1
2022-05-23Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-1/+3
2022-04-25firewire: fix potential uaf in outbound_phy_packet_callback()Gravatar Chengfeng Ye 1-1/+3
2022-04-05firewire: add kernel API to access CYCLE_TIME registerGravatar Takashi Sakamoto 1-2/+4
2021-11-01firewire: Remove function callback castsGravatar Oscar Carter 1-6/+26
2020-06-15firewire: ohci: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-04-23firewire: switch ioctl_queue_iso to use of copy_from_user()Gravatar Al Viro 1-3/+1
2019-12-02Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+2
2019-11-13firewire: core: code cleanup after vm_map_pages_zero introductionGravatar Stefan Richter 1-1/+2
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlGravatar Arnd Bergmann 1-11/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2018-08-17firewire: use 64-bit time_t based interfacesGravatar Arnd Bergmann 1-4/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-02-13idr: Return the deleted entry from idr_removeGravatar Matthew Wilcox 1-2/+1
2016-03-22firewire: use in_compat_syscall to check ioctl compatnessGravatar Andy Lutomirski 1-2/+2
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Gravatar Mel Gorman 1-1/+1
2014-11-14firewire: cdev: prevent kernel stack leaking into ioctl argumentsGravatar Stefan Richter 1-2/+1
2014-06-12firewire: Use ktime_get_ts()Gravatar Thomas Gleixner 1-3/+3
2013-07-30firewire: core: typecast from gfp_t to bool more safelyGravatar Stefan Richter 1-1/+1
2013-07-27firewire: fix libdc1394/FlyCap2 iso event regressionGravatar Clemens Ladisch 1-0/+3
2013-04-28firewire: remove unnecessary alloc/OOM messagesGravatar Stefan Richter 1-15/+9
2013-04-28firewire: core: remove an always false testGravatar Stefan Richter 1-2/+1
2013-02-27firewire: convert to idr_alloc()Gravatar Tejun Heo 1-9/+10
2013-02-27firewire: don't use idr_remove_all()Gravatar Tejun Heo 1-1/+0
2012-10-09firewire: cdev: fix user memory corruption (i386 userland on amd64 kernel)Gravatar Stefan Richter 1-2/+2
2012-04-17firewire: core: fix DMA mapping directionGravatar Stefan Richter 1-10/+41
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-18firewire: allow explicit flushing of iso packet completionsGravatar Clemens Ladisch 1-0/+12
2012-03-18firewire: prevent dropping of completed iso packet header dataGravatar Clemens Ladisch 1-1/+1
2012-02-22firewire: core: prefix log messages with card nameGravatar Stefan Richter 1-5/+5
2011-08-12firewire: cdev: fix 32 bit userland on 64 bit kernel compat corner casesGravatar Stefan Richter 1-3/+21
2011-07-16firewire: cdev: prevent race between first get_info ioctl and bus reset event...Gravatar Stefan Richter 1-8/+10
2011-07-16firewire: cdev: return -ENOTTY for unimplemented ioctls, not -EINVALGravatar Stefan Richter 1-1/+1
2011-05-10firewire: sbp2: parallelize login, reconnect, logoutGravatar Stefan Richter 1-1/+1
2011-05-10firewire: core: use non-reentrant workqueue with rescuerGravatar Stefan Richter 1-1/+1
2011-05-10firewire: optimize iso queueing by setting wake only after the last packetGravatar Clemens Ladisch 1-0/+1
2011-05-10firewire: octlet AT payloads can be stack-allocatedGravatar Stefan Richter 1-3/+1
2011-01-23firewire: core: fix card->reset_jiffies overflowGravatar Clemens Ladisch 1-1/+2