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.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_llc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-11
/
+8
2020-10-15
net/smc: fix use-after-free of delayed events
Karsten Graul
1
-8
/
+5
2020-10-10
net: smc: fix missing brace warning for old compilers
Pujin Shi
1
-2
/
+2
2020-10-10
net: smc: fix missing brace warning for old compilers
Pujin Shi
1
-1
/
+1
2020-09-11
net/smc: use separate work queues for different worker types
Karsten Graul
1
-1
/
+1
2020-09-04
net/smc: fix toleration of fake add_link messages
Karsten Graul
1
-1
/
+14
2020-07-20
net/smc: do not call dma sync for unmapped memory
Karsten Graul
1
-5
/
+5
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
1
-6
/
+50
2020-07-20
net/smc: drop out-of-flow llc response messages
Karsten Graul
1
-6
/
+18
2020-07-20
net/smc: handle unexpected response types for confirm link
Karsten Graul
1
-3
/
+5
2020-07-08
net/smc: fix work request handling
Karsten Graul
1
-4
/
+4
2020-07-08
net/smc: separate LLC wait queues for flow and messages
Karsten Graul
1
-31
/
+52
2020-05-08
net/smc: remove set but not used variables 'del_llc, del_llc_resp'
YueHaibing
1
-7
/
+1
2020-05-05
net/smc: log important pnetid and state change events
Karsten Graul
1
-6
/
+19
2020-05-04
net/smc: save SMC-R peer link_uid
Karsten Graul
1
-0
/
+9
2020-05-04
net/smc: create improved SMC-R link_uid
Karsten Graul
1
-4
/
+14
2020-05-04
net/smc: add termination reason and handle LLC protocol violation
Karsten Graul
1
-0
/
+14
2020-05-04
net/smc: asymmetric link tagging
Karsten Graul
1
-6
/
+14
2020-05-04
net/smc: send DELETE_LINK, ALL message and wait for send to complete
Karsten Graul
1
-0
/
+44
2020-05-04
net/smc: switch connections to alternate link
Karsten Graul
1
-3
/
+3
2020-05-04
net/smc: enqueue local LLC messages
Karsten Graul
1
-1
/
+29
2020-05-04
net/smc: delete link processing as SMC server
Karsten Graul
1
-0
/
+72
2020-05-04
net/smc: delete link processing as SMC client
Karsten Graul
1
-0
/
+72
2020-05-04
net/smc: llc_del_link_work and use the LLC flow for delete link
Karsten Graul
1
-19
/
+36
2020-05-04
net/smc: delete an asymmetric link as SMC server
Karsten Graul
1
-1
/
+80
2020-05-04
net/smc: final part of add link processing as SMC server
Karsten Graul
1
-1
/
+28
2020-05-04
net/smc: rkey processing for a new link as SMC server
Karsten Graul
1
-1
/
+42
2020-05-04
net/smc: first part of add link processing as SMC server
Karsten Graul
1
-1
/
+90
2020-05-04
net/smc: final part of add link processing as SMC client
Karsten Graul
1
-3
/
+70
2020-05-04
net/smc: rkey processing for a new link as SMC client
Karsten Graul
1
-1
/
+156
2020-05-04
net/smc: first part of add link processing as SMC client
Karsten Graul
1
-0
/
+107
2020-05-03
smc: Remove unused function.
David S. Miller
1
-24
/
+0
2020-05-02
net/smc: llc_add_link_work to handle ADD_LINK LLC requests
Karsten Graul
1
-2
/
+22
2020-05-02
net/smc: allocate index for a new link
Karsten Graul
1
-0
/
+24
2020-05-02
net/smc: take link down instead of terminating the link group
Karsten Graul
1
-2
/
+2
2020-05-02
net/smc: mutex to protect the lgr against parallel reconfigurations
Karsten Graul
1
-8
/
+1
2020-05-02
net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()
Karsten Graul
1
-43
/
+46
2020-04-30
net/smc: remove obsolete link state DELETING
Karsten Graul
1
-7
/
+0
2020-04-30
net/smc: remove handling of CONFIRM_RKEY_CONTINUE
Karsten Graul
1
-17
/
+4
2020-04-30
net/smc: adapt SMC remote DELETE_RKEY processing to use the LLC flow
Karsten Graul
1
-13
/
+24
2020-04-30
net/smc: adapt SMC remote CONFIRM_RKEY processing to use the LLC flow
Karsten Graul
1
-15
/
+41
2020-04-30
net/smc: move the TEST_LINK response processing into event handler
Karsten Graul
1
-8
/
+2
2020-04-30
net/smc: multiple link support and LLC flow for smc_llc_do_delete_rkey
Karsten Graul
1
-20
/
+19
2020-04-30
net/smc: multiple link support and LLC flow for smc_llc_do_confirm_rkey
Karsten Graul
1
-23
/
+42
2020-04-30
net/smc: adapt SMC client code to use the LLC flow
Karsten Graul
1
-47
/
+25
2020-04-30
net/smc: adapt SMC server code to use the LLC flow
Karsten Graul
1
-15
/
+5
2020-04-30
net/smc: add logic to evaluate CONFIRM_LINK messages to LLC layer
Karsten Graul
1
-0
/
+11
2020-04-30
net/smc: enqueue all received LLC messages
Karsten Graul
1
-17
/
+29
2020-04-30
net/smc: add event-based llc_flow framework
Karsten Graul
1
-0
/
+165
[next]