index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
smc
/
smc_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-16
net/smc: guarantee removal of link groups in reboot
Ursula Braun
1
-1
/
+15
2019-11-16
net/smc: introduce bookkeeping of SMCR link groups
Ursula Braun
1
-0
/
+25
2019-11-15
net/smc: immediate termination for SMCR link groups
Ursula Braun
1
-19
/
+39
2019-11-15
net/smc: wait for tx completions before link freeing
Ursula Braun
1
-0
/
+2
2019-11-15
net/smc: abnormal termination without orderly flag
Ursula Braun
1
-6
/
+4
2019-11-15
net/smc: introduce bookkeeping of SMCD link groups
Ursula Braun
1
-0
/
+6
2019-11-15
net/smc: abnormal termination of SMCD link groups
Ursula Braun
1
-16
/
+51
2019-11-15
net/smc: immediate termination for SMCD link groups
Ursula Braun
1
-7
/
+39
2019-11-15
net/smc: fix final cleanup sequence for SMCD devices
Ursula Braun
1
-7
/
+11
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2019-10-25
net: remove unnecessary variables and callback
Taehee Yoo
1
-1
/
+1
2019-10-22
net/smc: remove close abort worker
Ursula Braun
1
-3
/
+3
2019-10-22
net/smc: introduce link group termination worker
Ursula Braun
1
-0
/
+9
2019-10-22
net/smc: improve abnormal termination of link groups
Ursula Braun
1
-11
/
+29
2019-10-22
net/smc: tell peers about abnormal link group termination
Ursula Braun
1
-1
/
+1
2019-10-22
net/smc: improve link group freeing
Ursula Braun
1
-17
/
+30
2019-10-22
net/smc: improve abnormal termination locking
Ursula Braun
1
-5
/
+8
2019-10-22
net/smc: terminate link group without holding lgr lock
Ursula Braun
1
-8
/
+17
2019-10-22
net/smc: cancel send and receive for terminated socket
Ursula Braun
1
-0
/
+1
2019-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+4
2019-10-11
net/smc: fix SMCD link group creation with VLAN id
Ursula Braun
1
-1
/
+4
2019-10-10
net/smc: no new connections on disappearing devices
Ursula Braun
1
-0
/
+23
2019-10-10
net/smc: increase device refcount for added link group
Ursula Braun
1
-2
/
+7
2019-10-10
net/smc: separate locks for SMCD and SMCR link group lists
Ursula Braun
1
-15
/
+42
2019-10-10
net/smc: separate SMCD and SMCR link group lists
Ursula Braun
1
-7
/
+17
2019-06-26
net/smc: hold conns_lock before calling smc_lgr_register_conn()
Huaping Zhou
1
-0
/
+3
2019-04-12
net/smc: improve smc_conn_create reason codes
Karsten Graul
1
-9
/
+16
2019-04-12
net/smc: cleanup of get vlan id
Karsten Graul
1
-4
/
+0
2019-04-12
net/smc: consolidate function parameters
Karsten Graul
1
-37
/
+33
2019-02-12
net/smc: check connections in smc_lgr_free_work
Karsten Graul
1
-4
/
+2
2019-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+5
2019-02-08
net/smc: move code to clear the conn->lgr field
Karsten Graul
1
-2
/
+3
2019-02-04
net/smc: delete rkey first before switching to unused
Ursula Braun
1
-1
/
+1
2019-02-02
net/smc: prevent races between smc_lgr_terminate() and smc_conn_free()
Karsten Graul
1
-0
/
+4
2018-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+14
2018-11-24
net/smc: unregister rkeys of unused buffer
Karsten Graul
1
-1
/
+6
2018-11-24
net/smc: no link delete for a never active link
Ursula Braun
1
-1
/
+4
2018-11-24
net/smc: make smc_lgr_free() static
Ursula Braun
1
-1
/
+3
2018-11-22
net/smc: add SMC-D shutdown signal
Hans Wippel
1
-2
/
+8
2018-11-22
net/smc: use queue pair number when matching link group
Karsten Graul
1
-4
/
+6
2018-10-27
net/smc: fix smc_buf_unuse to use the lgr pointer
Karsten Graul
1
-13
/
+12
2018-08-16
Merge branch 'linus/master' into rdma.git for-next
Jason Gunthorpe
1
-96
/
+253
2018-08-16
Revert "net/smc: Replace ib_query_gid with rdma_get_gid_attr"
Jason Gunthorpe
1
-9
/
+10
2018-07-26
net/smc: improve delete link processing
Karsten Graul
1
-5
/
+42
2018-07-26
net/smc: use correct vlan gid of RoCE device
Ursula Braun
1
-33
/
+4
2018-06-30
net/smc: add SMC-D support in af_smc
Hans Wippel
1
-1
/
+1
2018-06-30
net/smc: add SMC-D support in data transfer
Hans Wippel
1
-7
/
+18
2018-06-30
net/smc: add base infrastructure for SMC-D and ISM
Hans Wippel
1
-66
/
+204
2018-06-18
net/smc: Replace ib_query_gid with rdma_get_gid_attr
Parav Pandit
1
-10
/
+10
2018-05-23
net/smc: longer delay when freeing client link groups
Ursula Braun
1
-1
/
+1
[next]