index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
smc
/
smc_llc.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-07
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-03
net/smc: enqueue local LLC messages
Karsten Graul
1
-1
/
+29
2020-05-03
net/smc: delete link processing as SMC server
Karsten Graul
1
-0
/
+72
2020-05-03
net/smc: delete link processing as SMC client
Karsten Graul
1
-0
/
+72
2020-05-03
net/smc: llc_del_link_work and use the LLC flow for delete link
Karsten Graul
1
-19
/
+36
2020-05-03
net/smc: delete an asymmetric link as SMC server
Karsten Graul
1
-1
/
+80
2020-05-03
net/smc: final part of add link processing as SMC server
Karsten Graul
1
-1
/
+28
2020-05-03
net/smc: rkey processing for a new link as SMC server
Karsten Graul
1
-1
/
+42
2020-05-03
net/smc: first part of add link processing as SMC server
Karsten Graul
1
-1
/
+90
2020-05-03
net/smc: final part of add link processing as SMC client
Karsten Graul
1
-3
/
+70
2020-05-03
net/smc: rkey processing for a new link as SMC client
Karsten Graul
1
-1
/
+156
2020-05-03
net/smc: first part of add link processing as SMC client
Karsten Graul
1
-0
/
+107
2020-05-02
smc: Remove unused function.
David S. Miller
1
-24
/
+0
2020-05-01
net/smc: llc_add_link_work to handle ADD_LINK LLC requests
Karsten Graul
1
-2
/
+22
2020-05-01
net/smc: allocate index for a new link
Karsten Graul
1
-0
/
+24
2020-05-01
net/smc: take link down instead of terminating the link group
Karsten Graul
1
-2
/
+2
2020-05-01
net/smc: mutex to protect the lgr against parallel reconfigurations
Karsten Graul
1
-8
/
+1
2020-05-01
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
2020-04-29
net/smc: move llc layer related init and clear into smc_llc.c
Karsten Graul
1
-5
/
+21
2020-04-29
net/smc: process llc responses in tasklet context
Karsten Graul
1
-104
/
+112
2020-04-29
net/smc: use worker to process incoming llc messages
Karsten Graul
1
-56
/
+86
2020-04-29
net/smc: simplify link deactivation
Karsten Graul
1
-11
/
+4
2020-04-29
net/smc: move testlink work to system work queue
Karsten Graul
1
-5
/
+6
2020-04-29
net/smc: add new link state and related helpers
Karsten Graul
1
-2
/
+2
2020-04-29
net/smc: convert static link ID instances to support multiple links
Karsten Graul
1
-0
/
+2
2020-04-29
net/smc: convert static link ID to dynamic references
Karsten Graul
1
-5
/
+5
2020-02-17
net/smc: simplify normal link termination
Karsten Graul
1
-1
/
+1
2020-02-17
net/smc: remove unused parameter of smc_lgr_terminate()
Karsten Graul
1
-1
/
+1
2019-11-15
net/smc: immediate termination for SMCR link groups
Ursula Braun
1
-1
/
+3
[next]