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
starfive-6.6.48-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
2020-09-29
net/smc: prepare for more proposed ISM devices
Ursula Braun
6
-44
/
+69
2020-09-29
net/smc: split CLC confirm/accept data to be sent
Ursula Braun
2
-12
/
+15
2020-09-29
net/smc: separate find device functions
Ursula Braun
3
-46
/
+84
2020-09-29
net/smc: CLC header fields renaming
Ursula Braun
3
-23
/
+25
2020-09-29
net/smc: remove constant and introduce helper to check for a pnet id
Karsten Graul
1
-8
/
+12
2020-09-18
net/smc: fix double kfree in smc_listen_work()
Ursula Braun
1
-2
/
+2
2020-09-17
net/smc: check variable before dereferencing in smc_close.c
Karsten Graul
1
-3
/
+4
2020-09-11
net/smc: use separate work queues for different worker types
Karsten Graul
7
-18
/
+49
2020-09-11
net/smc: use the retry mechanism for netlink messages
Guvenc Gulce
1
-7
/
+23
2020-09-11
net/smc: immediate freeing in smc_lgr_cleanup_early()
Ursula Braun
2
-20
/
+4
2020-09-11
net/smc: reduce smc_listen_decline() calls
Ursula Braun
1
-16
/
+6
2020-09-11
net/smc: improve server ISM device determination
Ursula Braun
3
-16
/
+7
2020-09-11
net/smc: common routine for CLC accept and confirm
Ursula Braun
4
-143
/
+118
2020-09-11
net/smc: dynamic allocation of CLC proposal buffer
Ursula Braun
3
-49
/
+67
2020-09-11
net/smc: introduce better field names
Ursula Braun
6
-57
/
+55
2020-09-11
net/smc: reduce active tcp_listen workers
Ursula Braun
3
-11
/
+36
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-8
/
+25
2020-09-04
net/smc: fix sock refcounting in case of termination
Ursula Braun
1
-7
/
+8
2020-09-04
net/smc: reset sndbuf_desc if freed
Ursula Braun
1
-0
/
+1
2020-09-04
net/smc: set rx_off for SMCR explicitly
Ursula Braun
1
-0
/
+2
2020-09-04
net/smc: fix toleration of fake add_link messages
Karsten Graul
1
-1
/
+14
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-20
net/smc: Prevent kernel-infoleak in __smc_diag_dump()
Peilin Ye
1
-7
/
+9
2020-07-27
net/smc: unique reason code for exceeded max dmb count
Karsten Graul
3
-6
/
+12
2020-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
8
-136
/
+142
2020-07-25
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
1
-2
/
+2
2020-07-21
net/smc: fix dmb buffer shortage
Karsten Graul
1
-2
/
+2
2020-07-21
net/smc: put slot when connection is killed
Karsten Graul
1
-1
/
+5
2020-07-20
net: make ->{get,set}sockopt in proto_ops optional
Christoph Hellwig
1
-2
/
+7
2020-07-20
net/smc: fix restoring of fallback changes
Karsten Graul
1
-2
/
+4
2020-07-20
net/smc: remove freed buffer from list
Karsten Graul
1
-1
/
+5
2020-07-20
net/smc: do not call dma sync for unmapped memory
Karsten Graul
4
-14
/
+18
2020-07-20
net/smc: fix handling of delete link requests
Karsten Graul
1
-22
/
+7
2020-07-20
net/smc: move add link processing for new device into llc layer
Karsten Graul
3
-80
/
+58
2020-07-20
net/smc: drop out-of-flow llc response messages
Karsten Graul
1
-6
/
+18
2020-07-20
net/smc: protect smc ib device initialization
Karsten Graul
2
-3
/
+14
2020-07-20
net/smc: fix link lookup for new rdma connections
Karsten Graul
1
-1
/
+3
2020-07-20
net/smc: clear link during SMC client link down processing
Karsten Graul
1
-1
/
+3
2020-07-20
net/smc: handle unexpected response types for confirm link
Karsten Graul
1
-3
/
+5
2020-07-08
net/smc: tolerate future SMCD versions
Ursula Braun
2
-13
/
+34
2020-07-08
net/smc: switch smcd_dev_list spinlock to mutex
Ursula Braun
4
-18
/
+20
2020-07-08
net/smc: fix sleep bug in smc_pnet_find_roce_resource()
Ursula Braun
4
-18
/
+22
2020-07-08
net/smc: fix work request handling
Karsten Graul
2
-8
/
+10
2020-07-08
net/smc: separate LLC wait queues for flow and messages
Karsten Graul
3
-48
/
+77
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-2
/
+2
2020-06-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-8
/
+5
2020-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
18
-970
/
+3183
2020-05-31
net/smc: pre-fetch send buffer outside of send_lock
Karsten Graul
3
-11
/
+21
2020-05-27
net/smc: mark smc_pnet_policy as const
Dmitry Vyukov
1
-1
/
+1
2020-05-20
fs: make the pipe_buf_operations ->confirm operation optional
Christoph Hellwig
1
-1
/
+0
[prev]
[next]