aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke1-1/+0
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-18/+2
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman1-13/+0
2015-02-02firewire: core: use correct vendor/model IDsClemens Ladisch1-2/+2
2015-01-31firewire: sbp2: remove redundant check for bidi commandStefan Richter1-11/+0
2015-01-22firewire: ohci: Remove unused functionRickard Strandqvist1-5/+0
2014-12-10firewire: sbp2: replace card lock by target lockStefan Richter1-31/+29
2014-12-10firewire: sbp2: replace some spin_lock_irqsave by spin_lock_irqStefan Richter1-9/+6
2014-12-10firewire: sbp2: protect a reference counter properlyStefan Richter1-8/+6
2014-12-10firewire: core: document fw_csr_string's truncation of long stringsStefan Richter1-0/+3
2014-11-19firewire: ohci: replace vm_map_ram() with vmap()Clemens Ladisch1-4/+2
2014-11-14firewire: cdev: prevent kernel stack leaking into ioctl argumentsStefan Richter1-2/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+2
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-07-27Merge tag 'firewire-fix-vt6315' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds1-2/+2
2014-07-23firewire: ohci: disable MSI for VIA VT6315 againStefan Richter1-2/+2
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-07-14Merge tag 'firewire-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds1-0/+1
2014-07-13firewire: IEEE 1394 (FireWire) support should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2014-06-12firewire: Use ktime_get_ts()Thomas Gleixner1-3/+3
2014-06-04Merge tag 'sound-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound into nextLinus Torvalds1-1/+0
2014-06-04Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 into nextLinus Torvalds3-3/+10
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-1/+1
2014-05-29firewire: ohci: enable MSI for VIA VT6315 rev 1, drop cycle timer quirkStefan Richter1-0/+7
2014-05-29firewire: revert to 4 GB RDMA, fix protocols using Memory SpaceStefan Richter2-3/+3
2014-05-26ALSA: firewire/bebob: Add a workaround for M-Audio special Firewire seriesTakashi Sakamoto1-1/+0
2014-05-17firewire: Use COMPILE_TEST for build testingJean Delvare1-1/+1
2014-05-12firewire: net: fix NULL derefencing in fwnet_probe()Daeseok Youn1-2/+2
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-03-08Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-11/+28
2014-03-07firewire: don't use PREPARE_DELAYED_WORKTejun Heo2-11/+28
2014-03-06firewire: ohci: fix probe failure with Agere/LSI controllersStefan Richter1-13/+2
2014-02-28firewire: net: fix use after freeStefan Richter1-3/+3
2014-01-20firewire: Enable remote DMA above 4 GBStefan Richter3-6/+11
2014-01-12firewire: ohci: Turn remote DMA support into a module parameterLubomir Rintel1-8/+11
2013-12-15firewire: sbp2: bring back WRITE SAME supportStefan Richter1-1/+0
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen1-0/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-08-29firewire: ohci: Fix deadlock at bus resetStephan Gatzka1-1/+8
2013-08-29firewire: ohci: Change module_pci_driver to module_init/module_exitStephan Gatzka1-1/+12
2013-08-19firewire: ohci: beautify some macro definitionsStefan Richter1-9/+9
2013-08-19firewire: ohci: change confusing name of a struct memberStefan Richter1-5/+5
2013-07-30firewire: core: typecast from gfp_t to bool more safelyStefan Richter1-1/+1
2013-07-30firewire: WQ_NON_REENTRANT is meaningless and going awayTejun Heo1-2/+1
2013-07-27firewire: fix libdc1394/FlyCap2 iso event regressionClemens Ladisch2-2/+11
2013-06-09firewire: remove support of fw_driver.driver.probe and .remove methodsStefan Richter1-8/+2
2013-06-09firewire: introduce fw_driver.probe and .remove methodsStefan Richter3-45/+67
2013-05-09Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds5-152/+166