1. d1e51ea scsi: target: cxgbit: Enable Delayed ACK by Varun Prakash · 3 years, 3 months ago
  2. 7f96c7a scsi: target: cxgbit: Increase max DataSegmentLength by Varun Prakash · 3 years, 3 months ago
  3. 382731e scsi: target: iscsi: Replace tpg enable attr with ops.enable by Dmitry Bogdanov · 3 years, 4 months ago
  4. 8f13142 scsi: target: Remove redundant assignment to variable ret by Colin Ian King · 3 years, 6 months ago
  5. 79366f0 scsi: target: iscsi: Remove redundant continue statement by Colin Ian King · 3 years, 7 months ago
  6. 998da77 scsi: target: iscsi: Drop unnecessary container_of() by Guenter Roeck · 3 years, 8 months ago
  7. 6ecdafa scsi: target: cxgbit: Unmap DMA buffer before calling target_execute_cmd() by Varun Prakash · 3 years, 9 months ago
  8. 6235bef scsi: target: iscsi: Switch to kmemdup_nul() by Yang Yingliang · 3 years, 10 months ago
  9. 84b20b8 Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging by Martin K. Petersen · 3 years, 9 months ago
  10. 0352c3d scsi: target: iscsi: Fix zero tag inside a trace event by Roman Bolshakov · 3 years, 10 months ago
  11. c22659f scsi: target: iscsi: Initialize arrays at declaration time by Chaitanya Kulkarni · 3 years, 11 months ago
  12. c4d81e7 scsi: target: iscsi: Remove unused macro PRINT_BUF by Chaitanya Kulkarni · 3 years, 11 months ago
  13. 91ce84a scsi: target: iscsi: Remove unused macro TEXT_LEN by Chaitanya Kulkarni · 3 years, 11 months ago
  14. fdc1339 scsi: target: iscsi: Remove unused macro ISCSI_INST_LAST_FAILURE_TYPE by Chaitanya Kulkarni · 3 years, 11 months ago
  15. 0869419 scsi: target: core: Add gfp_t arg to target_cmd_init_cdb() by Mike Christie · 3 years, 11 months ago
  16. a78b713 scsi: target: core: Rename transport_init_se_cmd() by Mike Christie · 3 years, 11 months ago
  17. bdb39c9 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 11 months ago
  18. 2355a67 cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 and ulds by Ayush Sawal · 4 years ago
  19. 4d82e9d Merge branch '5.11/scsi-fixes' into 5.12/scsi-queue by Martin K. Petersen · 4 years ago
  20. f88a10f scsi: target: iscsi: Redo iscsit_check_session_usage_count() return code by Sebastian Andrzej Siewior · 4 years, 1 month ago
  21. efc9d73 scsi: target: iscsi: Avoid in_interrupt() usage in iscsit_check_session_usage_count() by Sebastian Andrzej Siewior · 4 years, 1 month ago
  22. 4336754 scsi: target: iscsi: Avoid in_interrupt() usage in iscsit_close_session() by Sebastian Andrzej Siewior · 4 years, 1 month ago
  23. 389102a scsi: target: iscsi: Fix typo in comment by Valdis Klētnieks · 4 years ago
  24. f361993 scsi: target: iscsi: Fix cmd abort fabric stop race by Mike Christie · 4 years, 2 months ago
  25. 55e0500 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 3 months ago
  26. 1c37090 scsi: target: Remove redundant assignment to variable 'ret' by Jing Xiangfeng · 4 years, 4 months ago
  27. d6dc7e0 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 4 months ago
  28. ed43ffe scsi: target: iscsi: Fix hang in iscsit_access_np() when getting tpg->np_login_sem by Hou Pu · 4 years, 6 months ago
  29. 5528d03 scsi: target: iscsi: Fix data digest calculation by Varun Prakash · 4 years, 5 months ago
  30. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  31. c9c9735 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 5 months ago
  32. 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
  33. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  34. a8ac783 scsi: target: Make iscsit_register_transport() return void by Max Gurtovoy · 4 years, 5 months ago
  35. df2de6f scsi: target: iscsi: Fix inconsistent debug message by Hou Pu · 4 years, 6 months ago
  36. 4e108d4 scsi: target: iscsi: Fix login error when receiving by Hou Pu · 4 years, 6 months ago
  37. b53293f scsi: target: cxgbit: Remove tx flow control code by Varun Prakash · 4 years, 7 months ago
  38. f178842 scsi: target: cxgbit: Check connection state before issuing hardware command by Varun Prakash · 4 years, 7 months ago
  39. 6adc19f Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
  40. 3df83e1 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 7 months ago
  41. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  42. 987db58 scsi: target: Rename target_setup_cmd_from_cdb() to target_cmd_parse_cdb() by Sudhakar Panneerselvam · 4 years, 7 months ago
  43. 9e95fb8 scsi: target: Fix NULL pointer dereference by Sudhakar Panneerselvam · 4 years, 7 months ago
  44. a36840d scsi: target: Initialize LUN in transport_init_se_cmd() by Sudhakar Panneerselvam · 4 years, 7 months ago
  45. 818dbde Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 7 months ago
  46. c4e446b ipv4: add ip_sock_set_freebind by Christoph Hellwig · 4 years, 8 months ago
  47. 12abc5e tcp: add tcp_sock_set_nodelay by Christoph Hellwig · 4 years, 8 months ago
  48. b58f0e8 net: add sock_set_reuseaddr by Christoph Hellwig · 4 years, 8 months ago
  49. 7c59dac scsi: target: iscsi: Remove the iscsi_data_count structure by Maurizio Lombardi · 4 years, 9 months ago
  50. 79f51b7 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 10 months ago
  51. 626bac7 scsi: target: iscsi: calling iscsit_stop_session() inside iscsit_close_session() has no effect by Maurizio Lombardi · 4 years, 10 months ago
  52. 57c46e9 scsi: target: fix hang when multiple threads try to destroy the same iscsi session by Maurizio Lombardi · 4 years, 10 months ago
  53. e49a7d9 scsi: target: remove boilerplate code by Maurizio Lombardi · 4 years, 10 months ago
  54. 807b951 scsi: Revert "target: iscsi: Wait for all commands to finish before freeing a session" by Bart Van Assche · 5 years ago
  55. 76261ad scsi: Revert "RDMA/isert: Fix a recently introduced regression related to logout" by Bart Van Assche · 5 years ago
  56. 54343d9 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  57. 04060db scsi: RDMA/isert: Fix a recently introduced regression related to logout by Bart Van Assche · 5 years ago
  58. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  59. ef2cc88 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  60. e9d3009 scsi: target: iscsi: Wait for all commands to finish before freeing a session by Bart Van Assche · 5 years ago
  61. f9fab3d scsi: target: iscsi: rename some variables to avoid confusion. by Maurizio Lombardi · 5 years ago
  62. 19f5f88e scsi: target: iscsi: tie the challenge length to the hash digest size by Maurizio Lombardi · 5 years ago
  63. a572d24 scsi: target: iscsi: CHAP: add support for SHA1, SHA256 and SHA3-256 by Maurizio Lombardi · 5 years ago
  64. f83e148 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  65. e07734f scsi: cxgb4i: remove set but not used variable 'ppmax' by YueHaibing · 5 years ago
  66. fc5b220 scsi: target: cxgbit: Fix cxgbit_fw4_ack() by Bart Van Assche · 5 years ago
  67. d30f53d scsi: target: remove unused extension parameters by David Disseldorp · 5 years ago
  68. 95f8f6a scsi: target: fix SendTargets=All string compares by David Disseldorp · 5 years ago
  69. 9cef2a7 scsi: target: compare full CHAP_A Algorithm strings by David Disseldorp · 5 years ago
  70. 13dfb3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  71. b54c9d5 net: Use skb_frag_off accessors by Jonathan Lemon · 5 years ago
  72. 92493a2 Build fixes for skb_frag_size conversion by Matthew Wilcox (Oracle) · 5 years ago
  73. d784097 net: Use skb accessors in network drivers by Matthew Wilcox (Oracle) · 5 years ago
  74. 985eaf9 scsi: target: cxgbit: add support for IEEE_8021QAZ_APP_SEL_STREAM selector by Varun Prakash · 6 years ago
  75. ba6d10a Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  76. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  77. 4f8b490 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  78. 5dd6c493 scsi: iscsi: set auth_protocol back to NULL if CHAP_A value is not supported by Maurizio Lombardi · 6 years ago
  79. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  80. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  81. 8a914f3 scsi: target/iscsi: fix possible condition with no effect (if == else) by Hariprasad Kelam · 6 years ago
  82. a248384 cxgb4/libcxgb/cxgb4i/cxgbit: enable eDRAM page pods for iSCSI by Varun Prakash · 6 years ago
  83. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  84. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  85. 9cc342f treewide: prefix header search paths with $(srctree)/ by Masahiro Yamada · 6 years ago
  86. d1cd7c8 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  87. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  88. 4b3766e scsi: target/iscsi: Make sure PDU processing continues if parsing a command fails by Bart Van Assche · 6 years ago
  89. 2e39f1c scsi: target/iscsi: Make iscsit_map_iovec() more robust by Bart Van Assche · 6 years ago
  90. 0ca650c1 scsi: target/iscsi: Handle too large immediate data buffers correctly by Bart Van Assche · 6 years ago
  91. 96e8e26 scsi: target/iscsi: Only send R2T if needed by Bart Van Assche · 6 years ago
  92. b0055ac scsi: target/iscsi: Detect conn_cmd_list corruption early by Bart Van Assche · 6 years ago
  93. f55d0b40 scsi: target: iscsi: Free conn_ops when zalloc_cpumask_var failed by tangwenji · 6 years ago
  94. 1ea9b46 scsi: target: iscsi: Fix np_ip_proto and np_sock_type in iscsit_setup_np by tangwenji · 6 years ago
  95. 92fff53 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  96. 47eefde scsi: target/iscsi: Simplify iscsit_handle_text_cmd() by Bart Van Assche · 6 years ago
  97. 658c312 scsi: target/iscsi: Simplify iscsit_dump_data_payload() by Bart Van Assche · 6 years ago
  98. 32e36bf scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlock by Bart Van Assche · 6 years ago
  99. 1e65cc1 scsi: target/iscsi: Rename a function and a function pointer by Bart Van Assche · 6 years ago
  100. 0300b11 scsi: target/iscsi: Fix spelling of "unsolicited" by Bart Van Assche · 6 years ago