index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
cxgbi
/
cxgb4i
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-08
scsi: cxgb4i: Add support for iSCSI segmentation offload
Varun Prakash
1
-58
/
+184
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-1
/
+1
2020-04-24
scsi: cxgb4i: Remove superfluous null check
Xu Wang
1
-4
/
+3
2019-10-24
scsi: cxgb4i: remove set but not used variable 'ppmax'
YueHaibing
1
-2
/
+0
2019-07-11
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+7
2019-06-20
scsi: cxgb4i: add support for IEEE_8021QAZ_APP_SEL_STREAM selector
Varun Prakash
1
-2
/
+7
2019-06-10
cxgb4/libcxgb/cxgb4i/cxgbit: enable eDRAM page pods for iSCSI
Varun Prakash
1
-4
/
+13
2019-05-30
treewide: Add SPDX license identifier - Kbuild
Greg Kroah-Hartman
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-04-15
scsi: cxgb4i: fix incorrect spelling "reveive" -> "receive"
Varun Prakash
1
-1
/
+1
2019-03-09
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+3
2019-02-27
scsi: cxgb4i: validate tcp sequence number only if chip version <= T5
Varun Prakash
1
-1
/
+2
2019-02-27
scsi: cxgb4i: get pf number from lldi->pf
Varun Prakash
1
-2
/
+1
2019-01-11
scsi: cxgb4i: add wait_for_completion()
Varun Prakash
1
-8
/
+20
2018-12-28
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-3
/
+3
2018-12-18
scsi: remove the use_clustering flag
Christoph Hellwig
1
-1
/
+1
2018-11-23
cxgb4: use new fw interface to get the VIN and smt index
Santosh Rastapur
1
-2
/
+1
2018-11-21
scsi: cxgb4i: fix thermal configuration dependencies
Arnd Bergmann
1
-2
/
+2
2018-10-16
scsi: cxgb4i: add DCB support for iSCSI connections
Varun Prakash
1
-1
/
+153
2018-04-09
scsi: cxgb4i: silence overflow warning in t4_uld_rx_handler()
Dan Carpenter
1
-4
/
+4
2017-11-21
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
1
-2
/
+2
2017-11-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+1
2017-11-01
scsi: cxgbi: Convert timers to use timer_setup()
Kees Cook
1
-4
/
+4
2017-10-11
scsi: cxgb4i: fix Tx skb leak
Varun Prakash
1
-0
/
+1
2017-08-16
scsi: cxgb4i: call neigh_event_send() to update MAC address
Varun Prakash
1
-0
/
+3
2017-07-06
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+4
2017-06-26
scsi: cxgb4i: assign rxqs in round robin mode
Varun Prakash
1
-1
/
+4
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
1
-1
/
+1
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+0
2017-06-07
cxgb4: Fix tids count for ipv6 offload connection
Ganesh Goudar
1
-3
/
+5
2017-06-02
scsi: cxgb4i: libcxgbi: in error case RST tcp conn
Varun Prakash
1
-1
/
+0
2017-04-18
scsi: cxgb4i: update module description
Varun Prakash
1
-1
/
+1
2017-02-06
scsi: remove eh_timed_out methods in the transport template
Christoph Hellwig
1
-0
/
+1
2016-12-14
scsi: cxgb4i: libcxgbi: add missing module_put()
Varun Prakash
1
-3
/
+8
2016-12-14
scsi: cxgb4i: libcxgbi: cxgb4: add T6 iSCSI completion feature
Varun Prakash
1
-26
/
+193
2016-12-14
scsi: cxgb4i: libcxgbi: add active open cmd for T6 adapters
Varun Prakash
1
-12
/
+74
2016-12-14
scsi: cxgb4i: use cxgb4_tp_smt_idx() to get smt_idx
Varun Prakash
1
-2
/
+2
2016-12-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2016-11-30
scsi: cxgb4i: Add a missing call to neigh_release
Quentin Lambert
1
-1
/
+1
2016-11-18
cxgb4: Allocate Tx queues dynamically
Hariprasad Shenai
1
-0
/
+1
2016-10-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+5
2016-09-28
scsi: cxgb4i: Set completion bit in work request
Varun Prakash
1
-0
/
+5
2016-09-19
chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...
Hariprasad Shenai
1
-0
/
+3
2016-07-25
cxgb3i, cxgb4i: fix symbol not declared sparse warning
Varun Prakash
1
-2
/
+2
2016-07-25
cxgb4i,libcxgbi: add iSCSI DDP support
Varun Prakash
3
-0
/
+147
2016-07-25
cxgb3i,cxgb4i,libcxgbi: remove iSCSI DDP support
Varun Prakash
1
-142
/
+0
2016-03-23
Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-17
/
+0
2016-03-22
cxgb4, cxgb4i: move struct cpl_rx_data_ddp definition
Varun Prakash
1
-12
/
+0
2016-03-22
cxgb4, iw_cxgb4, cxgb4i: remove duplicate definitions
Varun Prakash
1
-5
/
+0
[next]