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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-18
net/smc: fix sk_refcnt underflow on linkdown and fallback
Dust Li
1
-7
/
+11
2021-11-18
net/smc: Correct spelling mistake to TCPF_SYN_RECV
Wen Gu
1
-1
/
+1
2021-11-18
net/smc: Fix smc_link->llc_testlink_time overflow
Tony Lu
1
-1
/
+1
2021-09-30
net/smc: fix 'workqueue leaked lock' in smc_conn_abort_work
Karsten Graul
1
-0
/
+2
2021-09-30
net/smc: add missing error check in smc_clc_prfx_set()
Karsten Graul
1
-1
/
+2
2021-08-18
net/smc: fix wait on already cleared link
Karsten Graul
4
-7
/
+33
2021-06-03
net/smc: remove device from smcd_dev_list after failed device_add()
Julian Wiedmann
1
-1
/
+10
2021-06-03
net/smc: properly handle workqueue allocation failure
Anirudh Rayabharam
1
-2
/
+8
2021-06-03
Revert "net/smc: fix a NULL pointer dereference"
Greg Kroah-Hartman
1
-5
/
+0
2021-05-19
smc: disallow TCP_ULP in smc_setsockopt()
Cong Wang
1
-1
/
+3
2020-11-19
net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid()
Karsten Graul
1
-3
/
+3
2020-11-19
net/smc: fix matching of existing link groups
Karsten Graul
2
-2
/
+4
2020-10-31
Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-2
/
+2
2020-10-30
net/smc: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2020-10-26
net/smc: fix suppressed return code
Karsten Graul
1
-2
/
+5
2020-10-26
net/smc: fix null pointer dereference in smc_listen_decline()
Karsten Graul
1
-3
/
+4
2020-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-13
/
+11
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-10-15
net/smc: fix use-after-free of delayed events
Karsten Graul
1
-8
/
+5
2020-10-10
net: smc: fix missing brace warning for old compilers
Pujin Shi
1
-2
/
+2
2020-10-10
net: smc: fix missing brace warning for old compilers
Pujin Shi
1
-1
/
+1
2020-10-09
net/smc: restore smcd_version when all ISM V2 devices failed to init
Karsten Graul
1
-1
/
+5
2020-10-09
net/smc: cleanup buffer usage in smc_listen_work()
Karsten Graul
1
-6
/
+3
2020-10-09
net/smc: consolidate unlocking in same function
Karsten Graul
1
-37
/
+40
2020-10-03
net/smc: use an array to check fields in system EID
Karsten Graul
1
-1
/
+1
2020-10-03
net/smc: send ISM devices with unique chid in CLC proposal
Karsten Graul
1
-1
/
+17
2020-09-28
net/smc: CLC decline - V2 enhancements
Ursula Braun
3
-15
/
+30
2020-09-28
net/smc: introduce CLC first contact extension
Ursula Braun
6
-5
/
+91
2020-09-28
net/smc: CLC accept / confirm V2
Ursula Braun
3
-57
/
+170
2020-09-28
net/smc: determine accepted ISM devices
Ursula Braun
4
-34
/
+208
2020-09-28
net/smc: build and send V2 CLC proposal
Ursula Braun
4
-42
/
+210
2020-09-28
net/smc: determine proposed ISM devices
Ursula Braun
8
-58
/
+135
2020-09-28
net/smc: introduce list of pnetids for Ethernet devices
Ursula Braun
3
-7
/
+153
2020-09-28
net/smc: introduce CHID callback for ISM devices
Ursula Braun
4
-0
/
+9
2020-09-28
net/smc: introduce System Enterprise ID (SEID)
Ursula Braun
3
-2
/
+28
2020-09-28
net/smc: prepare for more proposed ISM devices
Ursula Braun
6
-44
/
+69
2020-09-28
net/smc: split CLC confirm/accept data to be sent
Ursula Braun
2
-12
/
+15
2020-09-28
net/smc: separate find device functions
Ursula Braun
3
-46
/
+84
2020-09-28
net/smc: CLC header fields renaming
Ursula Braun
3
-23
/
+25
2020-09-28
net/smc: remove constant and introduce helper to check for a pnet id
Karsten Graul
1
-8
/
+12
2020-09-17
net/smc: fix double kfree in smc_listen_work()
Ursula Braun
1
-2
/
+2
2020-09-16
net/smc: check variable before dereferencing in smc_close.c
Karsten Graul
1
-3
/
+4
2020-09-10
net/smc: use separate work queues for different worker types
Karsten Graul
7
-18
/
+49
2020-09-10
net/smc: use the retry mechanism for netlink messages
Guvenc Gulce
1
-7
/
+23
2020-09-10
net/smc: immediate freeing in smc_lgr_cleanup_early()
Ursula Braun
2
-20
/
+4
2020-09-10
net/smc: reduce smc_listen_decline() calls
Ursula Braun
1
-16
/
+6
2020-09-10
net/smc: improve server ISM device determination
Ursula Braun
3
-16
/
+7
2020-09-10
net/smc: common routine for CLC accept and confirm
Ursula Braun
4
-143
/
+118
2020-09-10
net/smc: dynamic allocation of CLC proposal buffer
Ursula Braun
3
-49
/
+67
[next]