aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-21Merge branches 'fixes' and 'fwnet' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds3-7/+19
2011-01-21firewire: net: is not experimental anymoreStefan Richter1-4/+2
2011-01-21firewire: net: invalidate ARP entries of removed nodesMaxim Levitsky1-1/+8
2011-01-21firewire: core: fix unstable I/O with Canon camcorderStefan Richter1-2/+9
2011-01-13firewire: ohci: fix compilation on arches without PAGE_KERNEL_ROClemens Ladisch1-1/+1
2011-01-04firewire: use split transaction timeout only for split transactionsClemens Ladisch1-13/+32
2011-01-04firewire: ohci: consolidate context status flagsStefan Richter1-6/+3
2011-01-04firewire: ohci: cache the context run bitClemens Ladisch1-4/+4
2011-01-04firewire: ohci: flush AT contexts after bus reset - addendumStefan Richter1-0/+7
2011-01-03firewire: ohci: flush AT contexts after bus reset for OHCI 1.2Clemens Ladisch1-7/+39
2010-12-19firewire: net: set carrier state at ifupStefan Richter1-15/+21
2010-12-19firewire: net: add carrier detectionMaxim Levitsky1-0/+17
2010-12-13firewire: net: ratelimit error messagesMaxim Levitsky1-4/+12
2010-12-13firewire: ohci: restart iso DMA contexts on resume from low power modeMaxim Levitsky1-8/+46
2010-12-13firewire: ohci: restore GUID on resume.Maxim Levitsky1-0/+7
2010-12-13firewire: ohci: use common buffer for self IDs and AR descriptorsClemens Ladisch1-32/+34
2010-12-13firewire: ohci: optimize iso context checks in the interrupt handlerClemens Ladisch1-13/+19
2010-12-13firewire: make PHY packet header format consistentClemens Ladisch4-29/+33
2010-12-13firewire: ohci: properly clear posted write errorsClemens Ladisch1-3/+12
2010-12-13firewire: ohci: flush MMIO writes in the interrupt handlerClemens Ladisch1-1/+2
2010-12-13firewire: ohci: fix AT context initialization error handlingClemens Ladisch1-4/+10
2010-12-13firewire: ohci: Asynchronous Reception rewriteClemens Ladisch2-135/+278
2010-12-12firewire: core: Update WARN usesJoe Perches1-3/+3
2010-12-12firewire: nosy: char device is not seekableStefan Richter1-2/+1
2010-12-12firewire: ohci: fix regression with Agere FW643 rev 06, disable MSIStefan Richter1-15/+33
2010-12-12firewire: ohci: fix regression with VIA VT6315, disable MSIStefan Richter1-1/+2
2010-11-28Merge branch 'fwnet' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-70/+90
2010-11-17firewire: net: throttle TX queue before running out of tlabelsStefan Richter1-24/+35
2010-11-17firewire: net: replace lists by countersStefan Richter1-47/+26
2010-11-17firewire: net: fix memory leaksStefan Richter1-4/+31
2010-11-17firewire: net: count stats.tx_packets and stats.tx_bytesStefan Richter1-3/+6
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3
2010-11-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-23/+65
2010-10-30firewire: ohci: fix race when reading count in AR descriptorClemens Ladisch1-2/+4
2010-10-30firewire: ohci: avoid reallocation of AR buffersClemens Ladisch1-12/+16
2010-10-30firewire: ohci: fix race in AR split packet handlingClemens Ladisch1-14/+21
2010-10-30firewire: ohci: fix buffer overflow in AR split packet handlingClemens Ladisch1-3/+32
2010-10-25Merge branch 'ieee1394-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds3-5/+310
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-13/+0
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-26/+1
2010-10-17firewire: ohci: fix TI TSB82AA2 regression since 2.6.35Stefan Richter2-26/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-11ieee1394: remove the old IEEE 1394 driver stackStefan Richter1-5/+0
2010-10-11ieee1394: move init_ohci1394_dma to drivers/firewire/Stefan Richter2-0/+310
2010-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-25/+49
2010-09-08firewire: ohci: activate cycle timer register quirk on Ricoh chipsHeikki Lindholm1-0/+1
2010-08-29firewire: ohci: work around VIA and NEC PHY packet reception bugStefan Richter1-1/+9
2010-08-19firewire: core: do not use del_timer_sync() in interrupt contextClemens Ladisch1-3/+10