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
2020-05-04
net/smc: enqueue local LLC messages
Karsten Graul
1
-1
/
+2
2020-05-04
net/smc: llc_del_link_work and use the LLC flow for delete link
Karsten Graul
1
-14
/
+8
2020-05-04
net/smc: first part of add link processing as SMC client
Karsten Graul
1
-2
/
+2
2020-05-02
net/smc: remove DELETE LINK processing from smc_core.c
Karsten Graul
1
-33
/
+0
2020-05-02
net/smc: take link down instead of terminating the link group
Karsten Graul
1
-5
/
+2
2020-05-02
net/smc: add smcr_port_err() and smcr_link_down() processing
Karsten Graul
1
-30
/
+89
2020-05-02
net/smc: add smcr_port_add() and smcr_link_up() processing
Karsten Graul
1
-0
/
+86
2020-05-02
net/smc: remember PNETID of IB device for later device matching
Karsten Graul
1
-0
/
+2
2020-05-02
net/smc: mutex to protect the lgr against parallel reconfigurations
Karsten Graul
1
-4
/
+22
2020-05-02
net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()
Karsten Graul
1
-1
/
+2
2020-05-02
net/smc: map and register buffers for a new link
Karsten Graul
1
-0
/
+60
2020-05-02
net/smc: unmapping of buffers to support multiple links
Karsten Graul
1
-17
/
+59
2020-05-02
net/smc: multiple link support for rmb buffer registration
Karsten Graul
1
-0
/
+16
2020-04-30
net/smc: remove obsolete link state DELETING
Karsten Graul
1
-3
/
+1
2020-04-30
net/smc: new smc_rtoken_set functions for multiple link support
Karsten Graul
1
-0
/
+47
2020-04-30
net/smc: multiple link support and LLC flow for smc_llc_do_delete_rkey
Karsten Graul
1
-6
/
+4
2020-04-30
net/smc: add event-based llc_flow framework
Karsten Graul
1
-0
/
+2
2020-04-29
net/smc: move llc layer related init and clear into smc_llc.c
Karsten Graul
1
-3
/
+3
2020-04-29
net/smc: use mutex instead of rwlock_t to protect buffers
Karsten Graul
1
-11
/
+11
2020-04-29
net/smc: use worker to process incoming llc messages
Karsten Graul
1
-1
/
+3
2020-04-29
net/smc: simplify link deactivation
Karsten Graul
1
-6
/
+2
2020-04-29
net/smc: add new link state and related helpers
Karsten Graul
1
-17
/
+19
2020-04-29
net/smc: multi-link support for smc_rmb_rtoken_handling()
Karsten Graul
1
-6
/
+8
2020-04-29
net/smc: convert static link ID instances to support multiple links
Karsten Graul
1
-103
/
+229
2020-04-29
net/smc: convert static link ID to dynamic references
Karsten Graul
1
-33
/
+33
2020-04-29
net/smc: introduce link_idx for link group array
Karsten Graul
1
-5
/
+29
2020-04-29
net/smc: separate function for link initialization
Karsten Graul
1
-48
/
+66
2020-02-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+12
2020-02-27
net/smc: fix cleanup for linkgroup setup failures
Ursula Braun
1
-0
/
+12
2020-02-18
net/smc: simplify normal link termination
Karsten Graul
1
-4
/
+5
2020-02-18
net/smc: remove unused parameter of smc_lgr_terminate()
Karsten Graul
1
-10
/
+8
2020-02-18
net/smc: do not delete lgr from list twice
Karsten Graul
1
-1
/
+1
2020-02-18
net/smc: improve smc_lgr_cleanup()
Karsten Graul
1
-4
/
+1
2019-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2019-12-21
net/smc: unregister ib devices in reboot_event
Karsten Graul
1
-1
/
+1
2019-12-15
net/smc: shorten lgr_cnt initialization
Ursula Braun
1
-2
/
+1
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
[prev]
[next]