summaryrefslogtreecommitdiff
path: root/drivers/scsi/cxgbi/libcxgbi.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-27Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+2
2023-03-28net: introduce a config option to tweak MAX_SKB_FRAGSEric Dumazet1-2/+2
2023-03-25scsi: iscsi: Declare SCSI host template constBart Van Assche1-1/+1
2022-06-22scsi: iscsi: Rename iscsi_conn_queue_work()Mike Christie1-1/+1
2022-06-22scsi: iscsi: Fix session removal on shutdownMike Christie1-1/+1
2022-04-12scsi: iscsi: Merge suspend fieldsMike Christie1-3/+3
2021-06-02scsi: iscsi: Fix shost->max_id useMike Christie1-2/+2
2021-06-02scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie1-4/+8
2021-06-02scsi: iscsi: Drop suspend calls from ep_disconnectMike Christie1-1/+0
2020-09-15Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen1-1/+1
2020-08-25scsi: libcxgbi: Fix a use after free in cxgbi_conn_xmit_pdu()Dan Carpenter1-1/+1
2020-08-21scsi: libcxgbi: Use kvzalloc instead of opencoded kzalloc/vzallocDenis Efremov1-4/+4
2020-07-25scsi: libcxgbi: Remove unnecessary NULL checks for 'tdata' pointerVarun Prakash1-4/+4
2020-07-15scsi: cxgb4i: Remove an unnecessary NULL check for 'cconn' pointerVarun Prakash1-1/+1
2020-07-14scsi: cxgb4i: Clean up a debug printkDan Carpenter1-2/+1
2020-07-14scsi: cxgb4i: Fix dereference of pointer tdata before it is null checkedColin Ian King1-2/+4
2020-07-08scsi: cxgb4i: Add support for iSCSI segmentation offloadVarun Prakash1-167/+498
2019-12-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+2
2019-12-20scsi: libcxgbi: fix NULL pointer dereference in cxgbi_device_destroy()Varun Prakash1-1/+2
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-10-01scsi: libcxgbi: remove unused function to stop warningAustin Kim1-28/+0
2019-06-10cxgb4/libcxgb/cxgb4i/cxgbit: enable eDRAM page pods for iSCSIVarun Prakash1-6/+9
2019-05-30scsi: libcxgbi: add a check for NULL pointer in cxgbi_check_route()Varun Prakash1-0/+4
2019-04-16scsi: libcxgbi: update route finding logicVarun Prakash1-5/+8
2019-04-16scsi: libcxgbi: find cxgbi device by MAC addressVarun Prakash1-2/+2
2019-03-28scsi: libcxgbi: remove uninitialized variable lenColin Ian King1-3/+2
2019-03-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+5
2019-02-06scsi: remove bidirectional command supportChristoph Hellwig1-8/+5
2019-01-12scsi: cxgb4i: add wait_for_completion()Varun Prakash1-3/+4
2018-09-12scsi: libcxgbi: fib6_ino reference in rt6_info is rcu protectedDavid Ahern1-3/+2
2018-09-10net/ipv6: Remove rt6i_prefsrcDavid Ahern1-2/+2
2018-01-09scsi: libcxgbi: use GFP_ATOMIC in cxgbi_conn_alloc_pdu()Varun Prakash1-1/+1
2017-11-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-18/+32
2017-11-01scsi: cxgbi: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-10-11scsi: libcxgbi: simplify task->hdr allocation for mgmt cmdsVarun Prakash1-15/+28
2017-10-11scsi: libcxgbi: in case of vlan pass 0 as ifindex to find routeVarun Prakash1-1/+4
2017-09-16scsi: libcxgbi: remove redundant check and close on cskColin Ian King1-2/+0
2017-08-11scsi: libcxgbi: use ndev->ifindex to find routeVarun Prakash1-9/+18
2017-07-25scsi: libcxgbi: add check for valid cxgbi_task_dataVarun Prakash1-0/+7
2017-06-02scsi: cxgb4i: libcxgbi: in error case RST tcp connVarun Prakash1-7/+22
2017-05-24scsi: libcxgbi: fix skb use after freeVarun Prakash1-7/+18
2017-02-07net-next: treewide use is_vlan_dev() helper function.Parav Pandit1-3/+3
2016-12-14scsi: libcxgbi: return error if interface is not upVarun Prakash1-0/+12
2016-12-14scsi: cxgb4i: libcxgbi: add missing module_put()Varun Prakash1-0/+3
2016-12-14scsi: cxgb4i: libcxgbi: cxgb4: add T6 iSCSI completion featureVarun Prakash1-0/+19
2016-12-14scsi: cxgb4i: libcxgbi: add active open cmd for T6 adaptersVarun Prakash1-3/+3
2016-11-09scsi: libcxgbi: fix incorrect DDP resource cleanupVarun Prakash1-1/+2
2016-07-25libcxgb: export ppm release and tagmask set apiVarun Prakash1-0/+1
2016-07-25cxgb4i,libcxgbi: add iSCSI DDP supportVarun Prakash1-0/+331
2016-07-25cxgb3i,cxgb4i,libcxgbi: remove iSCSI DDP supportVarun Prakash1-578/+0