aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-14firewire: net: remove unused codeStefan Richter1-6/+1
2009-06-14firewire: net: allow for unordered unit discoveryStefan Richter2-249/+207
2009-06-14firewire: net: style changesStefan Richter2-1077/+966
2009-06-14firewire: net: add Kconfig item, rename driverStefan Richter3-4/+16
2009-06-14firewire: add IPv4 supportJay Fenlason5-87/+1832
2009-06-14firewire: core: use more outbound tlabelsStefan Richter1-4/+4
2009-06-14firewire: core: don't update Broadcast_Channel if RFC 2734 conditions aren't metStefan Richter1-1/+17
2009-06-06firewire: core: prepare for non-core children of card devicesStefan Richter3-12/+22
2009-06-06firewire: core: include linux/uaccess.h instead of asm/uaccess.hStefan Richter1-1/+1
2009-06-06firewire: add parent-of-unit accessorStefan Richter2-18/+23
2009-06-05firewire: rename source filesStefan Richter9-4/+4
2009-06-05firewire: reorganize header filesStefan Richter13-737/+326
2009-06-05firewire: clean up includesStefan Richter7-22/+61
2009-06-05firewire: ohci: access bus_seconds atomicallyStefan Richter1-3/+4
2009-06-05firewire: also use vendor ID in root directory for driver matchesStefan Richter1-6/+16
2009-06-05firewire: share device ID table type with ieee1394Stefan Richter3-25/+15
2009-06-01firewire: core: add sysfs attribute for easier udev rulesStefan Richter2-1/+51
2009-06-01firewire: core: check for missing struct update at build time, not run timeStefan Richter1-2/+9
2009-05-17firewire: core: improve check for local nodeStefan Richter3-6/+4
2009-03-24firewire: core: optimize propagation of BROADCAST_CHANNELStefan Richter5-90/+52