summaryrefslogtreecommitdiffstats
path: root/drivers/firewire
AgeCommit message (Expand)AuthorLines
2010-01-26firewire: core: add_descriptor size checkStefan Richter-13/+28
2010-01-10firewire: make PCI device id constantNémeth Márton-1/+1
2009-12-29firewire: qualify config ROM cache pointers as const pointersStefan Richter-12/+14
2009-12-29firewire, ieee1394: update Kconfig helpStefan Richter-31/+13
2009-12-29firewire: core: fw_csr_string addendumStefan Richter-10/+16
2009-12-29firewire: add fw_csr_string() helper functionClemens Ladisch-33/+77
2009-12-29firewire: ohci: always use packet-per-buffer mode for isochronous receptionStefan Richter-1/+3
2009-12-29firewire: cdev: fix another memory leak in an error pathStefan Richter-0/+1
2009-12-29firewire: fix use of multiple AV/C devices, allow multiple FCP listenersClemens Ladisch-32/+112
2009-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds-2/+10
2009-12-11firewire: ohci: handle receive packets with a data length of zeroJay Fenlason-2/+10
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2009-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds-126/+155
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa-1/+1
2009-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds-6/+35
2009-11-21firewire: ohci: pass correct iso xmit timestamps to coreJay Fenlason-5/+20
2009-11-18firewire: ohci: Make cycleMatch ISO transmission workJay Fenlason-1/+15
2009-10-31firewire: cdev: reduce stack usage by ioctl_dispatchStefan Richter-1/+17
2009-10-31firewire: ohci: 0 may be a valid DMA addressStefan Richter-6/+7
2009-10-31firewire: core: WARN on wrong usage of core transaction functionsStefan Richter-2/+4
2009-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds-20/+19
2009-10-14firewire: core: optimize Topology Map creationStefan Richter-30/+15
2009-10-14firewire: core: clarify generate_config_rom usageStefan Richter-11/+8
2009-10-14firewire: optimize config ROM creationStefan Richter-39/+60
2009-10-14firewire: cdev: normalize variable namesStefan Richter-23/+23
2009-10-14firewire: normalize style of queue_work wrappersStefan Richter-25/+27
2009-10-14firewire: sbp2: provide fallback if mgt_ORB_timeout is missingStefan Richter-20/+19
2009-10-14firewire: cdev: fix memory leak in an error pathStefan Richter-3/+8
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan-0/+1
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds-19/+30
2009-09-15driver model: constify attribute groupsDavid Brownell-1/+1
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-4/+2
2009-09-12firewire: sbp2: remove a workaround for Momobay FX-3AStefan Richter-2/+1
2009-09-12firewire: sbp2: fix status receptionStefan Richter-6/+7
2009-09-12firewire: core: fix topology map response handlerStefan Richter-1/+1
2009-09-12firewire: core: fix race with parallel PCI device probeStefan Richter-8/+5
2009-09-12firewire: core: header file cleanupStefan Richter-0/+14
2009-09-12firewire: ohci: fix Self ID Count register mask (safeguard against buffer ove...Stefan Richter-2/+2
2009-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds-6/+20
2009-09-05firewire: sbp2: fix freeing of unallocated memoryStefan Richter-4/+4
2009-09-05firewire: ohci: fix Ricoh R5C832, video receptionStefan Richter-0/+5
2009-09-05firewire: ohci: fix Agere FW643 and multiple camerasStefan Richter-0/+9
2009-09-05firewire: core: fix crash in iso resource managementStefan Richter-2/+2
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet-2/+0
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger-1/+1
2009-09-01netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger-1/+1
2009-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds-21/+34
2009-07-02firewire: sbp2: add support for disks >2 TB (and 16 bytes long CDBs)Stefan Richter-1/+9
2009-06-25firewire: core: do not DMA-map stack addressesStefan Richter-20/+25