index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
smc
/
smc_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-13
net/smc: correct settings of RMB window update limit
Dust Li
1
-1
/
+1
2022-03-08
net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server
D. Wythe
1
-1
/
+2
2022-03-08
net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client
D. Wythe
1
-1
/
+1
2022-01-27
net/smc: Fix hung_task when removing SMC-R devices
Wen Gu
1
-16
/
+1
2022-01-05
net/smc: fix kernel panic caused by race of smc_sock
Dust Li
1
-5
/
+20
2022-01-05
net/smc: don't send CDC/LLC message if link not ready
Dust Li
1
-1
/
+1
2022-01-05
net/smc: improved fix wait on already cleared link
Karsten Graul
1
-9
/
+11
2021-12-08
net/smc: fix wrong list_del in smc_lgr_cleanup_early
Dust Li
1
-4
/
+3
2021-12-01
net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()
Karsten Graul
1
-17
/
+18
2021-11-26
net/smc: Make sure the link_id is unique
Wen Gu
1
-1
/
+2
2021-09-30
net/smc: fix 'workqueue leaked lock' in smc_conn_abort_work
Karsten Graul
1
-0
/
+2
2020-11-19
net/smc: fix matching of existing link groups
Karsten Graul
1
-1
/
+2
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
[next]