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
/
smc
/
smc_wr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-17
net/smc: Use percpu ref for wr tx reference
Kai Shen
1
-7
/
+28
2022-09-07
net/smc: Fix possible access to freed memory in link clear
Yacan Liu
1
-0
/
+5
2022-05-18
net/smc: send cdc msg inline if qp has sufficient inline space
Guangguan Wang
1
-1
/
+4
2021-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-40
/
+9
2021-12-30
net/smc: Use the bitmap API when applicable
Christophe JAILLET
1
-14
/
+5
2021-12-28
net/smc: fix kernel panic caused by race of smc_sock
Dust Li
1
-38
/
+3
2021-12-28
net/smc: don't send CDC/LLC message if link not ready
Dust Li
1
-2
/
+2
2021-12-27
net/smc: fix using of uninitialized completions
Karsten Graul
1
-2
/
+4
2021-10-16
net/smc: extend LLC layer for SMC-Rv2
Karsten Graul
1
-0
/
+43
2021-10-16
net/smc: add v2 support to the work request layer
Karsten Graul
1
-19
/
+175
2021-08-09
net/smc: fix wait on already cleared link
Karsten Graul
1
-0
/
+10
2020-11-07
net: smc: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-8
/
+6
2020-07-08
net/smc: fix work request handling
Karsten Graul
1
-4
/
+6
2020-05-04
net/smc: wait for departure of an IB message
Karsten Graul
1
-0
/
+39
2020-05-04
net/smc: delete an asymmetric link as SMC server
Karsten Graul
1
-1
/
+1
2020-05-02
net/smc: take link down instead of terminating the link group
Karsten Graul
1
-11
/
+8
2020-04-29
net/smc: add new link state and related helpers
Karsten Graul
1
-1
/
+1
2019-11-15
net/smc: wait for tx completions before link freeing
Ursula Braun
1
-2
/
+25
2019-11-15
net/smc: no WR buffer wait for terminating link group
Ursula Braun
1
-4
/
+6
2019-10-22
net/smc: introduce link group termination worker
Ursula Braun
1
-5
/
+5
2019-02-04
net/smc: preallocated memory for rdma work requests
Ursula Braun
1
-1
/
+37
2019-02-02
net/smc: fix use of variable in cleared area
Karsten Graul
1
-4
/
+4
2018-11-22
net/smc: use after free fix in smc_wr_tx_put_slot()
Ursula Braun
1
-1
/
+3
2018-08-16
Merge branch 'linus/master' into rdma.git for-next
Jason Gunthorpe
1
-26
/
+6
2018-07-26
net/smc: improve delete link processing
Karsten Graul
1
-5
/
+2
2018-07-25
net/smc: Simplify ib_post_(send|recv|srq_recv)() calls
Bart Van Assche
1
-6
/
+2
2018-07-25
net/smc: Remove a WARN_ON() statement
Bart Van Assche
1
-1
/
+0
2018-07-23
net/smc: add function to get link group from link
Stefan Raspl
1
-22
/
+5
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-3
/
+3
2018-05-02
net/smc: periodic testlink support
Karsten Graul
1
-0
/
+1
2018-01-26
net/smc: check for healthy link group resp. connections
Ursula Braun
1
-5
/
+6
2018-01-26
net/smc: terminate link group for ib_post_send problems
Ursula Braun
1
-1
/
+7
2018-01-24
net/smc: make wait for work request uninterruptible
Ursula Braun
1
-7
/
+6
2018-01-24
net/smc: get rid of tx_pend waits in socket closing
Ursula Braun
1
-18
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-22
net/smc: adapt send request completion notification
Ursula Braun
1
-1
/
+1
2017-07-29
net/smc: register RMB-related memory region
Ursula Braun
1
-0
/
+63
2017-04-12
net/smc: do not use IB_SEND_INLINE together with mapped data
Ursula Braun
1
-1
/
+1
2017-01-10
smc: socket closing and linkgroup cleanup
Ursula Braun
1
-9
/
+38
2017-01-10
smc: connection data control (CDC)
Ursula Braun
1
-0
/
+19
2017-01-10
smc: initialize IB transport incl. PD, MR, QP, CQ, event, WR
Ursula Braun
1
-0
/
+2
2017-01-10
smc: work request (WR) base for use by LLC and CDC
Ursula Braun
1
-0
/
+564