summaryrefslogtreecommitdiffstats
path: root/drivers/firewire
Commit message (Expand)AuthorAgeFilesLines
* firewire: net: fix use after free in fwnet_finish_incoming_packet()Zhang Shurong2023-06-241-2/+4
* firewire: core: obsolete usage of GFP_ATOMIC at building node treeTakashi Sakamoto2023-06-062-2/+2
* firewire: ohci: release buffer for AR req/resp contexts when managed resource...Takashi Sakamoto2023-06-061-17/+14
* firewire: ohci: use devres for content of configuration ROMTakashi Sakamoto2023-06-061-18/+9
* firewire: ohci: use devres for IT, IR, AT/receive, and AT/request contextsTakashi Sakamoto2023-06-061-15/+8
* firewire: ohci: use devres for list of isochronous contextsTakashi Sakamoto2023-06-061-10/+9
* firewire: ohci: use devres for requested IRQTakashi Sakamoto2023-06-061-8/+4
* firewire: ohci: use devres for misc DMA bufferTakashi Sakamoto2023-06-061-10/+3
* firewire: ohci: use devres for MMIO region mappingTakashi Sakamoto2023-06-061-20/+6
* firewire: ohci: use devres for PCI-related resourcesTakashi Sakamoto2023-06-061-7/+3
* firewire: ohci: use devres for memory object of ohci structureTakashi Sakamoto2023-06-061-16/+17
* firewire: fix build failure due to missing module licenseTakashi Sakamoto2023-05-301-0/+2
* firewire: cdev: implement new event relevant to phy packet with time stampTakashi Sakamoto2023-05-301-22/+68
* firewire: cdev: add new event to notify phy packet with time stampTakashi Sakamoto2023-05-301-0/+14
* firewire: cdev: code refactoring to dispatch event for phy packetTakashi Sakamoto2023-05-301-27/+51
* firewire: cdev: implement new event to notify response subaction with time stampTakashi Sakamoto2023-05-301-31/+65
* firewire: cdev: add new event to notify response subaction with time stampTakashi Sakamoto2023-05-301-0/+15
* firewire: cdev: code refactoring to operate event of responseTakashi Sakamoto2023-05-301-12/+15
* firewire: core: implement variations to send request and wait for response wi...Takashi Sakamoto2023-05-301-14/+27
* firewire: core: use union for callback of transaction completionTakashi Sakamoto2023-05-303-14/+68
* firewire: cdev: implement new event to notify request subaction with time stampTakashi Sakamoto2023-05-301-1/+17
* firewire: cdev: add new event to notify request subaction with time stampTakashi Sakamoto2023-05-301-0/+20
* firewire: cdev: add new version of ABI to notify time stamp at request/respon...Takashi Sakamoto2023-05-301-0/+1
* firewire: add KUnit test to check layout of UAPI structuresTakashi Sakamoto2023-05-304-0/+61
* firewire: net: fix unexpected release of object for asynchronous request packetTakashi Sakamoto2023-05-111-10/+11
* Merge tag 'firewire-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-271-2/+2
|\
| * firewire: init_ohci1394_dma: use correct function names in commentsRandy Dunlap2023-04-241-2/+2
* | scsi: firewire: sbp2: Declare the SCSI host template constBart Van Assche2023-03-241-2/+2
|/
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-4/+4
|\
| * driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-4/+4
* | firewire: cdev: use single object to dispatch event for request to IEC 61883-...Takashi Sakamoto2023-01-231-16/+9
* | firewire: cdev: obsolete NULL check to detect IEC 61883-1 FCP regionTakashi Sakamoto2023-01-233-19/+23
* | firewire: core: use kref structure to maintain lifetime of data for fw_reques...Takashi Sakamoto2023-01-233-6/+34
* | firewire: fix memory leak for payload of request subaction to IEC 61883-1 FCP...Takashi Sakamoto2023-01-171-1/+3
|/
* firewire: net: Make use of get_unaligned_be48(), put_unaligned_be48()Andy Shevchenko2022-07-281-12/+2
* firewire: convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong2022-06-171-4/+2
* firewire: cdev: fix potential leak of kernel stack due to uninitialized valueTakashi Sakamoto2022-06-171-1/+1
* Merge branch 'for-linus' into for-nextTakashi Iwai2022-05-235-27/+32
|\
| * firewire: core: extend card->lock in fw_core_handle_bus_resetNiels Dossche2022-04-252-6/+6
| * firewire: remove check of list iterator against head past the loop bodyJakob Koschel2022-04-252-20/+23
| * firewire: fix potential uaf in outbound_phy_packet_callback()Chengfeng Ye2022-04-251-1/+3
* | firewire: add kernel API to access packet structure in request structure for ...Takashi Sakamoto2022-04-051-0/+18
* | firewire: add kernel API to access CYCLE_TIME registerTakashi Sakamoto2022-04-052-2/+32
* | firewire: Add dummy read_csr/write_csr functionsHector Martin2022-04-051-0/+11
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-051-4/+6
|\
| * scsi: firewire: sbp2: Switch to attribute groupsBart Van Assche2021-10-161-3/+5
| * scsi: firewire: sbp2: Call scsi_done() directlyBart Van Assche2021-10-161-1/+1
* | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-7/+7
|\ \
| * | firewire: don't write directly to netdev->dev_addrJakub Kicinski2021-10-281-7/+7
| |/
* / firewire: Remove function callback castsOscar Carter2021-11-011-6/+26
|/