index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firewire
/
core-cdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-1
/
+1
2018-08-17
firewire: use 64-bit time_t based interfaces
Arnd Bergmann
1
-4
/
+4
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-02-13
idr: Return the deleted entry from idr_remove
Matthew Wilcox
1
-2
/
+1
2016-03-22
firewire: use in_compat_syscall to check ioctl compatness
Andy Lutomirski
1
-2
/
+2
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-1
/
+1
2014-11-14
firewire: cdev: prevent kernel stack leaking into ioctl arguments
Stefan Richter
1
-2
/
+1
2014-06-12
firewire: Use ktime_get_ts()
Thomas Gleixner
1
-3
/
+3
2013-07-30
firewire: core: typecast from gfp_t to bool more safely
Stefan Richter
1
-1
/
+1
2013-07-27
firewire: fix libdc1394/FlyCap2 iso event regression
Clemens Ladisch
1
-0
/
+3
2013-04-28
firewire: remove unnecessary alloc/OOM messages
Stefan Richter
1
-15
/
+9
2013-04-28
firewire: core: remove an always false test
Stefan Richter
1
-2
/
+1
2013-02-27
firewire: convert to idr_alloc()
Tejun Heo
1
-9
/
+10
2013-02-27
firewire: don't use idr_remove_all()
Tejun Heo
1
-1
/
+0
2012-10-09
firewire: cdev: fix user memory corruption (i386 userland on amd64 kernel)
Stefan Richter
1
-2
/
+2
2012-04-17
firewire: core: fix DMA mapping direction
Stefan Richter
1
-10
/
+41
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-03-18
firewire: allow explicit flushing of iso packet completions
Clemens Ladisch
1
-0
/
+12
2012-03-18
firewire: prevent dropping of completed iso packet header data
Clemens Ladisch
1
-1
/
+1
2012-02-22
firewire: core: prefix log messages with card name
Stefan Richter
1
-5
/
+5
2011-08-12
firewire: cdev: fix 32 bit userland on 64 bit kernel compat corner cases
Stefan Richter
1
-3
/
+21
2011-07-16
firewire: cdev: prevent race between first get_info ioctl and bus reset event...
Stefan Richter
1
-8
/
+10
2011-07-16
firewire: cdev: return -ENOTTY for unimplemented ioctls, not -EINVAL
Stefan Richter
1
-1
/
+1
2011-05-10
firewire: sbp2: parallelize login, reconnect, logout
Stefan Richter
1
-1
/
+1
2011-05-10
firewire: core: use non-reentrant workqueue with rescuer
Stefan Richter
1
-1
/
+1
2011-05-10
firewire: optimize iso queueing by setting wake only after the last packet
Clemens Ladisch
1
-0
/
+1
2011-05-10
firewire: octlet AT payloads can be stack-allocated
Stefan Richter
1
-3
/
+1
2011-01-23
firewire: core: fix card->reset_jiffies overflow
Clemens Ladisch
1
-1
/
+2
2011-01-23
firewire: cdev: remove unneeded reference
Clemens Ladisch
1
-5
/
+0
2011-01-23
firewire: cdev: always wait for outbound transactions to complete
Clemens Ladisch
1
-14
/
+28
2011-01-23
firewire: cdev: remove unneeded idr_find() from complete_transaction()
Clemens Ladisch
1
-7
/
+1
2010-12-13
firewire: make PHY packet header format consistent
Clemens Ladisch
1
-3
/
+4
2010-08-02
Merge firewire branches to be released post v2.6.35
Stefan Richter
1
-82
/
+327
2010-07-29
firewire: add isochronous multichannel reception
Stefan Richter
1
-21
/
+72
2010-07-29
firewire: core: small clarifications in core-cdev
Stefan Richter
1
-6
/
+6
2010-07-29
firewire: core: remove unused code
Stefan Richter
1
-6
/
+2
2010-07-23
firewire: cdev: improve FW_CDEV_IOC_ALLOCATE
Stefan Richter
1
-3
/
+9
2010-07-23
firewire: cdev: add PHY pinging
Stefan Richter
1
-3
/
+6
2010-07-23
firewire: cdev: add PHY packet reception
Stefan Richter
1
-5
/
+68
2010-07-23
firewire: cdev: add PHY packet transmission
Stefan Richter
1
-0
/
+64
2010-07-23
firewire: core: use C99 initializer in array of ioctl handlers
Stefan Richter
1
-21
/
+21
2010-07-13
firewire: core: integrate software-forced bus resets with bus management
Stefan Richter
1
-1
/
+2
2010-07-13
firewire: core: ensure some userspace API constants match corresponding kerne...
Stefan Richter
1
-0
/
+11
2010-07-13
firewire: cdev: check write quadlet request length to avoid buffer overflow
Clemens Ladisch
1
-0
/
+4
2010-07-08
firewire: cdev: fix fw_cdev_event_bus_reset.bm_node_id
Stefan Richter
1
-1
/
+1
2010-06-20
firewire: cdev: fix ABI for FCP and address range mapping, add fw_cdev_event_...
Stefan Richter
1
-9
/
+36
2010-06-20
firewire: cdev: freeze FW_CDEV_VERSION due to libraw1394 bug
Stefan Richter
1
-1
/
+6
2010-06-20
firewire: cdev: count references of cards during inbound transactions
Stefan Richter
1
-0
/
+8
[next]