summaryrefslogtreecommitdiff
path: root/drivers/scsi/cxgbi
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner4-0/+4
2019-04-16scsi: cxgb4i: fix incorrect spelling "reveive" -> "receive"Varun Prakash1-1/+1
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-04-13scsi: cxgbi: remove redundant __kfree_skb call on skb and free cst->atidColin Ian King1-8/+6
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 Torvalds3-12/+9
2019-02-27scsi: cxgb4i: validate tcp sequence number only if chip version <= T5Varun Prakash1-1/+2
2019-02-27scsi: cxgb4i: get pf number from lldi->pfVarun Prakash1-2/+1
2019-02-06scsi: remove bidirectional command supportChristoph Hellwig1-8/+5
2019-01-29scsi: prefix header search paths with $(srctree)/Masahiro Yamada1-1/+1
2019-01-12scsi: cxgb4i: add wait_for_completion()Varun Prakash4-18/+31
2018-12-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-4/+4
2018-12-19scsi: remove the use_clustering flagChristoph Hellwig2-2/+2
2018-11-23cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur1-2/+1
2018-11-22scsi: cxgb4i: fix thermal configuration dependenciesArnd Bergmann1-2/+2
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-1/+156
2018-10-17scsi: cxgb4i: add DCB support for iSCSI connectionsVarun Prakash2-1/+156
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-04-10scsi: cxgb4i: silence overflow warning in t4_uld_rx_handler()Dan Carpenter1-4/+4
2018-01-09scsi: libcxgbi: use GFP_ATOMIC in cxgbi_conn_alloc_pdu()Varun Prakash1-1/+1
2017-11-22treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2-4/+4
2017-11-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-19/+33
2017-11-01scsi: cxgbi: Convert timers to use timer_setup()Kees Cook3-9/+9
2017-10-11scsi: libcxgbi: simplify task->hdr allocation for mgmt cmdsVarun Prakash2-16/+28
2017-10-11scsi: cxgb4i: fix Tx skb leakVarun Prakash1-0/+1
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-09-07Merge branch 'fixes' into miscJames Bottomley1-0/+3
2017-08-17scsi: cxgb4i: call neigh_event_send() to update MAC addressVarun Prakash1-0/+3
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-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-24scsi: libcxgbi: fix skb use after freeVarun Prakash2-15/+26
2017-04-19scsi: 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-07scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2-0/+2
2017-02-07net-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