index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
cxgbi
/
libcxgbi.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-21
scsi: libcxgbi: Use kvzalloc instead of opencoded kzalloc/vzalloc
Denis Efremov
1
-16
/
+0
2020-07-08
scsi: cxgb4i: Add support for iSCSI segmentation offload
Varun Prakash
1
-4
/
+42
2019-06-10
cxgb4/libcxgb/cxgb4i/cxgbit: enable eDRAM page pods for iSCSI
Varun Prakash
1
-4
/
+5
2019-01-12
scsi: cxgb4i: add wait_for_completion()
Varun Prakash
1
-2
/
+3
2018-10-17
scsi: cxgb4i: add DCB support for iSCSI connections
Varun Prakash
1
-0
/
+3
2017-10-11
scsi: libcxgbi: simplify task->hdr allocation for mgmt cmds
Varun Prakash
1
-1
/
+0
2017-06-26
scsi: cxgb4i: assign rxqs in round robin mode
Varun Prakash
1
-0
/
+1
2017-06-02
scsi: cxgb4i: libcxgbi: in error case RST tcp conn
Varun Prakash
1
-0
/
+1
2017-05-24
scsi: libcxgbi: fix skb use after free
Varun Prakash
1
-8
/
+8
2017-01-14
locking/atomic, kref: Add kref_read()
Peter Zijlstra
1
-2
/
+2
2016-12-14
scsi: cxgb4i: libcxgbi: add missing module_put()
Varun Prakash
1
-0
/
+1
2016-12-14
scsi: cxgb4i: libcxgbi: cxgb4: add T6 iSCSI completion feature
Varun Prakash
1
-0
/
+1
2016-07-25
cxgb4i,libcxgbi: add iSCSI DDP support
Varun Prakash
1
-2
/
+25
2016-07-25
cxgb3i,cxgb4i,libcxgbi: remove iSCSI DDP support
Varun Prakash
1
-161
/
+0
2015-07-01
libcxgbi: use kvfree() in cxgbi_free_big_mem()
Pekka Enberg
1
-4
/
+1
2015-05-25
cxgbi: update copyright to 2015
Karen Xie
1
-1
/
+1
2015-05-25
cxgbi: use per-connection link-speed dependent send/recv windows
Karen Xie
1
-2
/
+2
2014-12-12
cxgb4i: fix tx immediate data credit check
Karen Xie
1
-2
/
+2
2014-10-28
libcxgbi : support ipv6 address host_param
Anish Bhatt
1
-5
/
+0
2014-10-01
[SCSI] cxgb4i: avoid holding mutex in interrupt context
Anish Bhatt
1
-0
/
+3
2014-08-07
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2014-07-18
libcxgbi: Add ipv6 api to driver
Anish Bhatt
1
-2
/
+19
2014-07-18
scsi: use 64-bit value for 'max_luns'
Hannes Reinecke
1
-1
/
+1
2013-08-20
treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks
Joe Perches
1
-4
/
+4
2012-01-04
switch ->is_visible() to returning umode_t
Al Viro
1
-1
/
+1
2011-10-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-0
/
+1
2011-10-21
cxgbi: convert to SKB paged frag API.
Ian Campbell
1
-1
/
+1
2011-08-27
[SCSI] iscsi cls: sysfs group is_visible callout for conn attrs
Mike Christie
1
-0
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-3
/
+3
2011-02-24
[SCSI] cxgbi: convert to use iscsi_conn_get_addr_param
Mike Christie
1
-1
/
+1
2011-01-24
[SCSI] cxgbi: get rid of gl_skb in cxgbi_ddp_info
kxie@chelsio.com
1
-3
/
+0
2010-10-08
[SCSI] cxgb4i: connection and ddp setting update
kxie@chelsio.com
1
-10
/
+0
2010-10-08
[SCSI] cxgb3i: fixed connection over vlan
kxie@chelsio.com
1
-0
/
+1
2010-10-08
[SCSI] libcxgbi: pdu read fixes
kxie@chelsio.com
1
-0
/
+2
2010-10-08
[SCSI] cxgbi: rename alloc_cpl to alloc_wr
kxie@chelsio.com
1
-3
/
+2
2010-09-05
[SCSI] libcxgbi: common library for cxgb3i and cxgb4i
kxie@chelsio.com
1
-0
/
+753