aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxgbi (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Merge branch 'fixes' into miscJames Bottomley1-0/+3
2017-08-16scsi: cxgb4i: call neigh_event_send() to update MAC addressVarun Prakash1-0/+3
2017-08-10scsi: libcxgbi: use ndev->ifindex to find routeVarun Prakash1-9/+18
2017-07-24scsi: libcxgbi: add check for valid cxgbi_task_dataVarun Prakash1-0/+7
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-1/+5
2017-06-26scsi: cxgb4i: assign rxqs in round robin modeVarun Prakash2-1/+5
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg2-2/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+23
2017-06-07cxgb4: Fix tids count for ipv6 offload connectionGanesh Goudar1-3/+5
2017-06-02scsi: cxgb4i: libcxgbi: in error case RST tcp connVarun Prakash3-8/+23
2017-05-23scsi: libcxgbi: fix skb use after freeVarun Prakash2-15/+26
2017-04-18scsi: cxgb4i: update module descriptionVarun Prakash1-1/+1
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+3
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-0/+2
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2-0/+2
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit1-3/+3
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-2/+2
2016-12-14scsi: libcxgbi: return error if interface is not upVarun Prakash1-0/+12
2016-12-14scsi: cxgb4i: libcxgbi: add missing module_put()Varun Prakash3-3/+12
2016-12-14scsi: cxgb4i: libcxgbi: cxgb4: add T6 iSCSI completion featureVarun Prakash3-26/+213
2016-12-14scsi: cxgb4i: libcxgbi: add active open cmd for T6 adaptersVarun Prakash2-15/+77
2016-12-14scsi: cxgb4i: use cxgb4_tp_smt_idx() to get smt_idxVarun Prakash1-2/+2
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2016-11-30scsi: cxgb4i: Add a missing call to neigh_releaseQuentin Lambert1-1/+1
2016-11-18cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai1-0/+1
2016-11-10Merge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes' into fixesJames Bottomley1-1/+2
2016-11-08scsi: libcxgbi: fix incorrect DDP resource cleanupVarun Prakash1-1/+2
2016-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+5
2016-09-28scsi: cxgb4i: Set completion bit in work requestVarun Prakash1-0/+5
2016-09-19chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 ULD'sHariprasad Shenai1-0/+3
2016-07-25cxgb3i, cxgb4i: fix symbol not declared sparse warningVarun Prakash2-3/+3
2016-07-25libcxgb: export ppm release and tagmask set apiVarun Prakash2-0/+2
2016-07-25cxgb3i: add iSCSI DDP supportVarun Prakash1-1/+118
2016-07-25cxgb4i,libcxgbi: add iSCSI DDP supportVarun Prakash8-2/+507
2016-07-25cxgb3i,cxgb4i,libcxgbi: remove iSCSI DDP supportVarun Prakash4-1009/+0
2016-04-25cxgbi: fix uninitialized flowi6Jiri Benc1-0/+1
2016-03-23Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-17/+0
2016-03-22cxgb4, cxgb4i: move struct cpl_rx_data_ddp definitionVarun Prakash1-12/+0
2016-03-22cxgb4, iw_cxgb4, cxgb4i: remove duplicate definitionsVarun Prakash1-5/+0
2016-03-04cxgb4i: don't redefine DIV_ROUND_UPNicolas Dichtel1-1/+1
2016-01-08cxgbi: Typo in MODULE_PARM_DESCDan Carpenter1-1/+1
2015-11-09drivers/scsi/cxgbi: fix build with EXTRA_CFLAGSJiri Slaby2-2/+2
2015-10-14cxgb4i: Increased the value of MAX_IMM_TX_PKT_LEN from 128 to 256 bytesKaren Xie1-1/+1
2015-06-30libcxgbi: use kvfree() in cxgbi_free_big_mem()Pekka Enberg1-4/+1
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2015-05-25ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau1-1/+1
2015-05-25cxgb4i: set the initial sequence numberKaren Xie2-2/+8
2015-05-25cxgbi: update driver versionsKaren Xie3-6/+13
2015-05-25cxgbi: update copyright to 2015Karen Xie6-6/+6
2015-05-25cxgbi: use per-connection link-speed dependent send/recv windowsKaren Xie4-23/+40