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-11-22
net/smc: use after free fix in smc_wr_tx_put_slot()
Ursula Braun
1
-1
/
+3
2018-11-22
net/smc: atomic SMCD cursor handling
Ursula Braun
2
-26
/
+60
2018-11-22
net/smc: add SMC-D shutdown signal
Hans Wippel
4
-14
/
+43
2018-11-22
net/smc: use queue pair number when matching link group
Karsten Graul
3
-9
/
+12
2018-11-22
net/smc: abort CLC connection in smc_release
Hans Wippel
1
-0
/
+2
2018-11-02
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-2
/
+2
2018-10-27
net/smc: fix smc_buf_unuse to use the lgr pointer
Karsten Graul
1
-13
/
+12
2018-10-24
iov_iter: Separate type from direction and use accessor functions
David Howells
1
-2
/
+2
2018-10-23
Revert "net: simplify sock_poll_wait"
Karsten Graul
1
-1
/
+1
2018-09-20
smc: generic netlink family should be __ro_after_init
Johannes Berg
1
-1
/
+1
2018-09-19
net/smc: fix sizeof to int comparison
YueHaibing
1
-8
/
+6
2018-09-19
net/smc: no urgent data check for listen sockets
Karsten Graul
1
-2
/
+2
2018-09-19
net/smc: enable fallback for connection abort in state INIT
Ursula Braun
1
-7
/
+7
2018-09-19
net/smc: remove duplicate mutex_unlock
Ursula Braun
1
-6
/
+9
2018-09-19
net/smc: fix non-blocking connect problem
Ursula Braun
1
-2
/
+5
2018-08-18
RDMA/smc: Replace ib_query_gid with rdma_get_gid_attr
Jason Gunthorpe
1
-23
/
+25
2018-08-16
Merge branch 'linus/master' into rdma.git for-next
Jason Gunthorpe
22
-578
/
+1853
2018-08-16
Revert "net/smc: Replace ib_query_gid with rdma_get_gid_attr"
Jason Gunthorpe
2
-23
/
+20
2018-08-16
Merge tag 'v4.18' into rdma.git for-next
Jason Gunthorpe
6
-50
/
+129
2018-08-11
net/smc: send response to test link signal
Ursula Braun
1
-0
/
+34
2018-08-09
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+10
2018-08-09
net/smc: move sock lock in smc_ioctl()
Ursula Braun
1
-3
/
+7
2018-08-09
net/smc: allow sysctl rmem and wmem defaults for servers
Ursula Braun
1
-0
/
+2
2018-08-09
net/smc: no shutdown in state SMC_LISTEN
Ursula Braun
1
-2
/
+1
2018-08-05
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2018-08-04
net/smc: no cursor update send in state SMC_INIT
Ursula Braun
1
-1
/
+2
2018-07-30
net: simplify sock_poll_wait
Christoph Hellwig
1
-1
/
+1
2018-07-26
net/smc: improve delete link processing
Karsten Graul
5
-23
/
+68
2018-07-26
net/smc: provide fallback reason code
Karsten Graul
5
-29
/
+55
2018-07-26
net/smc: use correct vlan gid of RoCE device
Ursula Braun
12
-81
/
+93
2018-07-26
net/smc: fewer parameters for smc_llc_send_confirm_link()
Ursula Braun
3
-13
/
+8
2018-07-25
net/smc: Simplify ib_post_(send|recv|srq_recv)() calls
Bart Van Assche
3
-10
/
+4
2018-07-25
net/smc: Remove a WARN_ON() statement
Bart Van Assche
1
-1
/
+0
2018-07-23
net/smc: remove local variable page in smc_rx_splice()
Ursula Braun
1
-3
/
+1
2018-07-23
net/smc: use DECLARE_BITMAP for rtokens_used_mask
Ursula Braun
1
-2
/
+1
2018-07-23
net/smc: add function to get link group from link
Stefan Raspl
5
-47
/
+20
2018-07-23
net/smc: eliminate cursor read and write calls
Stefan Raspl
6
-101
/
+48
2018-07-23
net/smc: provide smc mode in smc_diag.c
Karsten Graul
1
-1
/
+6
2018-07-21
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
3
-12
/
+33
2018-07-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-13
/
+41
2018-07-18
net/smc: reset recv timeout after clc handshake
Karsten Graul
1
-1
/
+2
2018-07-18
net/smc: add error handling for get_user()
Ursula Braun
1
-1
/
+2
2018-07-18
net/smc: optimize consumer cursor updates
Ursula Braun
1
-2
/
+10
2018-07-17
net/smc: take sock lock in smc_ioctl()
Ursula Braun
1
-4
/
+15
2018-07-07
net/smc: reduce sock_put() for fallback sockets
Ursula Braun
2
-5
/
+12
2018-07-03
net/smc: fix up merge error with poll changes
Linus Torvalds
1
-1
/
+2
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-31
/
+75
2018-07-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-33
/
+71
2018-06-30
net/smc: add SMC-D diag support
Hans Wippel
1
-0
/
+15
2018-06-30
net/smc: add SMC-D support in af_smc
Hans Wippel
3
-19
/
+200
[next]