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
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-03
ib_srpt: always set response for task management
Jack Wang
1
-6
/
+4
2013-10-02
ib_srpt: Destroy cm_id before destroying QP.
Nicholas Bellinger
1
-2
/
+2
2013-09-13
Remove GENERIC_HARDIRQ config option
Martin Schwidefsky
1
-1
/
+1
2013-09-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2
-228
/
+545
2013-09-11
target: Update copyright ownership/year information to 2013
Nicholas Bellinger
1
-1
/
+1
2013-09-11
iser-target: introduce fast memory registration mode (FRWR)
Vu Pham
2
-13
/
+371
2013-09-11
iser-target: generalize rdma memory registration and cleanup
Vu Pham
2
-4
/
+23
2013-09-11
iser-target: move rdma wr processing to a shared function
Vu Pham
2
-152
/
+114
2013-09-10
iscsi/iser-target: Convert to command priv_size usage
Nicholas Bellinger
2
-75
/
+41
2013-09-10
iser-target: Updates for login negotiation multi-plexing support
Nicholas Bellinger
1
-1
/
+13
2013-09-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+2
2013-09-05
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
43
-1542
/
+4081
2013-09-05
Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2013-09-03
Merge branches 'cxgb4', 'flowsteer', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'q...
Roland Dreier
30
-950
/
+3000
2013-09-03
RDMA/ocrdma: Fix compiler warning about int/pointer size mismatch
Roland Dreier
1
-2
/
+2
2013-09-03
IB/iser: Fix redundant pointer check in dealloc flow
Sagi Grimberg
1
-1
/
+1
2013-09-03
IB/iser: Fix possible memory leak in iser_create_frwr_pool()
Roi Dayan
1
-3
/
+7
2013-09-03
IB/qib: Move COUNTER_MASK definition within qib_mad.h header guards
Ira Weiny
1
-1
/
+2
2013-09-03
RDMA/ocrdma: Fix passing wrong opcode to modify_srq
Naresh Gottumukkala
1
-2
/
+2
2013-09-03
RDMA/ocrdma: Fill PVID in UMC case
Naresh Gottumukkala
4
-3
/
+50
2013-09-03
RDMA/ocrdma: Add ABI versioning support
Naresh Gottumukkala
2
-0
/
+3
2013-09-03
RDMA/ocrdma: Consider multiple SGES in case of DPP
Naresh Gottumukkala
1
-7
/
+25
2013-09-03
RDMA/ocrdma: Fix for displaying proper link speed
Naresh Gottumukkala
4
-2
/
+97
2013-09-03
RDMA/ocrdma: Increase STAG array size
Naresh Gottumukkala
3
-4
/
+6
2013-09-03
RDMA/ocrdma: Dont use PD 0 for userpace CQ DB
Naresh Gottumukkala
6
-40
/
+339
2013-09-03
RDMA/ocrdma: FRMA code cleanup
Naresh Gottumukkala
4
-12
/
+15
2013-09-03
RDMA/ocrdma: For ERX2 irrespective of Qid, num_posted offset is 24
Naresh Gottumukkala
4
-14
/
+25
2013-09-03
RDMA/ocrdma: Fix to work with even a single MSI-X vector
Naresh Gottumukkala
2
-100
/
+36
2013-09-03
RDMA/ocrdma: Remove the MTU check based on Ethernet MTU
Naresh Gottumukkala
2
-5
/
+3
2013-09-03
RDMA/ocrdma: Add support for fast register work requests (FRWR)
Naresh Gottumukkala
6
-3
/
+192
2013-09-03
RDMA/ocrdma: Create IRD queue fix
Naresh Gottumukkala
3
-47
/
+73
2013-09-02
IB/core: Better checking of userspace values for receive flow steering
Matan Barak
1
-1
/
+15
2013-08-28
IB/mlx4: Add receive flow steering support
Hadar Hen Zion
2
-0
/
+247
2013-08-28
IB/core: Export ib_create/destroy_flow through uverbs
Hadar Hen Zion
3
-1
/
+229
2013-08-28
IB/core: Infrastructure for extensible uverbs commands
Igor Ivanov
1
-5
/
+24
2013-08-28
IB/core: Add receive flow steering support
Hadar Hen Zion
1
-0
/
+27
2013-08-26
[SCSI] IB/iser: Add Discovery support
Or Gerlitz
2
-2
/
+12
2013-08-20
treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks
Joe Perches
1
-1
/
+2
2013-08-13
IPoIB: Fix race in deleting ipoib_neigh entries
Jim Foraker
2
-9
/
+3
2013-08-13
RDMA/cxgb4: Issue RI.FINI before closing when entering TERM
Steve Wise
1
-1
/
+6
2013-08-13
RDMA/cxgb4: Advertise ~0ULL as max MR size
Steve Wise
1
-1
/
+1
2013-08-13
RDMA/cxgb4: Always do GTS write if cidx_inc == CIDXINC_MASK
Steve Wise
1
-1
/
+1
2013-08-13
RDMA/cxgb4: Set arp error handler for PASS_ACCEPT_RPL messages
Steve Wise
1
-0
/
+2
2013-08-13
RDMA/cxgb4: Fix accounting for unsignaled SQ WRs to deal with wrap
Steve Wise
1
-2
/
+5
2013-08-13
RDMA/cxgb4: Fix QP flush logic
Steve Wise
4
-136
/
+254
2013-08-13
RDMA/cxgb4: Handle newer firmware changes
Steve Wise
2
-13
/
+2
2013-08-13
RDMA/cxgb4: Use correct bit shift macros for vlan filter tuples
Steve Wise
1
-1
/
+1
2013-08-13
RDMA/cxgb4: Add support for active and passive open connection with IPv6 address
Vipul Pandya
4
-300
/
+636
2013-08-13
IB/core: Fixes to XRC reference counting in uverbs
Yishai Hadas
2
-2
/
+21
2013-08-13
IB/core: Add locking around event dispatching on XRC target QPs
Yishai Hadas
1
-0
/
+3
[next]