index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
smc
/
smc_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/smc: switch smcd_dev_list spinlock to mutex
Ursula Braun
2020-07-08
1
-4
/
+4
*
net/smc: fix sleep bug in smc_pnet_find_roce_resource()
Ursula Braun
2020-07-08
1
-2
/
+3
*
net/smc: separate LLC wait queues for flow and messages
Karsten Graul
2020-07-08
1
-16
/
+22
*
net/smc: pre-fetch send buffer outside of send_lock
Karsten Graul
2020-05-30
1
-3
/
+15
*
net/smc: log important pnetid and state change events
Karsten Graul
2020-05-05
1
-5
/
+29
*
net/smc: create improved SMC-R link_uid
Karsten Graul
2020-05-04
1
-0
/
+1
*
net/smc: improve termination processing
Karsten Graul
2020-05-04
1
-30
/
+31
*
net/smc: add termination reason and handle LLC protocol violation
Karsten Graul
2020-05-04
1
-2
/
+6
*
net/smc: asymmetric link tagging
Karsten Graul
2020-05-04
1
-3
/
+23
*
net/smc: assign link to a new connection
Karsten Graul
2020-05-04
1
-19
/
+46
*
net/smc: send DELETE_LINK, ALL message and wait for send to complete
Karsten Graul
2020-05-04
1
-0
/
+5
*
net/smc: handle incoming CDC validation message
Karsten Graul
2020-05-04
1
-0
/
+15
*
net/smc: send failover validation message
Karsten Graul
2020-05-04
1
-1
/
+1
*
net/smc: switch connections to alternate link
Karsten Graul
2020-05-04
1
-2
/
+130
*
net/smc: enqueue local LLC messages
Karsten Graul
2020-05-03
1
-1
/
+2
*
net/smc: llc_del_link_work and use the LLC flow for delete link
Karsten Graul
2020-05-03
1
-14
/
+8
*
net/smc: first part of add link processing as SMC client
Karsten Graul
2020-05-03
1
-2
/
+2
*
net/smc: remove DELETE LINK processing from smc_core.c
Karsten Graul
2020-05-01
1
-33
/
+0
*
net/smc: take link down instead of terminating the link group
Karsten Graul
2020-05-01
1
-5
/
+2
*
net/smc: add smcr_port_err() and smcr_link_down() processing
Karsten Graul
2020-05-01
1
-30
/
+89
*
net/smc: add smcr_port_add() and smcr_link_up() processing
Karsten Graul
2020-05-01
1
-0
/
+86
*
net/smc: remember PNETID of IB device for later device matching
Karsten Graul
2020-05-01
1
-0
/
+2
*
net/smc: mutex to protect the lgr against parallel reconfigurations
Karsten Graul
2020-05-01
1
-4
/
+22
*
net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()
Karsten Graul
2020-05-01
1
-1
/
+2
*
net/smc: map and register buffers for a new link
Karsten Graul
2020-05-01
1
-0
/
+60
*
net/smc: unmapping of buffers to support multiple links
Karsten Graul
2020-05-01
1
-17
/
+59
*
net/smc: multiple link support for rmb buffer registration
Karsten Graul
2020-05-01
1
-0
/
+16
*
net/smc: remove obsolete link state DELETING
Karsten Graul
2020-04-30
1
-3
/
+1
*
net/smc: new smc_rtoken_set functions for multiple link support
Karsten Graul
2020-04-30
1
-0
/
+47
*
net/smc: multiple link support and LLC flow for smc_llc_do_delete_rkey
Karsten Graul
2020-04-30
1
-6
/
+4
*
net/smc: add event-based llc_flow framework
Karsten Graul
2020-04-30
1
-0
/
+2
*
net/smc: move llc layer related init and clear into smc_llc.c
Karsten Graul
2020-04-29
1
-3
/
+3
*
net/smc: use mutex instead of rwlock_t to protect buffers
Karsten Graul
2020-04-29
1
-11
/
+11
*
net/smc: use worker to process incoming llc messages
Karsten Graul
2020-04-29
1
-1
/
+3
*
net/smc: simplify link deactivation
Karsten Graul
2020-04-29
1
-6
/
+2
*
net/smc: add new link state and related helpers
Karsten Graul
2020-04-29
1
-17
/
+19
*
net/smc: multi-link support for smc_rmb_rtoken_handling()
Karsten Graul
2020-04-29
1
-6
/
+8
*
net/smc: convert static link ID instances to support multiple links
Karsten Graul
2020-04-29
1
-103
/
+229
*
net/smc: convert static link ID to dynamic references
Karsten Graul
2020-04-29
1
-33
/
+33
*
net/smc: introduce link_idx for link group array
Karsten Graul
2020-04-29
1
-5
/
+29
*
net/smc: separate function for link initialization
Karsten Graul
2020-04-29
1
-48
/
+66
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-02-27
1
-0
/
+12
|
\
|
*
net/smc: fix cleanup for linkgroup setup failures
Ursula Braun
2020-02-26
1
-0
/
+12
*
|
net/smc: simplify normal link termination
Karsten Graul
2020-02-17
1
-4
/
+5
*
|
net/smc: remove unused parameter of smc_lgr_terminate()
Karsten Graul
2020-02-17
1
-10
/
+8
*
|
net/smc: do not delete lgr from list twice
Karsten Graul
2020-02-17
1
-1
/
+1
*
|
net/smc: improve smc_lgr_cleanup()
Karsten Graul
2020-02-17
1
-4
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-12-22
1
-1
/
+1
|
\
|
*
net/smc: unregister ib devices in reboot_event
Karsten Graul
2019-12-20
1
-1
/
+1
*
|
net/smc: shorten lgr_cnt initialization
Ursula Braun
2019-12-15
1
-2
/
+1
|
/
[next]