aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/cxgbi
AgeCommit message (Expand)AuthorFilesLines
2015-06-30libcxgbi: use kvfree() in cxgbi_free_big_mem()Gravatar Pekka Enberg 1-4/+1
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+1
2015-05-25ipv6: Remove external dependency on rt6i_dst and rt6i_srcGravatar Martin KaFai Lau 1-1/+1
2015-05-25cxgb4i: set the initial sequence numberGravatar Karen Xie 2-2/+8
2015-05-25cxgbi: update driver versionsGravatar Karen Xie 3-6/+13
2015-05-25cxgbi: update copyright to 2015Gravatar Karen Xie 6-6/+6
2015-05-25cxgbi: use per-connection link-speed dependent send/recv windowsGravatar Karen Xie 4-23/+40
2015-01-15cxgb4i : Call into recently added cxgb4 ipv6 apiGravatar Anish Bhatt 1-1/+22
2015-01-12iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros relat...Gravatar Hariprasad Shenai 1-3/+3
2015-01-12iw_cxgb4/cxgb4/cxgb4i: Cleanup register defines/MACROS related to CM CPL mess...Gravatar Hariprasad Shenai 1-6/+6
2014-12-12libcxgbi: fix freeing skb prematurelyGravatar Karen Xie 1-1/+3
2014-12-12cxgb4i: use set_wr_txq() to set tx queuesGravatar Karen Xie 1-11/+5
2014-12-12cxgb4i: handle non-pdu-aligned rx dataGravatar Karen Xie 1-0/+22
2014-12-12cxgb4i: additional types of negative adviceGravatar Karen Xie 1-3/+9
2014-12-12cxgb4/cxgb4i: set the max. pdu length in firmwareGravatar Karen Xie 1-18/+51
2014-12-12cxgb4i: fix credit check for tx_data_wrGravatar Karen Xie 1-1/+2
2014-12-12cxgb4i: fix tx immediate data credit checkGravatar Karen Xie 2-9/+17
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-55/+58
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusGravatar James Bottomley 2-2/+4
2014-11-24scsi: drop reason argument from ->change_queue_depthGravatar Christoph Hellwig 2-2/+2
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingGravatar Christoph Hellwig 2-0/+2
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-17/+20
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-1/+3
2014-11-19cxgb4i : Don't block unload/cxgb4 unload when remote closes TCP connectionGravatar Anish Bhatt 2-1/+3
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-10/+37
2014-11-13cxgb4i/cxgb4 : Refactor macros to conform to uniform standardsGravatar Anish Bhatt 1-38/+40
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Gravatar Hariprasad Shenai 1-17/+18
2014-11-10cxgb4i: send abort_rpl correctlyGravatar Anish Bhatt 2-16/+17
2014-10-28libcxgbi : support ipv6 address host_paramGravatar Anish Bhatt 2-10/+37
2014-10-15cxgb4i : Fix -Wmaybe-uninitialized warning.Gravatar Anish Bhatt 1-1/+1
2014-10-15cxgb4i: Remove duplicate call to dst_neigh_lookup()Gravatar Anish Bhatt 1-5/+0
2014-10-15cxgb4i : Fix -Wunused-function warningGravatar Anish Bhatt 2-0/+10
2014-10-15cxgb4i : Remove duplicated CLIP handling codeGravatar Anish Bhatt 1-133/+0
2014-09-22cxgb4i: avoid holding mutex in interrupt contextGravatar Anish Bhatt 3-7/+55
2014-09-16scsi: fix decimal printf format specifiers prefixed with 0xGravatar Hans Wennborg 1-1/+1
2014-08-13libcxgbi/cxgb4i : Fix ipv6 build failure caught with randconfigGravatar Anish Bhatt 2-2/+2
2014-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-2/+2
2014-08-05cxgb4i : Move stray CPL definitions to cxgb4 driverGravatar Anish Bhatt 1-2/+0
2014-08-02cxgb4i : remove spurious use of rcuGravatar Anish Bhatt 1-9/+5
2014-07-20libcxgbi:cxgb4i Guard ipv6 code with a config checkGravatar Anish Bhatt 2-3/+19
2014-07-17cxgb4i: Add ipv6 code to driver, call into libcxgbi ipv6 apiGravatar Anish Bhatt 1-39/+314
2014-07-17libcxgbi: Add ipv6 api to driverGravatar Anish Bhatt 2-21/+237
2014-07-17scsi: use 64-bit value for 'max_luns'Gravatar Hannes Reinecke 2-2/+2
2014-03-15[SCSI] cxgb4i: Use cxgb4_select_ntuple to correctly calculate ntuple fieldsGravatar Karen Xie 1-52/+7
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksGravatar Joe Perches 1-4/+4
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+1
2013-06-26[SCSI] cxgb4i: add support for T5 adapterGravatar Karen Xie 1-31/+128
2013-06-17net, scsi/csgb4i: convert skb->transport_header into skb_transport_header(skb)Gravatar Isaku Yamahata 1-1/+1
2013-01-30[SCSI] cxgb4i: Remove the scsi host device when removing deviceGravatar Thadeu Lima de Souza Cascardo 1-0/+1
2012-07-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+2