index
:
linux-toradex.git
colibri
colibri_vf
master
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.12-2.0.x-imx
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
/
smc_rx.c
Age
Commit message (
Expand
)
Author
2025-01-13
net/smc: fix data error when recvmsg with MSG_PEEK flag
Guangguan Wang
2025-01-11
net/smc: delete pointless divide by one
Dan Carpenter
2024-03-29
net: add sk_wake_async_rcu() helper
Eric Dumazet
2023-05-10
net: deal with most data-races in sk_wait_event()
Eric Dumazet
2023-01-27
net: add missing includes of linux/splice.h
Jakub Kicinski
2023-01-23
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
2022-07-18
net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-R
Wen Gu
2022-07-18
net/smc: remove redundant dma sync ops
Guangguan Wang
2022-05-12
net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pending
Guangguan Wang
2021-11-01
net/smc: Introduce tracepoints for tx and rx msg
Tony Lu
2021-06-16
net/smc: Make SMC statistics network namespace aware
Guvenc Gulce
2021-06-16
net/smc: Add SMC statistics support
Guvenc Gulce
2020-05-20
fs: make the pipe_buf_operations ->confirm operation optional
Christoph Hellwig
2020-05-20
fs: make the pipe_buf_operations ->steal operation optional
Christoph Hellwig
2019-10-22
net/smc: cancel send and receive for terminated socket
Ursula Braun
2019-10-10
net/smc: receive pending data after RCV_SHUTDOWN
Karsten Graul
2019-10-10
net/smc: receive returns without data
Karsten Graul
2019-02-01
pipe: stop using ->can_merge
Jann Horn
2018-07-23
net/smc: remove local variable page in smc_rx_splice()
Ursula Braun
2018-07-23
net/smc: eliminate cursor read and write calls
Stefan Raspl
2018-06-30
net/smc: add SMC-D support in data transfer
Hans Wippel
2018-05-23
net/smc: urgent data support
Stefan Raspl
2018-05-18
net/smc: add common buffer size in send and receive buffer descriptors
Hans Wippel
2018-05-04
smc: add support for splice()
Stefan Raspl
2018-05-04
smc: make smc_rx_wait_data() generic
Stefan Raspl
2018-05-04
smc: simplify abort logic
Stefan Raspl
2018-04-27
net/smc: handle sockopt TCP_DEFER_ACCEPT
Ursula Braun
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2017-12-07
smc: cleanup close checking during data receival
Ursula Braun
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-21
net/smc: add receive timeout check
Hans Wippel
2017-07-29
net/smc: synchronize buffer usage with device
Ursula Braun
2017-04-11
net/smc: always call the POLL_IN part of sk_wake_async
Ursula Braun
2017-03-03
sched/headers: Move task_struct::signal and task_struct::sighand types and ac...
Ingo Molnar
2017-01-09
smc: receive data from RMBE
Ursula Braun