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
/
net
/
rds
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-49
/
+109
2019-07-17
net/rds: Initialize ic->i_fastreg_wrs upon allocation
Gerd Rausch
1
-1
/
+1
2019-07-17
net/rds: Keep track of and wait for FRWR segments in use upon shutdown
Gerd Rausch
3
-6
/
+45
2019-07-17
net/rds: Set fr_state only to FRMR_IS_FREE if IB_WR_LOCAL_INV had been succes...
Gerd Rausch
1
-1
/
+2
2019-07-17
net/rds: Fix NULL/ERR_PTR inconsistency
Gerd Rausch
1
-2
/
+2
2019-07-17
net/rds: Wait for the FRMR_IS_FREE (or FRMR_IS_STALE) transition after postin...
Gerd Rausch
2
-27
/
+40
2019-07-17
net/rds: Get rid of "wait_clean_list_grace" and add locking
Gerd Rausch
2
-38
/
+19
2019-07-17
net/rds: Give fr_state a chance to transition to FRMR_IS_FREE
Gerd Rausch
2
-1
/
+27
2019-07-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-4
/
+4
2019-07-10
rds: avoid version downgrade to legitimate newer peer connections
Santosh Shilimkar
1
-2
/
+4
2019-07-10
rds: Return proper "tos" value to user-space
Gerd Rausch
1
-0
/
+1
2019-07-10
rds: Accept peer connection reject messages due to incompatible version
Gerd Rausch
1
-2
/
+3
2019-07-10
Revert "RDS: IB: split the mr registration and invalidation path"
Gerd Rausch
3
-16
/
+8
2019-07-10
rds: fix reordering with composite message notification
Santosh Shilimkar
4
-30
/
+14
2019-06-29
Merge tag 'v5.2-rc6' into rdma.git for-next
Jason Gunthorpe
4
-5
/
+11
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-5
/
+10
2019-06-06
net: rds: fix memory leak in rds_ib_flush_mr_pool
Zhu Yanjun
1
-4
/
+6
2019-06-06
net: rds: fix memory leak when unload rds_rdma
Zhu Yanjun
2
-1
/
+4
2019-06-06
net: rds: add per rds connection cache statistics
Zhu Yanjun
1
-0
/
+2
2019-05-21
rds: Don't check return value from destroy CQ
Leon Romanovsky
1
-4
/
+4
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-14
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
2
-2
/
+3
2019-05-05
net: rds: fix spelling mistake "syctl" -> "sysctl"
Colin Ian King
1
-1
/
+1
2019-05-02
rds: ib: force endiannes annotation
Nicholas Mc Guire
1
-5
/
+3
2019-04-24
net: rds: exchange of 8K and 1M pool
Zhu Yanjun
2
-3
/
+11
2019-04-12
net/rds: Check address length before reading address family
Tetsuo Handa
2
-0
/
+5
2019-03-29
net: rds: force to destroy connection if t_sock is NULL in rds_tcp_kill_sock().
Mao Wenan
1
-1
/
+1
2019-03-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
5
-27
/
+20
2019-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2019-02-05
rds: rdma: update rdma transport for tos
Santosh Shilimkar
6
-22
/
+29
2019-02-05
rds: add transport specific tos_map hook
Santosh Shilimkar
4
-4
/
+24
2019-02-05
rds: add type of service(tos) infrastructure
Santosh Shilimkar
10
-17
/
+61
2019-02-05
rds: rdma: add consumer reject
Santosh Shilimkar
3
-2
/
+22
2019-02-05
rds: make v3.1 as compat version
Santosh Shilimkar
4
-17
/
+29
2019-02-05
Merge tag 'v5.0-rc5' into rdma.git for-next
Jason Gunthorpe
4
-9
/
+5
2019-02-05
IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()
Bart Van Assche
5
-27
/
+20
2019-02-03
socket: Add SO_TIMESTAMP[NS]_NEW
Deepa Dinamani
2
-4
/
+20
2019-02-03
socket: Use old_timeval types for socket timestamps
Deepa Dinamani
1
-1
/
+1
2019-02-03
sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD
Deepa Dinamani
2
-2
/
+2
2019-01-31
rds: fix refcount bug in rds_sock_addref
Eric Dumazet
1
-3
/
+3
2019-01-07
rds: use DIV_ROUND_UP instead of ceil
Jacob Wen
4
-9
/
+5
2019-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2019-01-01
net: rds: remove unnecessary NULL check
Zhu Yanjun
1
-1
/
+1
2018-12-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-2
/
+2
2018-12-20
rds: Fix warning.
David S. Miller
1
-1
/
+3
2018-12-19
net/rds: remove user triggered WARN_ON in rds_sendmsg
shamir rabinovitch
4
-19
/
+29
2018-12-19
net/rds: fix warn in rds_message_alloc_sgs
shamir rabinovitch
3
-42
/
+91
2018-12-12
RDMA: Start use ib_device_ops
Kamal Heib
1
-2
/
+2
2018-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+10
2018-10-11
rds: RDS (tcp) hangs on sendto() to unresponding address
Ka-Cheong Poon
1
-3
/
+10
[next]