aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-30firewire: ohci: dump_stack() for PHY regs read/write failuresPeter Hurley1-2/+4
2013-04-30firewire: ohci: Improve bus reset error messagesPeter Hurley1-13/+14
2013-04-30firewire: ohci: Alias dev_* log functionsPeter Hurley1-78/+65
2013-04-30firewire: ohci: Fix 'failed to read phy reg' on FW643 rev8Peter Hurley1-2/+18
2013-04-28firewire: ohci: fix VIA VT6306 video receptionAndy Leiserson1-3/+35
2013-04-28firewire: ohci: Check LPS before register access on pci removalPeter Hurley1-4/+9
2013-04-28firewire: ohci: Fix double free_irq()Peter Hurley1-22/+16
2013-04-28firewire: remove unnecessary alloc/OOM messagesStefan Richter5-30/+12
2013-04-28firewire: sbp2: replace BUG_ON by WARN_ONStefan Richter1-2/+2
2013-04-28firewire: core: remove an always false testStefan Richter1-2/+1
2013-04-28firewire: Remove two unneeded checks for macrosPaul Bolle2-4/+0
2013-03-28net: add ETH_P_802_3_MINSimon Horman1-1/+1
2013-03-26firewire net, ipv6: IPv6 over Firewire (RFC3146) support.YOSHIFUJI Hideaki / 吉藤英明2-8/+77
2013-03-26firewire net, ipv4 arp: Extend hardware address and remove driver-level packet inspection.YOSHIFUJI Hideaki / 吉藤英明1-127/+26
2013-03-26firewire net: Ignore spd and max_payload advertised by ARP.YOSHIFUJI Hideaki / 吉藤英明1-16/+0
2013-03-26firewire net: Allocate address handler before registering net_device.YOSHIFUJI Hideaki / 吉藤英明1-12/+10
2013-03-26firewire net: Send L2 multicast via GASP.YOSHIFUJI Hideaki / 吉藤英明1-5/+7
2013-03-26firewire net: Accept IPv4 and ARP only.YOSHIFUJI Hideaki / 吉藤英明1-2/+19
2013-03-13firewire net: Release broadcast/fifo resources on ifdown.YOSHIFUJI Hideaki1-4/+4
2013-03-13firewire net: Introduce fwnet_broadcast_stop() to destroy broadcast resources.YOSHIFUJI Hideaki1-32/+36
2013-03-13firewire net: Allocate dev->broadcast_rcv_buffer_ptrs early.YOSHIFUJI Hideaki1-12/+12
2013-03-13firewire net: Fix leakage of kmap for broadcast receive buffer.YOSHIFUJI Hideaki1-0/+7
2013-03-13firewire net: Omit checking dev->broadcast_rcv_context in fwnet_broadcast_start().YOSHIFUJI Hideaki1-31/+26
2013-03-13firewire net: Clear dev->broadcast_rcv_context and dev->broadcast_state after destruction of context.YOSHIFUJI Hideaki1-0/+3
2013-03-13firewire net: Fix memory leakage in fwnet_remove().YOSHIFUJI Hideaki1-0/+2
2013-03-13firewire net: Check dev->broadcast_state inside fwnet_broadcast_start().YOSHIFUJI Hideaki1-5/+7
2013-03-13firewire net: Setup broadcast and local fifo independently.YOSHIFUJI Hideaki1-7/+8
2013-03-13firewire net: Introduce fwnet_fifo_{start, stop}() helpers.YOSHIFUJI Hideaki1-16/+35
2013-03-13firewire net: No need to reset dev->local_fifo after failure of fw_core_add_address_handler().YOSHIFUJI Hideaki1-1/+1
2013-02-27firewire: convert to idr_alloc()Tejun Heo2-17/+13
2013-02-27firewire: add minor number range check to fw_device_init()Tejun Heo1-0/+4