aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-03Merge tag 'firewire-fixes-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds1-7/+4
2023-11-30firewire: core: fix possible memory leak in create_units()Yang Yingliang1-7/+4
2023-11-24scsi: Change SCSI device boolean fields to single bit flagsDamien Le Moal1-3/+3
2023-11-05firewire: Annotate struct fw_node with __counted_byKees Cook1-1/+1
2023-10-27scsi: sd: Introduce manage_shutdown device flagDamien Le Moal1-0/+1
2023-09-28scsi: sd: Differentiate system and runtime start/stop managementDamien Le Moal1-3/+6
2023-09-15Revert "firewire: core: obsolete usage of GFP_ATOMIC at building node tree"Takashi Sakamoto2-2/+2
2023-06-24firewire: net: fix use after free in fwnet_finish_incoming_packet()Zhang Shurong1-2/+4
2023-06-06firewire: core: obsolete usage of GFP_ATOMIC at building node treeTakashi Sakamoto2-2/+2
2023-06-06firewire: ohci: release buffer for AR req/resp contexts when managed resource is releasedTakashi Sakamoto1-17/+14
2023-06-06firewire: ohci: use devres for content of configuration ROMTakashi Sakamoto1-18/+9
2023-06-06firewire: ohci: use devres for IT, IR, AT/receive, and AT/request contextsTakashi Sakamoto1-15/+8
2023-06-06firewire: ohci: use devres for list of isochronous contextsTakashi Sakamoto1-10/+9
2023-06-06firewire: ohci: use devres for requested IRQTakashi Sakamoto1-8/+4
2023-06-06firewire: ohci: use devres for misc DMA bufferTakashi Sakamoto1-10/+3
2023-06-06firewire: ohci: use devres for MMIO region mappingTakashi Sakamoto1-20/+6
2023-06-06firewire: ohci: use devres for PCI-related resourcesTakashi Sakamoto1-7/+3
2023-06-06firewire: ohci: use devres for memory object of ohci structureTakashi Sakamoto1-16/+17
2023-05-30firewire: fix build failure due to missing module licenseTakashi Sakamoto1-0/+2
2023-05-30firewire: cdev: implement new event relevant to phy packet with time stampTakashi Sakamoto1-22/+68
2023-05-30firewire: cdev: add new event to notify phy packet with time stampTakashi Sakamoto1-0/+14
2023-05-30firewire: cdev: code refactoring to dispatch event for phy packetTakashi Sakamoto1-27/+51
2023-05-30firewire: cdev: implement new event to notify response subaction with time stampTakashi Sakamoto1-31/+65
2023-05-30firewire: cdev: add new event to notify response subaction with time stampTakashi Sakamoto1-0/+15
2023-05-30firewire: cdev: code refactoring to operate event of responseTakashi Sakamoto1-12/+15
2023-05-30firewire: core: implement variations to send request and wait for response with time stampTakashi Sakamoto1-14/+27
2023-05-30firewire: core: use union for callback of transaction completionTakashi Sakamoto3-14/+68
2023-05-30firewire: cdev: implement new event to notify request subaction with time stampTakashi Sakamoto1-1/+17
2023-05-30firewire: cdev: add new event to notify request subaction with time stampTakashi Sakamoto1-0/+20
2023-05-30firewire: cdev: add new version of ABI to notify time stamp at request/response subaction of transactionTakashi Sakamoto1-0/+1
2023-05-30firewire: add KUnit test to check layout of UAPI structuresTakashi Sakamoto4-0/+61
2023-05-11firewire: net: fix unexpected release of object for asynchronous request packetTakashi Sakamoto1-10/+11
2023-04-27Merge tag 'firewire-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds1-2/+2
2023-04-24firewire: init_ohci1394_dma: use correct function names in commentsRandy Dunlap1-2/+2
2023-03-24scsi: firewire: sbp2: Declare the SCSI host template constBart Van Assche1-2/+2
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+4
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman1-4/+4
2023-01-23firewire: cdev: use single object to dispatch event for request to IEC 61883-1 FCP regionTakashi Sakamoto1-16/+9
2023-01-23firewire: cdev: obsolete NULL check to detect IEC 61883-1 FCP regionTakashi Sakamoto3-19/+23
2023-01-23firewire: core: use kref structure to maintain lifetime of data for fw_request structureTakashi Sakamoto3-6/+34
2023-01-17firewire: fix memory leak for payload of request subaction to IEC 61883-1 FCP regionTakashi Sakamoto1-1/+3
2022-07-28firewire: net: Make use of get_unaligned_be48(), put_unaligned_be48()Andy Shevchenko1-12/+2
2022-06-17firewire: convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong1-4/+2
2022-06-17firewire: cdev: fix potential leak of kernel stack due to uninitialized valueTakashi Sakamoto1-1/+1
2022-05-23Merge branch 'for-linus' into for-nextTakashi Iwai5-27/+32
2022-04-25firewire: core: extend card->lock in fw_core_handle_bus_resetNiels Dossche2-6/+6
2022-04-25firewire: remove check of list iterator against head past the loop bodyJakob Koschel2-20/+23
2022-04-25firewire: fix potential uaf in outbound_phy_packet_callback()Chengfeng Ye1-1/+3
2022-04-05firewire: add kernel API to access packet structure in request structure for AR contextTakashi Sakamoto1-0/+18
2022-04-05firewire: add kernel API to access CYCLE_TIME registerTakashi Sakamoto2-2/+32