summaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi
AgeCommit message (Expand)AuthorLines
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-09-15scsi: target: iscsi: fix typos and formatting in lio_target messagesAlok Tiwari-3/+3
2025-09-09scsi: target: iscsi: Use int type to store negative valueQianfeng Rong-1/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-5/+7
2025-05-27net: core: Convert inet_addr_is_any() to sockaddr_storageKees Cook-1/+1
2025-04-11scsi: target: iscsi: Fix timeout on deleted connectionDmitry Bogdanov-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-4/+4
2025-02-12scsi: target: iscsi: Fix typosAndrew Kreimer-3/+3
2025-01-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-183/+0
2025-01-02scsi: target: Remove unused functionsDr. David Alan Gilbert-183/+0
2024-12-01scsi: target: iscsi: switch to using the crc32c libraryEric Biggers-179/+49
2024-12-01x86/crc32: expose CRC32 functions through libEric Biggers-1/+0
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-3/+3
2024-08-22scsi: target: Remove unused declarationsYue Haibing-15/+0
2024-03-10scsi: target: iscsi: Remove unused variable xfer_lenColin Ian King-2/+1
2023-10-13Merge patch series "scsi: target: Allow userspace to config cmd submission"Martin K. Petersen-9/+6
2023-10-13scsi: target: core: Kill transport_handle_cdb_direct()Mike Christie-2/+2
2023-10-13scsi: target: core: Move core_alua_check_nonop_delay() callMike Christie-6/+0
2023-10-13scsi: target: Have drivers report if they support direct submissionsMike Christie-0/+3
2023-10-13scsi: target: iscs: Make write_pending_must_be_called a bit fieldMike Christie-1/+1
2023-09-27scsi: target: Remove the references to http://www.linux-iscsi.org/Bart Van Assche-3/+6
2023-07-31Merge patch series "scsi: target: iscsi: Get rid of sprintf in iscsi_target_c...Martin K. Petersen-36/+36
2023-07-31scsi: target: iscsi: Stop using sprintf() in iscsi_target_configfs.cKonstantin Shelekhin-9/+9
2023-07-31scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show()Konstantin Shelekhin-27/+27
2023-07-11scsi: target: iscsi: Remove the unused netif_timeout attributeMaurizio Lombardi-29/+0
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-4/+4
2023-06-24scsi: target: iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells-6/+9
2023-05-22scsi: target: iscsi: Prevent login threads from racing between each otherMaurizio Lombardi-1/+3
2023-05-22scsi: target: iscsi: Fix hang in the iSCSI login codeMaurizio Lombardi-91/+99
2023-05-16scsi: target: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh-4/+4
2023-03-31Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen-5/+7
2023-03-24scsi: target: iscsi: Handle abort for WRITE_PENDING cmdsDmitry Bogdanov-0/+11
2023-03-24scsi: target: iscsit: Fix TAS handling during conn cleanupMike Christie-7/+9
2023-03-24scsi: target: iscsit: Free cmds before session freeDmitry Bogdanov-3/+3
2023-03-24scsi: target: iscsit: Stop/wait on cmds during conn closeMike Christie-0/+10
2023-03-24scsi: target: iscsit: isert: Alloc per conn cmd counterMike Christie-12/+9
2023-03-24scsi: target: Pass in cmd counter to use during cmd setupMike Christie-4/+6
2023-03-24scsi: target: Move cmd counter allocationMike Christie-0/+10
2023-03-06scsi: target: iscsi: Fix an error message in iscsi_check_key()Maurizio Lombardi-5/+7
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye-0/+2
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-2/+10
2022-11-25use less confusing names for iov_iter direction initializersAl Viro-2/+2
2022-11-24scsi: target: iscsi: Fix a race condition between login_work and the login th...Maurizio Lombardi-2/+10
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld-1/+1
2022-07-26scsi: target: iscsi: Do not require target authenticationDmitry Bogdanov-6/+12
2022-07-26scsi: target: iscsi: Allow AuthMethod=NoneDmitry Bogdanov-2/+15
2022-07-26scsi: target: iscsi: Support base64 in CHAPDmitry Bogdanov-24/+94
2022-07-26scsi: target: iscsi: Add support for extended CDB AHSDmitry Bogdanov-3/+52
2022-07-18scsi: target: iscsi: Fix clang -Wformat warningsJustin Stitt-3/+3
2022-06-16scsi: target: iscsi: Fix NULL pointer dereference in iscsi_conn_auth_required()Yang Li-2/+1