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_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-26
net/smc: fix suppressed return code
Karsten Graul
1
-2
/
+5
2020-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2020-10-15
net/smc: fix invalid return code in smcd_new_buf_create()
Karsten Graul
1
-1
/
+2
2020-10-15
net/smc: fix valid DMBE buffer sizes
Karsten Graul
1
-1
/
+1
2020-09-28
net/smc: introduce CLC first contact extension
Ursula Braun
1
-0
/
+1
2020-09-28
net/smc: determine accepted ISM devices
Ursula Braun
1
-11
/
+12
2020-09-28
net/smc: prepare for more proposed ISM devices
Ursula Braun
1
-10
/
+13
2020-09-10
net/smc: use separate work queues for different worker types
Karsten Graul
1
-2
/
+11
2020-09-10
net/smc: immediate freeing in smc_lgr_cleanup_early()
Ursula Braun
1
-19
/
+4
2020-09-10
net/smc: common routine for CLC accept and confirm
Ursula Braun
1
-2
/
+2
2020-09-10
net/smc: introduce better field names
Ursula Braun
1
-8
/
+8
2020-09-03
net/smc: reset sndbuf_desc if freed
Ursula Braun
1
-0
/
+1
2020-09-03
net/smc: set rx_off for SMCR explicitly
Ursula Braun
1
-0
/
+2
2020-07-27
net/smc: unique reason code for exceeded max dmb count
Karsten Graul
1
-2
/
+2
2020-07-20
net/smc: fix dmb buffer shortage
Karsten Graul
1
-2
/
+2
2020-07-19
net/smc: remove freed buffer from list
Karsten Graul
1
-1
/
+5
2020-07-19
net/smc: do not call dma sync for unmapped memory
Karsten Graul
1
-8
/
+7
2020-07-19
net/smc: move add link processing for new device into llc layer
Karsten Graul
1
-73
/
+7
2020-07-19
net/smc: clear link during SMC client link down processing
Karsten Graul
1
-1
/
+3
2020-07-08
net/smc: switch smcd_dev_list spinlock to mutex
Ursula Braun
1
-4
/
+4
2020-07-08
net/smc: fix sleep bug in smc_pnet_find_roce_resource()
Ursula Braun
1
-2
/
+3
2020-07-08
net/smc: separate LLC wait queues for flow and messages
Karsten Graul
1
-16
/
+22
2020-05-30
net/smc: pre-fetch send buffer outside of send_lock
Karsten Graul
1
-3
/
+15
2020-05-05
net/smc: log important pnetid and state change events
Karsten Graul
1
-5
/
+29
2020-05-04
net/smc: create improved SMC-R link_uid
Karsten Graul
1
-0
/
+1
2020-05-04
net/smc: improve termination processing
Karsten Graul
1
-30
/
+31
2020-05-04
net/smc: add termination reason and handle LLC protocol violation
Karsten Graul
1
-2
/
+6
2020-05-04
net/smc: asymmetric link tagging
Karsten Graul
1
-3
/
+23
2020-05-04
net/smc: assign link to a new connection
Karsten Graul
1
-19
/
+46
2020-05-04
net/smc: send DELETE_LINK, ALL message and wait for send to complete
Karsten Graul
1
-0
/
+5
2020-05-04
net/smc: handle incoming CDC validation message
Karsten Graul
1
-0
/
+15
2020-05-04
net/smc: send failover validation message
Karsten Graul
1
-1
/
+1
2020-05-04
net/smc: switch connections to alternate link
Karsten Graul
1
-2
/
+130
2020-05-03
net/smc: enqueue local LLC messages
Karsten Graul
1
-1
/
+2
2020-05-03
net/smc: llc_del_link_work and use the LLC flow for delete link
Karsten Graul
1
-14
/
+8
2020-05-03
net/smc: first part of add link processing as SMC client
Karsten Graul
1
-2
/
+2
2020-05-01
net/smc: remove DELETE LINK processing from smc_core.c
Karsten Graul
1
-33
/
+0
2020-05-01
net/smc: take link down instead of terminating the link group
Karsten Graul
1
-5
/
+2
2020-05-01
net/smc: add smcr_port_err() and smcr_link_down() processing
Karsten Graul
1
-30
/
+89
2020-05-01
net/smc: add smcr_port_add() and smcr_link_up() processing
Karsten Graul
1
-0
/
+86
2020-05-01
net/smc: remember PNETID of IB device for later device matching
Karsten Graul
1
-0
/
+2
2020-05-01
net/smc: mutex to protect the lgr against parallel reconfigurations
Karsten Graul
1
-4
/
+22
2020-05-01
net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()
Karsten Graul
1
-1
/
+2
2020-05-01
net/smc: map and register buffers for a new link
Karsten Graul
1
-0
/
+60
2020-05-01
net/smc: unmapping of buffers to support multiple links
Karsten Graul
1
-17
/
+59
2020-05-01
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
[next]