aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-2/+10
2009-12-11firewire: ohci: handle receive packets with a data length of zeroJay Fenlason1-2/+10
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds7-126/+155
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-6/+35
2009-11-21firewire: ohci: pass correct iso xmit timestamps to coreJay Fenlason1-5/+20
2009-11-18firewire: ohci: Make cycleMatch ISO transmission workJay Fenlason1-1/+15
2009-10-31firewire: cdev: reduce stack usage by ioctl_dispatchStefan Richter1-1/+17
2009-10-31firewire: ohci: 0 may be a valid DMA addressStefan Richter2-6/+7
2009-10-31firewire: core: WARN on wrong usage of core transaction functionsStefan Richter1-2/+4
2009-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-20/+19
2009-10-14firewire: core: optimize Topology Map creationStefan Richter4-30/+15
2009-10-14firewire: core: clarify generate_config_rom usageStefan Richter1-11/+8
2009-10-14firewire: optimize config ROM creationStefan Richter3-39/+60
2009-10-14firewire: cdev: normalize variable namesStefan Richter1-23/+23
2009-10-14firewire: normalize style of queue_work wrappersStefan Richter3-25/+27
2009-10-14firewire: sbp2: provide fallback if mgt_ORB_timeout is missingStefan Richter1-20/+19
2009-10-14firewire: cdev: fix memory leak in an error pathStefan Richter1-3/+8
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds5-19/+30
2009-09-15driver model: constify attribute groupsDavid Brownell1-1/+1
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-4/+2
2009-09-12firewire: sbp2: remove a workaround for Momobay FX-3AStefan Richter1-2/+1
2009-09-12firewire: sbp2: fix status receptionStefan Richter1-6/+7
2009-09-12firewire: core: fix topology map response handlerStefan Richter1-1/+1
2009-09-12firewire: core: fix race with parallel PCI device probeStefan Richter1-8/+5
2009-09-12firewire: core: header file cleanupStefan Richter1-0/+14
2009-09-12firewire: ohci: fix Self ID Count register mask (safeguard against buffer overflow)Stefan Richter1-2/+2
2009-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds3-6/+20
2009-09-05firewire: sbp2: fix freeing of unallocated memoryStefan Richter1-4/+4
2009-09-05firewire: ohci: fix Ricoh R5C832, video receptionStefan Richter1-0/+5
2009-09-05firewire: ohci: fix Agere FW643 and multiple camerasStefan Richter1-0/+9
2009-09-05firewire: core: fix crash in iso resource managementStefan Richter1-2/+2
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-2/+0
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-09-01netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds5-21/+34
2009-07-02firewire: sbp2: add support for disks >2 TB (and 16 bytes long CDBs)Stefan Richter1-1/+9
2009-06-25firewire: core: do not DMA-map stack addressesStefan Richter4-20/+25
2009-06-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds6-123/+1714
2009-06-21firewire: new stack is no longer experimentalStefan Richter1-28/+24
2009-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds14-829/+544
2009-06-16firewire: net: better FIFO address range check and rcodesStefan Richter1-16/+14
2009-06-16firewire: net: fix card driver reloadingStefan Richter1-8/+10
2009-06-16firewire: core: fix iso context shutdown on card removalStefan Richter1-7/+11
2009-06-16firewire: core: fix DMA unmapping in iso buffer removalStefan Richter1-2/+2
2009-06-15firewire: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-3/+3
2009-06-14firewire: net: adjust net_device opsStefan Richter1-10/+2