aboutsummaryrefslogtreecommitdiff
path: root/drivers/firewire
AgeCommit message (Expand)AuthorFilesLines
2011-08-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Gravatar Linus Torvalds 1-5/+10
2011-08-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Gravatar Linus Torvalds 2-5/+28
2011-08-13firewire: core: handle ack_busy when fetching the Config ROMGravatar Stefan Richter 1-5/+10
2011-08-12firewire: ohci: fix DMA unmapping in an error pathGravatar Stefan Richter 1-2/+7
2011-08-12firewire: cdev: fix 32 bit userland on 64 bit kernel compat corner casesGravatar Stefan Richter 1-3/+21
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 5-5/+5
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Gravatar Linus Torvalds 3-26/+41
2011-07-16firewire: cdev: prevent race between first get_info ioctl and bus reset event...Gravatar Stefan Richter 1-8/+10
2011-07-16firewire: cdev: return -ENOTTY for unimplemented ioctls, not -EINVALGravatar Stefan Richter 1-1/+1
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+6
2011-07-13net: Push protocol type directly down to header_ops->cache()Gravatar David S. Miller 1-3/+3
2011-07-10firewire: ohci: do not bind to Pinnacle cards, avert panicGravatar Stefan Richter 1-0/+6
2011-07-09firewire: ohci: skip soft reset retries after card ejectionGravatar Stefan Richter 1-4/+7
2011-07-09firewire: ohci: fix PHY reg access after card ejectionGravatar Stefan Richter 1-0/+6
2011-07-09firewire: ohci: add a comment on PHY reg access serializationGravatar Stefan Richter 1-0/+6
2011-07-09firewire: ohci: reduce potential context_stop latencyGravatar Stefan Richter 1-2/+3
2011-06-02firewire: ohci: remove superfluous posted write flushesGravatar Clemens Ladisch 1-9/+5
2011-06-02firewire: net: replacing deprecated __attribute__((packed)) with __packedGravatar August Lilleaas 1-2/+3
2011-05-10firewire: sbp2: parallelize login, reconnect, logoutGravatar Stefan Richter 6-21/+13
2011-05-10firewire: sbp2: octlet AT payloads can be stack-allocatedGravatar Stefan Richter 1-4/+4
2011-05-10firewire: sbp2: omit Scsi_Host lock from queuecommandGravatar Stefan Richter 1-14/+6
2011-05-10firewire: core: use non-reentrant workqueue with rescuerGravatar Stefan Richter 5-16/+36
2011-05-10firewire: optimize iso queueing by setting wake only after the last packetGravatar Clemens Ladisch 6-5/+32
2011-05-10firewire: octlet AT payloads can be stack-allocatedGravatar Stefan Richter 4-24/+24
2011-05-10Merge tag 'v2.6.39-rc7'Gravatar Stefan Richter 5-23/+37
2011-05-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Gravatar Linus Torvalds 1-14/+25
2011-05-02firewire: Fix for broken configrom updates in quick successionGravatar B.J. Buchalter 1-14/+25
2011-04-19firewire: ohci: optimize find_branch_descriptor()Gravatar Clemens Ladisch 1-4/+3
2011-04-19firewire: ohci: avoid separate DMA mapping for small AT payloadsGravatar Clemens Ladisch 1-8/+17
2011-04-19firewire: ohci: do not start DMA contexts before link is enabledGravatar Clemens Ladisch 1-6/+7
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Gravatar Linus Torvalds 8-81/+139
2011-03-20firewire: core: ignore link-active bit of new nodes, fix device recognitionGravatar Stefan Richter 1-7/+12
2011-03-20firewire: sbp2: revert obsolete 'fix stall with "Unsolicited response"'Gravatar Stefan Richter 1-8/+3
2011-03-20firewire: core: increase default SPLIT_TIMEOUT valueGravatar Clemens Ladisch 1-4/+12
2011-03-15ALSA: add LaCie FireWire Speakers/Griffin FireWave Surround driverGravatar Clemens Ladisch 2-3/+1
2011-03-14firewire: ohci: Misleading kfree in ohci.c::pci_probe/removeGravatar Oleg Drokin 1-2/+2
2011-03-14firewire: ohci: omit IntEvent.busReset check rom AT queueingGravatar Stefan Richter 1-15/+2
2011-02-26firewire: ohci: prevent starting of iso contexts with empty queueGravatar Clemens Ladisch 1-0/+4
2011-02-26firewire: ohci: prevent iso completion callbacks after context stopGravatar Clemens Ladisch 1-0/+1
2011-02-26firewire: core: rename some variablesGravatar Clemens Ladisch 1-11/+11
2011-02-26firewire: nosy: should work on Power Mac G4 PCI tooGravatar Stefan Richter 1-1/+2
2011-01-23firewire: core: fix card->reset_jiffies overflowGravatar Clemens Ladisch 4-5/+8
2011-01-23firewire: cdev: remove unneeded referenceGravatar Clemens Ladisch 1-5/+0
2011-01-23firewire: cdev: always wait for outbound transactions to completeGravatar Clemens Ladisch 1-14/+28
2011-01-23firewire: cdev: remove unneeded idr_find() from complete_transaction()Gravatar Clemens Ladisch 1-7/+1
2011-01-23firewire: ohci: log dead DMA contextsGravatar Clemens Ladisch 1-4/+55
2011-01-21Merge branches 'fixes' and 'fwnet' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-7/+19
2011-01-21firewire: net: is not experimental anymoreGravatar Stefan Richter 1-4/+2
2011-01-21firewire: net: invalidate ARP entries of removed nodesGravatar Maxim Levitsky 1-1/+8