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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-12
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+0
2019-02-28
net/smc: allow pnetid-less configuration
Ursula Braun
1
-1
/
+41
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2019-02-21
net/smc: allow PCI IDs as ib device names in the pnet table
Hans Wippel
1
-2
/
+4
2019-02-21
net/smc: add pnet table namespace support
Hans Wippel
4
-43
/
+162
2019-02-21
net/smc: add smcd support to the pnet table
Hans Wippel
1
-7
/
+80
2019-02-21
net/smc: rework pnet table
Hans Wippel
4
-194
/
+249
2019-02-21
net/smc: cleanup for smcr_tx_sndbuf_nonempty
Ursula Braun
1
-3
/
+2
2019-02-21
net/smc: fix smc_poll in SMC_INIT state
Ursula Braun
1
-3
/
+3
2019-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-12
/
+11
2019-02-12
net/smc: check port_idx of ib event
Karsten Graul
1
-8
/
+16
2019-02-12
net/smc: check connections in smc_lgr_free_work
Karsten Graul
1
-4
/
+2
2019-02-12
net/smc: reduce amount of status updates to peer
Karsten Graul
1
-14
/
+8
2019-02-12
net/smc: no delay for free tx buffer wait
Karsten Graul
1
-1
/
+1
2019-02-12
net/smc: move wake up of close waiter
Karsten Graul
2
-2
/
+7
2019-02-12
net/smc: reset cursor update required flag
Karsten Graul
2
-4
/
+4
2019-02-09
net/smc: fix byte_order for rx_curs_confirmed
Ursula Braun
2
-12
/
+11
2019-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
13
-67
/
+158
2019-02-08
net/smc: original socket family in inet_sock_diag
Karsten Graul
1
-2
/
+1
2019-02-08
net/smc: move code to clear the conn->lgr field
Karsten Graul
1
-2
/
+3
2019-02-08
net/smc: use client and server LGR pending locks for SMC-R
Hans Wippel
1
-16
/
+28
2019-02-08
net/smc: unlock LGR pending lock earlier for SMC-D
Hans Wippel
1
-5
/
+9
2019-02-08
net/smc: use smc_curs_copy() for SMC-D
Ursula Braun
1
-4
/
+5
2019-02-08
net/smc: postpone release of clcsock
Ursula Braun
2
-17
/
+23
2019-02-04
net/smc: correct state change for peer closing
Ursula Braun
1
-8
/
+1
2019-02-04
net/smc: delete rkey first before switching to unused
Ursula Braun
1
-1
/
+1
2019-02-04
net/smc: fix sender_free computation
Ursula Braun
3
-4
/
+30
2019-02-04
net/smc: preallocated memory for rdma work requests
Ursula Braun
7
-33
/
+92
2019-02-03
socket: Add SO_TIMESTAMPING_NEW
Deepa Dinamani
1
-1
/
+2
2019-02-02
net/smc: fix use of variable in cleared area
Karsten Graul
1
-4
/
+4
2019-02-02
net/smc: use device link provided in qp_context
Karsten Graul
1
-3
/
+3
2019-02-02
net/smc: call smc_cdc_msg_send() under send_lock
Karsten Graul
1
-1
/
+4
2019-02-02
net/smc: do not wait under send_lock
Karsten Graul
1
-6
/
+4
2019-02-02
net/smc: recvmsg and splice_read should return 0 after shutdown
Karsten Graul
1
-1
/
+10
2019-02-02
net/smc: don't wait for send buffer space when data was already sent
Karsten Graul
1
-4
/
+3
2019-02-02
net/smc: prevent races between smc_lgr_terminate() and smc_conn_free()
Karsten Graul
1
-0
/
+4
2019-02-02
net/smc: allow 16 byte pnetids in netlink policy
Hans Wippel
1
-1
/
+1
2019-02-02
net/smc: fix another sizeof to int comparison
Ursula Braun
1
-1
/
+1
2019-02-01
pipe: stop using ->can_merge
Jann Horn
1
-1
/
+0
2019-01-07
smc: move unhash as early as possible in smc_release()
Cong Wang
1
-1
/
+3
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+16
2018-12-19
net/smc: fix TCP fallback socket release
Myungho Jung
2
-2
/
+16
2018-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
8
-50
/
+120
2018-11-24
net/smc: unregister rkeys of unused buffer
Karsten Graul
3
-13
/
+18
2018-11-24
net/smc: add infrastructure to send delete rkey messages
Karsten Graul
3
-1
/
+57
2018-11-24
net/smc: avoid a delay by waiting for nothing
Karsten Graul
1
-1
/
+3
2018-11-24
net/smc: cleanup listen worker mutex unlocking
Ursula Braun
1
-2
/
+3
2018-11-24
net/smc: short wait for late smc_clc_wait_msg
Ursula Braun
3
-11
/
+13
2018-11-24
net/smc: no link delete for a never active link
Ursula Braun
1
-1
/
+4
2018-11-24
net/smc: allow fallback after clc timeouts
Ursula Braun
2
-6
/
+11
[next]