index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firewire
/
core-cdev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
firewire: cdev: implement new event relevant to phy packet with time stamp
Takashi Sakamoto
2023-05-30
1
-22
/
+68
*
firewire: cdev: code refactoring to dispatch event for phy packet
Takashi Sakamoto
2023-05-30
1
-27
/
+51
*
firewire: cdev: implement new event to notify response subaction with time stamp
Takashi Sakamoto
2023-05-30
1
-31
/
+65
*
firewire: cdev: code refactoring to operate event of response
Takashi Sakamoto
2023-05-30
1
-12
/
+15
*
firewire: cdev: implement new event to notify request subaction with time stamp
Takashi Sakamoto
2023-05-30
1
-1
/
+17
*
firewire: cdev: add new version of ABI to notify time stamp at request/respon...
Takashi Sakamoto
2023-05-30
1
-0
/
+1
*
firewire: cdev: use single object to dispatch event for request to IEC 61883-...
Takashi Sakamoto
2023-01-23
1
-16
/
+9
*
firewire: cdev: obsolete NULL check to detect IEC 61883-1 FCP region
Takashi Sakamoto
2023-01-23
1
-9
/
+7
*
firewire: core: use kref structure to maintain lifetime of data for fw_reques...
Takashi Sakamoto
2023-01-23
1
-2
/
+2
*
firewire: fix memory leak for payload of request subaction to IEC 61883-1 FCP...
Takashi Sakamoto
2023-01-17
1
-1
/
+3
*
firewire: cdev: fix potential leak of kernel stack due to uninitialized value
Takashi Sakamoto
2022-06-17
1
-1
/
+1
*
Merge branch 'for-linus' into for-next
Takashi Iwai
2022-05-23
1
-1
/
+3
|
\
|
*
firewire: fix potential uaf in outbound_phy_packet_callback()
Chengfeng Ye
2022-04-25
1
-1
/
+3
*
|
firewire: add kernel API to access CYCLE_TIME register
Takashi Sakamoto
2022-04-05
1
-2
/
+4
|
/
*
firewire: Remove function callback casts
Oscar Carter
2021-11-01
1
-6
/
+26
*
firewire: ohci: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-06-15
1
-1
/
+1
*
firewire: switch ioctl_queue_iso to use of copy_from_user()
Al Viro
2020-04-23
1
-3
/
+1
*
Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-12-02
1
-1
/
+2
|
\
|
*
firewire: core: code cleanup after vm_map_pages_zero introduction
Stefan Richter
2019-11-13
1
-1
/
+2
*
|
compat_ioctl: move drivers to compat_ptr_ioctl
Arnd Bergmann
2019-10-23
1
-11
/
+1
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-14
/
+1
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
1
-1
/
+1
*
firewire: use 64-bit time_t based interfaces
Arnd Bergmann
2018-08-17
1
-4
/
+4
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-2
/
+2
*
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-28
1
-2
/
+2
*
idr: Return the deleted entry from idr_remove
Matthew Wilcox
2017-02-13
1
-2
/
+1
*
firewire: use in_compat_syscall to check ioctl compatness
Andy Lutomirski
2016-03-22
1
-2
/
+2
*
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2015-11-06
1
-1
/
+1
*
firewire: cdev: prevent kernel stack leaking into ioctl arguments
Stefan Richter
2014-11-14
1
-2
/
+1
*
firewire: Use ktime_get_ts()
Thomas Gleixner
2014-06-12
1
-3
/
+3
*
firewire: core: typecast from gfp_t to bool more safely
Stefan Richter
2013-07-30
1
-1
/
+1
*
firewire: fix libdc1394/FlyCap2 iso event regression
Clemens Ladisch
2013-07-27
1
-0
/
+3
*
firewire: remove unnecessary alloc/OOM messages
Stefan Richter
2013-04-28
1
-15
/
+9
*
firewire: core: remove an always false test
Stefan Richter
2013-04-28
1
-2
/
+1
*
firewire: convert to idr_alloc()
Tejun Heo
2013-02-27
1
-9
/
+10
*
firewire: don't use idr_remove_all()
Tejun Heo
2013-02-27
1
-1
/
+0
*
firewire: cdev: fix user memory corruption (i386 userland on amd64 kernel)
Stefan Richter
2012-10-09
1
-2
/
+2
*
firewire: core: fix DMA mapping direction
Stefan Richter
2012-04-17
1
-10
/
+41
*
Remove all #inclusions of asm/system.h
David Howells
2012-03-28
1
-1
/
+0
*
firewire: allow explicit flushing of iso packet completions
Clemens Ladisch
2012-03-18
1
-0
/
+12
*
firewire: prevent dropping of completed iso packet header data
Clemens Ladisch
2012-03-18
1
-1
/
+1
*
firewire: core: prefix log messages with card name
Stefan Richter
2012-02-22
1
-5
/
+5
*
firewire: cdev: fix 32 bit userland on 64 bit kernel compat corner cases
Stefan Richter
2011-08-12
1
-3
/
+21
*
firewire: cdev: prevent race between first get_info ioctl and bus reset event...
Stefan Richter
2011-07-16
1
-8
/
+10
*
firewire: cdev: return -ENOTTY for unimplemented ioctls, not -EINVAL
Stefan Richter
2011-07-16
1
-1
/
+1
*
firewire: sbp2: parallelize login, reconnect, logout
Stefan Richter
2011-05-10
1
-1
/
+1
*
firewire: core: use non-reentrant workqueue with rescuer
Stefan Richter
2011-05-10
1
-1
/
+1
*
firewire: optimize iso queueing by setting wake only after the last packet
Clemens Ladisch
2011-05-10
1
-0
/
+1
*
firewire: octlet AT payloads can be stack-allocated
Stefan Richter
2011-05-10
1
-3
/
+1
*
firewire: core: fix card->reset_jiffies overflow
Clemens Ladisch
2011-01-23
1
-1
/
+2
[next]