summaryrefslogtreecommitdiffstats
path: root/drivers/firewire
Commit message (Expand)AuthorAgeFilesLines
* firewire: sbp2: replace BUG_ON by WARN_ONStefan Richter2013-04-281-2/+2
* firewire: core: remove an always false testStefan Richter2013-04-281-2/+1Star
* firewire: Remove two unneeded checks for macrosPaul Bolle2013-04-282-4/+0Star
* firewire: convert to idr_alloc()Tejun Heo2013-02-282-17/+13Star
* firewire: add minor number range check to fw_device_init()Tejun Heo2013-02-281-0/+4
* firewire: don't use idr_remove_all()Tejun Heo2013-02-281-1/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-221-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2013-01-293-9/+12
| |\
| * | treewide: Fix typo in various driversMasanari Iida2013-01-091-1/+1
* | | firewire net: Use LL_RESERVED_SPACE(), HH_DATA_OFF().YOSHIFUJI Hideaki / 吉藤英明2013-01-211-6/+6
* | | firewire net: Ensure checksumming in upper layer.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-1/+1
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-132-3/+3
|\|
| * various: Fix spelling of "asynchronous" in comments.Adam Buchbinder2012-11-192-3/+3
* | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-12-132-8/+9
|\ \
| * | firewire: net: remove unused variable in fwnet_receive_broadcast()Wei Yongjun2012-12-031-2/+0Star
| * | firewire: net: Fix handling of fragmented multicast/broadcast packets.Stephan Gatzka2012-12-021-4/+9
| * | firewire: sbp2: allow WRITE SAME and REPORT SUPPORTED OPERATION CODESStefan Richter2012-12-021-2/+0Star
* | | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-112-3/+3
|\ \ \ | |/ / |/| |
| * | firewire: remove use of __devinitdataBill Pemberton2012-11-281-1/+1
| * | firewire: remove use of __devinitBill Pemberton2012-11-282-2/+2
| |/
* | [SCSI] sd: Implement support for WRITE SAMEMartin K. Petersen2012-11-141-0/+1
* | [SCSI] Add a report opcode helperMartin K. Petersen2012-11-141-0/+1
|/
* firewire: cdev: fix user memory corruption (i386 userland on amd64 kernel)Stefan Richter2012-10-091-2/+2
* firewire: addendum to address handler RCU conversionStefan Richter2012-09-281-5/+8
* firewire: remove global lock around address handlers, convert to RCUPeter Hurley2012-09-281-9/+11
* firewire: ohci: get IR bit from TSB41BA3D phyStephan Gatzka2012-09-251-1/+27
* firewire: core: feed /dev/random with devices' GUIDsClemens Ladisch2012-09-251-0/+3
* Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-304-9/+55
|\
| * firewire: core: add is_local sysfs device attributeClemens Ladisch2012-06-301-0/+9
| * firewire: ohci: initialize multiChanMode bits after resetClemens Ladisch2012-06-171-0/+5
| * firewire: core: fix multichannel IR with buffers larger than 2 GBClemens Ladisch2012-06-171-1/+1
| * firewire: ohci: sanity-check MMIO resourceClemens Ladisch2012-06-051-0/+7
| * firewire: ohci: lazy bus time initializationClemens Ladisch2012-05-271-6/+12
| * firewire: core: allocate the low memory regionClemens Ladisch2012-05-271-2/+21
* | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-249-160/+214
|\|
| * firewire: sbp2: document the absence of alignment requirementsClemens Ladisch2012-05-211-4/+6
| * firewire: sbp2: remove superfluous blk_queue_max_segment_size() callClemens Ladisch2012-05-211-2/+0Star
| * firewire: sbp2: use scsi_dma_(un)mapClemens Ladisch2012-05-211-9/+4Star
| * firewire: sbp2: give correct DMA device to scsi frameworkClemens Ladisch2012-05-211-1/+2
| * firewire: core: fw_device_refresh(): clean up error handlingClemens Ladisch2012-04-171-21/+12Star
| * firewire: core: log config rom reading errorsClemens Ladisch2012-04-171-15/+27
| * firewire: core: log error in case of failed bus manager lockClemens Ladisch2012-04-171-2/+2
| * firewire: move rcode_string() to coreClemens Ladisch2012-04-171-0/+26
| * firewire: core: improve reread_config_rom() interfaceClemens Ladisch2012-04-171-21/+19Star
| * firewire: core: wait for inaccessible devices after bus resetClemens Ladisch2012-04-171-6/+3Star
| * firewire: ohci: omit spinlock IRQ flags where possibleStefan Richter2012-04-171-13/+10Star
| * firewire: ohci: correct signedness of a local variableStefan Richter2012-04-171-2/+2
| * firewire: core: fix DMA mapping directionStefan Richter2012-04-173-39/+99
| * firewire: use module_pci_driverAxel Lin2012-04-092-29/+6Star
* | firewire: Move fw_card kref functions into linux/firewire.hChris Boot2012-05-102-15/+1Star