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
2018-02-28
net/smc: fix NULL pointer dereference on sock_create_kern() error path
Davide Caratti
1
-1
/
+3
2018-02-28
net/smc: use link_id of server in confirm link reply
Karsten Graul
2
-1
/
+2
2018-02-28
net/smc: use a constant for control message length
Karsten Graul
2
-2
/
+2
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
3
-16
/
+16
2018-02-01
smc: missing poll annotations
Al Viro
1
-1
/
+1
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
15
-319
/
+448
2018-01-31
Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-8
/
+10
2018-01-26
net/smc: return booleans instead of integers
Gustavo A. R. Silva
1
-2
/
+2
2018-01-26
net/smc: release clcsock from tcp_listen_worker
Ursula Braun
2
-10
/
+36
2018-01-26
net/smc: replace sock_put worker by socket refcounting
Ursula Braun
6
-68
/
+88
2018-01-26
net/smc: smc_poll improvements
Ursula Braun
1
-34
/
+40
2018-01-26
net/smc: handle device, port, and QP error events
Ursula Braun
1
-13
/
+25
2018-01-26
net/smc: check for healthy link group resp. connections
Ursula Braun
4
-12
/
+29
2018-01-26
net/smc: wake up wr_reg_wait when terminating a link group
Ursula Braun
2
-11
/
+11
2018-01-26
net/smc: do not reuse a linkgroup with setup problems
Ursula Braun
2
-0
/
+20
2018-01-26
net/smc: terminate link group for ib_post_send problems
Ursula Braun
2
-2
/
+10
2018-01-26
net/smc: handle state SMC_PEERFINCLOSEWAIT correctly
Ursula Braun
1
-3
/
+4
2018-01-26
net/smc: cancel tx worker in case of socket aborts
Ursula Braun
1
-3
/
+9
2018-01-24
net/smc: continue waiting if peer signals write_shutdown
Ursula Braun
1
-2
/
+2
2018-01-24
net/smc: improve state change handling after close wait
Ursula Braun
1
-14
/
+26
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
5
-57
/
+0
2018-01-24
net/smc: simplify function smc_clcsock_accept()
Ursula Braun
1
-9
/
+2
2018-01-24
net/smc: use local struct sock variables consistently
Ursula Braun
2
-34
/
+37
2017-12-07
smc: support variable CLC proposal messages
Ursula Braun
3
-24
/
+107
2017-12-07
smc: no consumer update in tasklet context
Ursula Braun
2
-16
/
+5
2017-12-07
smc: cleanup close checking during data receival
Ursula Braun
1
-4
/
+1
2017-12-07
smc: no update for unused sk_write_pending
Ursula Braun
1
-2
/
+0
2017-12-07
smc: improve smc_clc_send_decline() error handling
Ursula Braun
2
-7
/
+4
2017-12-07
smc: make smc_close_active_abort() static
Ursula Braun
2
-2
/
+1
2017-12-03
smc: switch to sock_recvmsg()
Al Viro
1
-8
/
+10
2017-11-28
net: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-11-28
anntotate the places where ->poll() return values go
Al Viro
1
-1
/
+1
2017-11-23
net/smc: Fix preinitialization of buf_desc in __smc_buf_create()
Geert Uytterhoeven
1
-1
/
+1
2017-11-23
net/smc: use sk_rcvbuf as start for rmb creation
Ursula Braun
1
-1
/
+1
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
21
-0
/
+21
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
21
-0
/
+21
2017-10-26
smc: add SMC rendezvous protocol
Ursula Braun
1
-0
/
+16
2017-10-26
smc: fix mutex unlocks during link group creation
Ursula Braun
1
-11
/
+15
2017-10-24
net: smc_close: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+2
2017-10-12
net/smc: dev_put for netdev after usage of ib_query_gid()
Ursula Braun
1
-4
/
+8
2017-10-12
net/smc: replace function pointer get_netdev()
Ursula Braun
1
-17
/
+9
2017-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
11
-37
/
+58
2017-09-22
net/smc: parameter cleanup in smc_cdc_get_free_slot()
Ursula Braun
3
-8
/
+8
2017-09-22
net/smc: no close wait in case of process shut down
Ursula Braun
1
-7
/
+8
2017-09-22
net/smc: introduce a delay
Ursula Braun
3
-10
/
+16
2017-09-22
net/smc: terminate link group if out-of-sync is received
Ursula Braun
3
-11
/
+8
2017-09-22
net/smc: longer delay for client link group removal
Ursula Braun
1
-4
/
+12
2017-09-22
net/smc: adapt send request completion notification
Ursula Braun
1
-1
/
+1
2017-09-22
net/smc: adjust net_device refcount
Ursula Braun
1
-1
/
+3
[next]