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