summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/iscsi_tcp.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: iscsi_tcp: restrict to TCP socketsEric Dumazet2023-09-171-0/+4
* scsi: iscsi_tcp: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells2023-06-241-16/+10
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-04-261-2/+2
|\
| * scsi: iscsi: Declare SCSI host template constBart Van Assche2023-03-241-2/+2
* | scsi: iscsi_tcp: Check that sock is valid before iscsi_set_param()Zhong Jinghua2023-04-021-2/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-271-5/+15
|\
| * scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddressMike Christie2023-01-181-3/+6
| * scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddressMike Christie2023-01-181-2/+9
* | net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+3
|/
* Treewide: Stop corrupting socket's task_fragBenjamin Coddington2022-12-191-0/+1
* scsi: iscsi: iscsi_tcp: Fix null-ptr-deref while calling getpeername()Mike Christie2022-09-251-21/+52
* scsi: iscsi_tcp: Drop target_alloc useMike Christie2022-06-211-1/+0
* scsi: iscsi_tcp: Tell net when there's more dataMike Christie2022-06-211-1/+1
* scsi: iscsi: Run recv path from workqueueMike Christie2022-06-211-13/+52
* scsi: iscsi: Rename iscsi_conn_queue_work()Mike Christie2022-06-211-1/+1
* scsi: iscsi: Fix session removal on shutdownMike Christie2022-06-211-2/+2
* scsi: iscsi: Stop using the SCSI pointerBart Van Assche2022-02-221-0/+1
* scsi: iscsi: iscsi_tcp: Start socket shutdown during conn stopMike Christie2021-06-021-0/+6
* scsi: iscsi: iscsi_tcp: Set no lingerMike Christie2021-06-021-0/+1
* scsi: iscsi_tcp: Fix shost can_queue initializationMike Christie2021-02-081-2/+7
* scsi: doc: Fix some kernel-doc markupsMauro Carvalho Chehab2020-10-261-2/+2
* Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-2/+2
|\
| * bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-241-2/+2
* | scsi: iscsi: iscsi_tcp: Avoid holding spinlock while calling getpeername()Mark Mielke2020-09-291-7/+15
|/
* scsi: iscsi: Don't destroy session if there are outstanding connectionsNick Black2020-01-151-0/+4
* scsi: iscsi: Don't send data to unbound connectionAnatol Pomazau2019-11-191-0/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* scsi: remove bidirectional command supportChristoph Hellwig2019-02-051-8/+1
* scsi: iscsi: Capture iscsi debug messages using tracepointsFred Herard2018-12-201-0/+4
* scsi: remove the use_clustering flagChristoph Hellwig2018-12-181-1/+1
* scsi: iscsi_tcp: Explicitly cast param in iscsi_sw_tcp_host_get_paramNathan Chancellor2018-10-161-1/+2
* scsi: iscsi_tcp: don't set a bounce limitChristoph Hellwig2018-04-191-1/+0
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-1/+1
|\
| * iscsi: Use blk_queue_flag_set()Bart Van Assche2018-03-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-011-0/+8
|\ \
| * | scsi: iscsi_tcp: set BDI_CAP_STABLE_WRITES when data digest enabledJianchao Wang2018-03-191-0/+8
| |/
* / net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-7/+7
|/
* scsi: doc: fix iscsi-related kernel-doc warningsRandy Dunlap2018-01-031-0/+2
* scsi: iscsi_tcp: Remove a set-but-not-used variableBart Van Assche2017-08-251-2/+0
* treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka2017-05-081-3/+4
* sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown2017-04-111-1/+1
* scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-061-0/+1
* scsi_tcp: block BH in TCP callbacksEric Dumazet2016-05-191-6/+6
* iscsi_tcp: Use ahashHerbert Xu2016-01-271-22/+32
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-1/+1
* scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-0/+1
* iscsi_tcp: export port being usedMike Christie2014-09-301-2/+8
* net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2014-05-231-1/+1
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-1/+1
* [SCSI] iscsi_tcp: check for valid session before accessingMike Christie2014-03-151-0/+3