summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cxgbi: update copyright to 2015Karen Xie2015-05-251-1/+1
* cxgbi: use per-connection link-speed dependent send/recv windowsKaren Xie2015-05-251-10/+27
* cxgb4i : Call into recently added cxgb4 ipv6 apiAnish Bhatt2015-01-151-1/+22
* iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros relat...Hariprasad Shenai2015-01-121-3/+3
* iw_cxgb4/cxgb4/cxgb4i: Cleanup register defines/MACROS related to CM CPL mess...Hariprasad Shenai2015-01-121-6/+6
* cxgb4i: use set_wr_txq() to set tx queuesKaren Xie2014-12-121-11/+5
* cxgb4i: handle non-pdu-aligned rx dataKaren Xie2014-12-121-0/+22
* cxgb4i: additional types of negative adviceKaren Xie2014-12-121-3/+9
* cxgb4/cxgb4i: set the max. pdu length in firmwareKaren Xie2014-12-121-18/+51
* cxgb4i: fix credit check for tx_data_wrKaren Xie2014-12-121-1/+2
* cxgb4i: fix tx immediate data credit checkKaren Xie2014-12-121-7/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-55/+58
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-211-6/+11
| |\
| * | cxgb4i/cxgb4 : Refactor macros to conform to uniform standardsAnish Bhatt2014-11-131-38/+40
| * | cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai2014-11-101-17/+18
* | | Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2014-12-081-1/+2
|\ \ \ | |_|/ |/| |
| * | 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
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-11-211-0/+2
|\ \ \ | |/ / |/| |
| * | cxgb4i : Don't block unload/cxgb4 unload when remote closes TCP connectionAnish Bhatt2014-11-191-0/+2
| |/
* | cxgb4i: send abort_rpl correctlyAnish Bhatt2014-11-101-6/+9
|/
* cxgb4i : Fix -Wmaybe-uninitialized warning.Anish Bhatt2014-10-151-1/+1
* cxgb4i: Remove duplicate call to dst_neigh_lookup()Anish Bhatt2014-10-151-5/+0
* cxgb4i : Fix -Wunused-function warningAnish Bhatt2014-10-151-0/+8
* cxgb4i : Remove duplicated CLIP handling codeAnish Bhatt2014-10-151-133/+0
* [SCSI] cxgb4i: avoid holding mutex in interrupt contextAnish Bhatt2014-10-011-1/+1
* cxgb4i : Move stray CPL definitions to cxgb4 driverAnish Bhatt2014-08-051-2/+0
* cxgb4i : remove spurious use of rcuAnish Bhatt2014-08-021-9/+5
* libcxgbi:cxgb4i Guard ipv6 code with a config checkAnish Bhatt2014-07-201-3/+15
* cxgb4i: Add ipv6 code to driver, call into libcxgbi ipv6 apiAnish Bhatt2014-07-171-39/+314
* [SCSI] cxgb4i: Use cxgb4_select_ntuple to correctly calculate ntuple fieldsKaren Xie2014-03-151-52/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-091-1/+1
|\
| * net, scsi/csgb4i: convert skb->transport_header into skb_transport_header(skb)Isaku Yamahata2013-06-171-1/+1
* | [SCSI] cxgb4i: add support for T5 adapterKaren Xie2013-06-261-31/+128
|/
* [SCSI] cxgb4i: Remove the scsi host device when removing deviceThadeu Lima de Souza Cascardo2013-01-301-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2012-07-241-2/+2
|\
| * [SCSI] cxgb4i: tcp push bit fixKaren Xie2012-07-201-2/+2
* | cxgb4i: Convert over to dst_neigh_lookup().David S. Miller2012-07-051-1/+4
|/
* cxgb4i: Handle dst_get_neighbour_noref() returning NULL.David Miller2011-12-051-1/+7
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-10-281-19/+1
|\
| * [SCSI] iscsi class: sysfs group is_visible callout for iscsi host attrsMike Christie2011-08-271-3/+0
OpenPOWER on IntegriCloud