index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firewire
/
fw-cdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-24
firewire: cdev: add closure to async stream ioctl
Stefan Richter
1
-27
/
+19
2009-03-24
firewire: cdev: simplify FW_CDEV_IOC_SEND_REQUEST return value
Stefan Richter
1
-8
/
+4
2009-03-24
firewire: cdev: fix race of ioctl_send_request with bus reset
Stefan Richter
1
-1
/
+1
2009-03-24
firewire: cdev: secure add_descriptor ioctl
Stefan Richter
1
-0
/
+8
2009-03-24
firewire: cdev: amendment to "add ioctl to query maximum transmission speed"
Stefan Richter
1
-5
/
+6
2009-03-24
firewire: implement asynchronous stream transmission
Jay Fenlason
1
-0
/
+33
2009-03-24
firewire: cdev: simplify a schedule_delayed_work wrapper
Stefan Richter
1
-12
/
+6
2009-03-24
firewire: cdev: add ioctls for iso resource management, amendment
Stefan Richter
1
-1
/
+1
2009-03-24
firewire: cdev: shut down iso context before freeing the buffer
Stefan Richter
1
-3
/
+3
2009-03-24
firewire: cdev: replace some spin_lock_irqsave by spin_lock_irq
Stefan Richter
1
-12
/
+8
2009-03-24
firewire: cdev: extend transaction payload size check
Stefan Richter
1
-3
/
+2
2009-03-24
firewire: cdev: restrict broadcast write requests to Units Space
Stefan Richter
1
-0
/
+4
2009-03-24
firewire: cdev: add ioctl for broadcast write requests
Jay Fenlason, Stefan Richter
1
-27
/
+47
2009-03-24
firewire: cdev: add ioctl to query maximum transmission speed
Stefan Richter
1
-0
/
+10
2009-03-24
firewire: cdev: add ioctls for manual iso resource management
Stefan Richter
1
-13
/
+54
2009-03-24
firewire: cdev: add ioctls for isochronous resource management
Jay Fenlason, Stefan Richter
1
-1
/
+214
2009-03-24
firewire: cdev: sort includes
Stefan Richter
1
-13
/
+15
2009-03-24
firewire: cdev: unify names of struct types and of their instances
Stefan Richter
1
-168
/
+169
2009-03-24
firewire: cdev: reference-count client instances
Stefan Richter
1
-9
/
+46
2009-03-24
firewire: cdev: use list_first_entry
Stefan Richter
1
-1
/
+1
2009-03-24
firewire: remove line breaks before function names
Stefan Richter
1
-51
/
+37
2009-03-24
firewire: standardize a variable name
Stefan Richter
1
-22
/
+22
2009-03-24
firewire: cdev: address handler input validation
Stefan Richter
1
-2
/
+3
2009-03-24
firewire: cdev: use an idr rather than a linked list for resources
Jay Fenlason
1
-51
/
+114
2009-03-24
firewire: cdev: fix race of fw_device_op_release with bus reset
Stefan Richter
1
-4
/
+4
2009-03-24
firewire: cdev: tcodes input validation
Stefan Richter
1
-2
/
+25
2009-03-24
firewire: convert client_list_lock to mutex
Stefan Richter
1
-12
/
+8
2009-03-24
firewire: add a client_list_lock
Jay Fenlason
1
-15
/
+13
2008-10-16
firewire: fix ioctl() return code
Stefan Richter
1
-1
/
+1
2008-10-16
firewire: fix setting tag and sy in iso transmission
Stefan Richter
1
-2
/
+2
2008-08-02
firewire: Preserve response data alignment bug when it is harmless
David Moore
1
-9
/
+20
2008-07-20
firewire: queue the right number of data
JiSheng Zhang
1
-3
/
+3
2008-06-19
firewire: fill_bus_reset_event needs lock protection
Stefan Richter
1
-2
/
+7
2008-05-20
firewire: prevent userspace from accessing shut down devices
Jay Fenlason
1
-0
/
+14
2008-04-18
firewire: reread config ROM when device reset the bus
Stefan Richter
1
-3
/
+10
2008-02-21
firewire: fix NULL pointer deref. and resource leak
Stefan Richter
1
-2
/
+7
2008-02-16
firewire: fix "kobject_add failed for fw* with -EEXIST"
Stefan Richter
1
-3
/
+5
2008-01-31
firewire: enforce access order between generation and node ID, fix "giving up...
Stefan Richter
1
-0
/
+1
2008-01-31
firewire: fw-cdev: use device generation, not card generation
Stefan Richter
1
-1
/
+1
2007-10-17
firewire: fw-cdev: reorder wakeup vs. spinlock
Jay Fenlason
1
-3
/
+2
2007-10-17
firewire: adopt read cycle timer ABI from raw1394
Stefan Richter
1
-0
/
+26
2007-10-17
firewire: fw-core: local variable shadows a global one
Stefan Richter
1
-11
/
+10
2007-10-14
fw-cdev __user annotations
Al Viro
1
-2
/
+3
2007-07-10
firewire: support S100B...S400B and link slower than PHY
Stefan Richter
1
-1
/
+1
2007-06-21
firewire: Only set client->iso_context if allocation was successful.
Kristian Høgsberg
1
-8
/
+11
2007-05-31
firewire: Change struct fw_cdev_iso_packet to not use bitfields.
Kristian Høgsberg
1
-1
/
+16
2007-05-28
firewire: fix return code
Jeff Garzik
1
-1
/
+1
2007-05-10
firewire: Always use parens with sizeof.
Kristian Høgsberg
1
-18
/
+18
2007-05-10
firewire: Clean up comment style.
Kristian Høgsberg
1
-13
/
+20
2007-05-01
firewire: Rename fw-device-cdev.c to fw-cdev.c and move header to include/linux.
Kristian Høgsberg
1
-0
/
+954