aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-17ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings1-13/+0
2010-08-02Merge firewire branches to be released post v2.6.35Stefan Richter16-418/+2333
2010-08-02firewire: core: add forgotten dummy driver methods, remove unused onesStefan Richter1-26/+38
2010-07-29firewire: add isochronous multichannel receptionStefan Richter4-97/+346
2010-07-29firewire: core: small clarifications in core-cdevStefan Richter1-6/+6
2010-07-29firewire: core: remove unused codeStefan Richter1-6/+2
2010-07-29firewire: ohci: release channel in error pathStefan Richter1-0/+1
2010-07-29firewire: ohci: use memory barriers to order descriptor updatesStefan Richter1-0/+3
2010-07-27tools/firewire: add userspace front-end of nosyStefan Richter1-1/+2
2010-07-27firewire: nosy: use generic printk macrosStefan Richter1-17/+16
2010-07-27firewire: nosy: endianess fixes and annotationsStefan Richter2-51/+29
2010-07-27firewire: nosy: annotate __user pointers and __iomem pointersStefan Richter1-4/+4
2010-07-27firewire: nosy: fix device shutdown with active clientStefan Richter1-29/+82
2010-07-27firewire: nosy: handle errors in device probeStefan Richter1-7/+33
2010-07-27firewire: nosy: fix IRQ handler for card ejectionStefan Richter1-0/+4
2010-07-27firewire: nosy: unroll some simple functionsStefan Richter1-46/+29
2010-07-27firewire: nosy: use flagless variants of spinlock accessorsStefan Richter1-18/+12
2010-07-27firewire: nosy: fix list corruption by NOSY_IOC_STOPStefan Richter1-1/+1
2010-07-27firewire: nosy: convert to unlocked ioctlStefan Richter1-12/+17
2010-07-27firewire: nosy: misc cleanupsStefan Richter3-188/+171
2010-07-27firewire: new driver: nosy - IEEE 1394 traffic snifferStefan Richter5-0/+982
2010-07-23firewire: cdev: improve FW_CDEV_IOC_ALLOCATEStefan Richter1-3/+9
2010-07-23firewire: core: fix upper bound of possible CSR allocationsStefan Richter1-1/+1
2010-07-23firewire: cdev: add PHY pingingStefan Richter3-3/+14
2010-07-23firewire: cdev: add PHY packet receptionStefan Richter5-7/+77
2010-07-23firewire: cdev: add PHY packet transmissionStefan Richter1-0/+64
2010-07-23firewire: core: use C99 initializer in array of ioctl handlersStefan Richter1-21/+21
2010-07-23firewire: normalize status values in packet callbacksStefan Richter2-3/+6
2010-07-13firewire: core: integrate software-forced bus resets with bus managementStefan Richter5-36/+112
2010-07-13firewire: cdev: fix fw_cdev_event_bus_reset emission after local config ROM changesStefan Richter1-0/+1
2010-07-13firewire: core: ensure some userspace API constants match corresponding kernel API constantsStefan Richter1-0/+11
2010-07-13firewire: core: fix fw_send_request kerneldoc commentStefan Richter4-55/+57
2010-07-13firewire: cdev: check write quadlet request length to avoid buffer overflowClemens Ladisch1-0/+4
2010-07-08firewire: cdev: fix fw_cdev_event_bus_reset.bm_node_idStefan Richter3-4/+11
2010-07-08firewire: core: no need to track irq flags in bm_workStefan Richter1-8/+7
2010-06-20firewire: cdev: fix ABI for FCP and address range mapping, add fw_cdev_event_request2Stefan Richter1-9/+36
2010-06-20firewire: expose extended tcode of incoming lock requests to (userspace) driversJay Fenlason1-1/+3
2010-06-20firewire: cdev: freeze FW_CDEV_VERSION due to libraw1394 bugStefan Richter1-1/+6
2010-06-20firewire: cdev: count references of cards during inbound transactionsStefan Richter1-0/+8
2010-06-20firewire: cdev: fix responses to nodes at different cardJay Fenlason1-3/+4
2010-06-20firewire: cdev: fix race in iso context creationClemens Ladisch1-5/+8
2010-06-20firewire: remove an unused function argumentStefan Richter4-13/+11
2010-06-20firewire: core: remove an unnecessary zero initializationStefan Richter1-1/+1
2010-06-19firewire: core: remove unused variableStefan Richter1-6/+5
2010-06-19firewire: rename CSR access driver methodsStefan Richter4-13/+11
2010-06-19firewire: core: combine some repeated codeStefan Richter1-69/+15
2010-06-19firewire: normalize STATE_CLEAR/SET CSR access interfaceStefan Richter4-38/+29
2010-06-19firewire: replace get_features card driver hookStefan Richter4-21/+4
2010-06-19firewire: drop sizeof expressions from some request size argumentsStefan Richter2-9/+6
2010-06-19firewire: 'add CSR_... support' addendumStefan Richter2-21/+7