index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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-10-15
net/smc: Fix an error code in smc_lgr_create()
Dan Carpenter
1
-1
/
+2
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2022-09-22
net/smc: Unbind r/w buffer size from clcsock and make them tunable
Tony Lu
1
-4
/
+4
2022-09-22
net/smc: Stop the CLC flow if no link to map buffers on
Wen Gu
1
-1
/
+4
2022-09-07
net/smc: Fix possible access to freed memory in link clear
Yacan Liu
1
-0
/
+1
2022-07-18
net/smc: Extend SMC-R link group netlink attribute
Wen Gu
1
-0
/
+2
2022-07-18
net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-R
Wen Gu
1
-64
/
+149
2022-07-18
net/smc: Use sysctl-specified types of buffers in new link group
Wen Gu
1
-0
/
+1
2022-07-18
net/smc: optimize for smc_sndbuf_sync_sg_for_device and smc_rmb_sync_sg_for_cpu
Guangguan Wang
1
-0
/
+8
2022-07-18
net/smc: remove redundant dma sync ops
Guangguan Wang
1
-22
/
+0
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2022-03-03
net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server
D. Wythe
1
-1
/
+2
2022-03-03
net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client
D. Wythe
1
-1
/
+1
2022-03-01
net/smc: correct settings of RMB window update limit
Dust Li
1
-1
/
+1
2022-01-16
net/smc: Fix hung_task when removing SMC-R devices
Wen Gu
1
-16
/
+1
2022-01-13
net/smc: Resolve the race between SMC-R link access and clear
Wen Gu
1
-12
/
+40
2022-01-13
net/smc: Introduce a new conn->lgr validity check helper
Wen Gu
1
-6
/
+8
2022-01-13
net/smc: Resolve the race between link group access and termination
Wen Gu
1
-11
/
+49
2022-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+7
2022-01-06
net/smc: Reset conn->lgr when link group registration fails
Wen Gu
1
-5
/
+7
2022-01-02
net/smc: Print net namespace in log
Tony Lu
1
-2
/
+2
2022-01-02
net/smc: Add netlink net namespace support
Tony Lu
1
-0
/
+3
2022-01-02
net/smc: Introduce net namespace support for linkgroup
Tony Lu
1
-7
/
+17
2021-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+21
2021-12-28
net/smc: fix kernel panic caused by race of smc_sock
Dust Li
1
-5
/
+20
2021-12-28
net/smc: don't send CDC/LLC message if link not ready
Dust Li
1
-1
/
+1
2021-12-07
net/smc: Clear memory when release and reuse buffer
Tony Lu
1
-4
/
+9
2021-12-02
net/smc: fix wrong list_del in smc_lgr_cleanup_early
Dust Li
1
-4
/
+3
2021-11-25
net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()
Karsten Graul
1
-17
/
+18
2021-11-15
net/smc: Make sure the link_id is unique
Wen Gu
1
-1
/
+2
2021-11-01
net/smc: Introduce tracepoint for smcr link down
Tony Lu
1
-2
/
+7
2021-10-16
net/smc: add netlink support for SMC-Rv2
Karsten Graul
1
-25
/
+73
2021-10-16
net/smc: add v2 support to the work request layer
Karsten Graul
1
-1
/
+6
2021-10-16
net/smc: retrieve v2 gid from IB device
Karsten Graul
1
-1
/
+3
2021-10-16
net/smc: add listen processing for SMC-Rv2
Karsten Graul
1
-18
/
+46
2021-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-9
/
+11
2021-10-08
net/smc: improved fix wait on already cleared link
Karsten Graul
1
-9
/
+11
2021-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2021-09-21
net/smc: fix 'workqueue leaked lock' in smc_conn_abort_work
Karsten Graul
1
-0
/
+2
2021-09-14
net/smc: keep static copy of system EID
Karsten Graul
1
-8
/
+2
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2021-08-09
net/smc: Allow SMC-D 1MB DMB allocations
Stefan Raspl
1
-15
/
+16
2021-08-09
net/smc: Correct smc link connection counter in case of smc client
Guvenc Gulce
1
-2
/
+2
2021-06-16
net/smc: Make SMC statistics network namespace aware
Guvenc Gulce
1
-5
/
+5
2021-06-16
net/smc: Add SMC statistics support
Guvenc Gulce
1
-1
/
+12
2021-06-03
net/smc: avoid possible duplicate dmb unregistration
Karsten Graul
1
-15
/
+0
2021-01-13
net/smc: use memcpy instead of snprintf to avoid out of bounds read
Guvenc Gulce
1
-6
/
+11
2021-01-13
smc: fix out of bound access in smc_nl_get_sys_info()
Jakub Kicinski
1
-1
/
+2
2020-12-02
net/smc: Add support for obtaining SMCR device list
Guvenc Gulce
1
-1
/
+1
2020-12-02
net/smc: Add SMC-D Linkgroup diagnostic support
Guvenc Gulce
1
-0
/
+130
[next]