index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
smc
/
af_smc.c
Age
Commit message (
Expand
)
Author
2025-03-13
net/smc: fix data error when recvmsg with MSG_PEEK flag
Guangguan Wang
2025-01-09
net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg
Guangguan Wang
2025-01-09
net/smc: check sndbuf_space again after NOSPACE flag is set in smc_poll
Guangguan Wang
2024-12-14
net/smc: Fix af_ops of child socket pointing to released memory
Karsten Graul
2024-12-14
net/smc: fix LGR and link use-after-free issue
Wen Gu
2024-12-14
net/smc: Limit backlog connections
D. Wythe
2024-07-05
net: drop nopreempt requirement on sock_prot_inuse_add()
Eric Dumazet
2023-12-03
net/smc: avoid data corruption caused by decline
D. Wythe
2023-11-20
net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT
D. Wythe
2023-03-17
net/smc: fix fallback failed while sendmsg with fastopen
D. Wythe
2022-11-10
net/smc: Fix possible leaked pernet namespace in smc_init()
Chen Zhongjin
2022-09-08
net/smc: Remove redundant refcount increase
Yacan Liu
2022-06-09
net/smc: postpone sk_refcnt increment in connect()
liuyacan
2022-05-09
net/smc: sync err code when tcp connection was refused
liuyacan
2022-04-27
net/smc: Fix sock leak when release after smc_shutdown()
Tony Lu
2022-04-13
net/smc: send directly on setting TCP_NODELAY
Dust Li
2022-04-13
net/smc: Send directly when TCP_CORK is cleared
Tony Lu
2022-03-08
net/smc: fix connection leak
D. Wythe
2022-02-23
net/smc: Avoid overwriting the copies of clcsock callback functions
Wen Gu
2022-02-08
net/smc: Forward wakeup to smc socket waitqueue after fallback
Wen Gu
2022-02-01
net/smc: Transitional solution for clcsock race issue
Wen Gu
2022-01-27
net/smc: Reset conn->lgr when link group registration fails
Wen Gu
2021-12-22
net/smc: Prevent smc_release() from long blocking
D. Wythe
2021-12-08
net/smc: Avoid warning of possible recursive locking
Wen Gu
2021-12-08
net/smc: Transfer remaining wait queue entries during fallback
Wen Gu
2021-12-01
net/smc: Don't call clcsock shutdown twice when smc shutdown
Tony Lu
2021-12-01
net/smc: Fix loop in smc_listen
Guo DaXing
2021-11-18
net/smc: fix sk_refcnt underflow on linkdown and fallback
Dust Li
2021-10-28
net/smc: Correct spelling mistake to TCPF_SYN_RECV
Wen Gu
2021-08-09
net/smc: Correct smc link connection counter in case of smc client
Guvenc Gulce
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
2021-06-16
net/smc: Make SMC statistics network namespace aware
Guvenc Gulce
2021-06-16
net/smc: Add SMC statistics support
Guvenc Gulce
2021-05-05
smc: disallow TCP_ULP in smc_setsockopt()
Cong Wang
2021-04-27
net/smc: Remove redundant assignment to rc
Jiapeng Chong
2020-12-01
net/smc: Introduce generic netlink interface for diagnostic purposes
Guvenc Gulce
2020-12-01
net/smc: Refactor smc ism v2 capability handling
Guvenc Gulce
2020-12-01
net/smc: use helper smc_conn_abort() in listen processing
Karsten Graul
2020-11-19
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-19
net/smc: fix matching of existing link groups
Karsten Graul
2020-10-31
net/smc: improve return codes for SMC-Dv2
Karsten Graul
2020-10-26
net/smc: fix null pointer dereference in smc_listen_decline()
Karsten Graul
2020-10-09
net/smc: restore smcd_version when all ISM V2 devices failed to init
Karsten Graul
2020-10-09
net/smc: cleanup buffer usage in smc_listen_work()
Karsten Graul
2020-10-09
net/smc: consolidate unlocking in same function
Karsten Graul
2020-10-03
net/smc: send ISM devices with unique chid in CLC proposal
Karsten Graul
2020-09-28
net/smc: CLC decline - V2 enhancements
Ursula Braun
2020-09-28
net/smc: introduce CLC first contact extension
Ursula Braun
2020-09-28
net/smc: CLC accept / confirm V2
Ursula Braun
2020-09-28
net/smc: determine accepted ISM devices
Ursula Braun
[next]