Age | Commit message (Expand) | Author | Files | Lines |
2023-06-24 | firewire: net: fix use after free in fwnet_finish_incoming_packet() | Zhang Shurong | 1 | -2/+4 |
2023-06-06 | firewire: core: obsolete usage of GFP_ATOMIC at building node tree | Takashi Sakamoto | 2 | -2/+2 |
2023-06-06 | firewire: ohci: release buffer for AR req/resp contexts when managed resource... | Takashi Sakamoto | 1 | -17/+14 |
2023-06-06 | firewire: ohci: use devres for content of configuration ROM | Takashi Sakamoto | 1 | -18/+9 |
2023-06-06 | firewire: ohci: use devres for IT, IR, AT/receive, and AT/request contexts | Takashi Sakamoto | 1 | -15/+8 |
2023-06-06 | firewire: ohci: use devres for list of isochronous contexts | Takashi Sakamoto | 1 | -10/+9 |
2023-06-06 | firewire: ohci: use devres for requested IRQ | Takashi Sakamoto | 1 | -8/+4 |
2023-06-06 | firewire: ohci: use devres for misc DMA buffer | Takashi Sakamoto | 1 | -10/+3 |
2023-06-06 | firewire: ohci: use devres for MMIO region mapping | Takashi Sakamoto | 1 | -20/+6 |
2023-06-06 | firewire: ohci: use devres for PCI-related resources | Takashi Sakamoto | 1 | -7/+3 |
2023-06-06 | firewire: ohci: use devres for memory object of ohci structure | Takashi Sakamoto | 1 | -16/+17 |
2023-05-30 | firewire: fix build failure due to missing module license | Takashi Sakamoto | 1 | -0/+2 |
2023-05-30 | firewire: cdev: implement new event relevant to phy packet with time stamp | Takashi Sakamoto | 1 | -22/+68 |
2023-05-30 | firewire: cdev: add new event to notify phy packet with time stamp | Takashi Sakamoto | 1 | -0/+14 |
2023-05-30 | firewire: cdev: code refactoring to dispatch event for phy packet | Takashi Sakamoto | 1 | -27/+51 |
2023-05-30 | firewire: cdev: implement new event to notify response subaction with time stamp | Takashi Sakamoto | 1 | -31/+65 |
2023-05-30 | firewire: cdev: add new event to notify response subaction with time stamp | Takashi Sakamoto | 1 | -0/+15 |
2023-05-30 | firewire: cdev: code refactoring to operate event of response | Takashi Sakamoto | 1 | -12/+15 |
2023-05-30 | firewire: core: implement variations to send request and wait for response wi... | Takashi Sakamoto | 1 | -14/+27 |
2023-05-30 | firewire: core: use union for callback of transaction completion | Takashi Sakamoto | 3 | -14/+68 |
2023-05-30 | firewire: cdev: implement new event to notify request subaction with time stamp | Takashi Sakamoto | 1 | -1/+17 |
2023-05-30 | firewire: cdev: add new event to notify request subaction with time stamp | Takashi Sakamoto | 1 | -0/+20 |
2023-05-30 | firewire: cdev: add new version of ABI to notify time stamp at request/respon... | Takashi Sakamoto | 1 | -0/+1 |
2023-05-30 | firewire: add KUnit test to check layout of UAPI structures | Takashi Sakamoto | 4 | -0/+61 |
2023-05-11 | firewire: net: fix unexpected release of object for asynchronous request packet | Takashi Sakamoto | 1 | -10/+11 |
2023-04-27 | Merge tag 'firewire-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
2023-04-24 | firewire: init_ohci1394_dma: use correct function names in comments | Randy Dunlap | 1 | -2/+2 |
2023-03-24 | scsi: firewire: sbp2: Declare the SCSI host template const | Bart Van Assche | 1 | -2/+2 |
2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+4 |
2023-01-27 | driver core: make struct device_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -4/+4 |
2023-01-23 | firewire: cdev: use single object to dispatch event for request to IEC 61883-... | Takashi Sakamoto | 1 | -16/+9 |
2023-01-23 | firewire: cdev: obsolete NULL check to detect IEC 61883-1 FCP region | Takashi Sakamoto | 3 | -19/+23 |
2023-01-23 | firewire: core: use kref structure to maintain lifetime of data for fw_reques... | Takashi Sakamoto | 3 | -6/+34 |
2023-01-17 | firewire: fix memory leak for payload of request subaction to IEC 61883-1 FCP... | Takashi Sakamoto | 1 | -1/+3 |
2022-07-28 | firewire: net: Make use of get_unaligned_be48(), put_unaligned_be48() | Andy Shevchenko | 1 | -12/+2 |
2022-06-17 | firewire: convert sysfs sprintf/snprintf family to sysfs_emit | Jiapeng Chong | 1 | -4/+2 |
2022-06-17 | firewire: cdev: fix potential leak of kernel stack due to uninitialized value | Takashi Sakamoto | 1 | -1/+1 |
2022-05-23 | Merge branch 'for-linus' into for-next | Takashi Iwai | 5 | -27/+32 |
2022-04-25 | firewire: core: extend card->lock in fw_core_handle_bus_reset | Niels Dossche | 2 | -6/+6 |
2022-04-25 | firewire: remove check of list iterator against head past the loop body | Jakob Koschel | 2 | -20/+23 |
2022-04-25 | firewire: fix potential uaf in outbound_phy_packet_callback() | Chengfeng Ye | 1 | -1/+3 |
2022-04-05 | firewire: add kernel API to access packet structure in request structure for ... | Takashi Sakamoto | 1 | -0/+18 |
2022-04-05 | firewire: add kernel API to access CYCLE_TIME register | Takashi Sakamoto | 2 | -2/+32 |
2022-04-05 | firewire: Add dummy read_csr/write_csr functions | Hector Martin | 1 | -0/+11 |
2021-11-05 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -4/+6 |
2021-11-02 | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -7/+7 |
2021-11-01 | firewire: Remove function callback casts | Oscar Carter | 1 | -6/+26 |
2021-10-28 | firewire: don't write directly to netdev->dev_addr | Jakub Kicinski | 1 | -7/+7 |
2021-10-16 | scsi: firewire: sbp2: Switch to attribute groups | Bart Van Assche | 1 | -3/+5 |
2021-10-16 | scsi: firewire: sbp2: Call scsi_done() directly | Bart Van Assche | 1 | -1/+1 |