summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-2/+2
* scsi: iscsi: Stop using the SCSI pointerBart Van Assche2022-02-221-0/+1
* scsi: iscsi: Stop queueing during ep_disconnectMike Christie2021-06-021-0/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* scsi: cxgb4i: Add support for iSCSI segmentation offloadVarun Prakash2020-07-081-58/+184
* scsi: cxgb4i: Remove superfluous null checkXu Wang2020-04-241-4/+3
* scsi: cxgb4i: remove set but not used variable 'ppmax'YueHaibing2019-10-241-2/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-2/+7
|\
| * scsi: cxgb4i: add support for IEEE_8021QAZ_APP_SEL_STREAM selectorVarun Prakash2019-06-201-2/+7
* | cxgb4/libcxgb/cxgb4i/cxgbit: enable eDRAM page pods for iSCSIVarun Prakash2019-06-101-4/+13
|/
* scsi: cxgb4i: fix incorrect spelling "reveive" -> "receive"Varun Prakash2019-04-151-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-3/+3
|\
| * scsi: cxgb4i: validate tcp sequence number only if chip version <= T5Varun Prakash2019-02-271-1/+2
| * scsi: cxgb4i: get pf number from lldi->pfVarun Prakash2019-02-271-2/+1
* | scsi: cxgb4i: add wait_for_completion()Varun Prakash2019-01-111-8/+20
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-1/+1
|\
| * scsi: remove the use_clustering flagChristoph Hellwig2018-12-181-1/+1
* | cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur2018-11-231-2/+1
|/
* scsi: cxgb4i: add DCB support for iSCSI connectionsVarun Prakash2018-10-161-1/+153
* scsi: cxgb4i: silence overflow warning in t4_uld_rx_handler()Dan Carpenter2018-04-091-4/+4
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-141-0/+1
|\
| * scsi: cxgb4i: fix Tx skb leakVarun Prakash2017-10-111-0/+1
* | scsi: cxgbi: Convert timers to use timer_setup()Kees Cook2017-11-011-4/+4
|/
* scsi: cxgb4i: call neigh_event_send() to update MAC addressVarun Prakash2017-08-161-0/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-07-061-1/+4
|\
| * scsi: cxgb4i: assign rxqs in round robin modeVarun Prakash2017-06-261-1/+4
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-1/+0
|\|
| * scsi: cxgb4i: libcxgbi: in error case RST tcp connVarun Prakash2017-06-021-1/+0
* | cxgb4: Fix tids count for ipv6 offload connectionGanesh Goudar2017-06-071-3/+5
|/
* scsi: cxgb4i: update module descriptionVarun Prakash2017-04-181-1/+1
* scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-061-0/+1
* scsi: cxgb4i: libcxgbi: add missing module_put()Varun Prakash2016-12-141-3/+8
* scsi: cxgb4i: libcxgbi: cxgb4: add T6 iSCSI completion featureVarun Prakash2016-12-141-26/+193
* scsi: cxgb4i: libcxgbi: add active open cmd for T6 adaptersVarun Prakash2016-12-141-12/+74
* scsi: cxgb4i: use cxgb4_tp_smt_idx() to get smt_idxVarun Prakash2016-12-141-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-12-141-1/+1
|\
| * scsi: cxgb4i: Add a missing call to neigh_releaseQuentin Lambert2016-11-301-1/+1
* | cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai2016-11-181-0/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-10-141-0/+5
|\
| * scsi: cxgb4i: Set completion bit in work requestVarun Prakash2016-09-281-0/+5
* | chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...Hariprasad Shenai2016-09-191-0/+3
|/
* cxgb3i, cxgb4i: fix symbol not declared sparse warningVarun Prakash2016-07-251-2/+2
* cxgb4i,libcxgbi: add iSCSI DDP supportVarun Prakash2016-07-251-0/+145
* cxgb3i,cxgb4i,libcxgbi: remove iSCSI DDP supportVarun Prakash2016-07-251-142/+0
* cxgb4i: don't redefine DIV_ROUND_UPNicolas Dichtel2016-03-041-1/+1
* cxgb4i: Increased the value of MAX_IMM_TX_PKT_LEN from 128 to 256 bytesKaren Xie2015-10-141-1/+1
* cxgb4i: set the initial sequence numberKaren Xie2015-05-251-2/+6
* cxgbi: update driver versionsKaren Xie2015-05-251-2/+3