summaryrefslogtreecommitdiff
path: root/drivers/firewire
AgeCommit message (Expand)Author
2023-05-11firewire: net: fix unexpected release of object for asynchronous request packetTakashi Sakamoto
2023-04-27Merge tag 'firewire-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-04-24firewire: init_ohci1394_dma: use correct function names in commentsRandy Dunlap
2023-03-24scsi: firewire: sbp2: Declare the SCSI host template constBart Van Assche
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman
2023-01-23firewire: cdev: use single object to dispatch event for request to IEC 61883-...Takashi Sakamoto
2023-01-23firewire: cdev: obsolete NULL check to detect IEC 61883-1 FCP regionTakashi Sakamoto
2023-01-23firewire: core: use kref structure to maintain lifetime of data for fw_reques...Takashi Sakamoto
2023-01-17firewire: fix memory leak for payload of request subaction to IEC 61883-1 FCP...Takashi Sakamoto
2022-07-28firewire: net: Make use of get_unaligned_be48(), put_unaligned_be48()Andy Shevchenko
2022-06-17firewire: convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong
2022-06-17firewire: cdev: fix potential leak of kernel stack due to uninitialized valueTakashi Sakamoto
2022-05-23Merge branch 'for-linus' into for-nextTakashi Iwai
2022-04-25firewire: core: extend card->lock in fw_core_handle_bus_resetNiels Dossche
2022-04-25firewire: remove check of list iterator against head past the loop bodyJakob Koschel
2022-04-25firewire: fix potential uaf in outbound_phy_packet_callback()Chengfeng Ye
2022-04-05firewire: add kernel API to access packet structure in request structure for ...Takashi Sakamoto
2022-04-05firewire: add kernel API to access CYCLE_TIME registerTakashi Sakamoto
2022-04-05firewire: Add dummy read_csr/write_csr functionsHector Martin
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01firewire: Remove function callback castsOscar Carter
2021-10-28firewire: don't write directly to netdev->dev_addrJakub Kicinski
2021-10-16scsi: firewire: sbp2: Switch to attribute groupsBart Van Assche
2021-10-16scsi: firewire: sbp2: Call scsi_done() directlyBart Van Assche
2021-09-11Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-07-05firewire: nosy: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-07-05firewire: net: remove unused variable 'guid'Pu Lehui
2021-06-15firewire: nosy: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-05-17firewire: core: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-04firewire: nosy: Fix a use-after-free bug in nosy_ioctl()Zheyu Ma
2021-03-17firewire: ohci: Use tasklet_disable_in_atomic() where requiredSebastian Andrzej Siewior
2021-02-09firewire: replace tricky statement by two simple onesUwe Kleine-König
2020-09-25firewire-ohci: use dma_alloc_pagesChristoph Hellwig
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-15firewire: ohci: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-04-23firewire: switch ioctl_queue_iso to use of copy_from_user()Al Viro
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-02Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-13firewire: core: code cleanup after vm_map_pages_zero introductionStefan Richter
2019-11-13firewire: ohci: stop using get_seconds() for BUS_TIMEArnd Bergmann
2019-11-07net: add annotations on hh->hh_len lockless accessesEric Dumazet
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann
2019-07-25firewire: mark expected switch fall-throughsGustavo A. R. Silva