aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/smc_rx.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-29net: add sk_wake_async_rcu() helperEric Dumazet1-2/+2
2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet1-2/+2
2023-01-27net: add missing includes of linux/splice.hJakub Kicinski1-0/+1
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye1-0/+3
2022-07-18net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu1-16/+74
2022-07-18net/smc: remove redundant dma sync opsGuangguan Wang1-2/+0
2022-05-12net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pendingGuangguan Wang1-2/+2
2021-11-01net/smc: Introduce tracepoints for tx and rx msgTony Lu1-0/+3
2021-06-16net/smc: Make SMC statistics network namespace awareGuvenc Gulce1-3/+3
2021-06-16net/smc: Add SMC statistics supportGuvenc Gulce1-0/+8
2020-05-20fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig1-1/+0
2020-05-20fs: make the pipe_buf_operations ->steal operation optionalChristoph Hellwig1-7/+0
2019-10-22net/smc: cancel send and receive for terminated socketUrsula Braun1-2/+8
2019-10-10net/smc: receive pending data after RCV_SHUTDOWNKarsten Graul1-5/+20
2019-10-10net/smc: receive returns without dataKarsten Graul1-3/+1
2019-02-01pipe: stop using ->can_mergeJann Horn1-1/+0
2018-07-23net/smc: remove local variable page in smc_rx_splice()Ursula Braun1-3/+1
2018-07-23net/smc: eliminate cursor read and write callsStefan Raspl1-11/+4
2018-06-30net/smc: add SMC-D support in data transferHans Wippel1-1/+1
2018-05-23net/smc: urgent data supportStefan Raspl1-13/+107
2018-05-18net/smc: add common buffer size in send and receive buffer descriptorsHans Wippel1-5/+5
2018-05-04smc: add support for splice()Stefan Raspl1-16/+147
2018-05-04smc: make smc_rx_wait_data() genericStefan Raspl1-10/+11
2018-05-04smc: simplify abort logicStefan Raspl1-10/+6
2018-04-27net/smc: handle sockopt TCP_DEFER_ACCEPTUrsula Braun1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-12-07smc: cleanup close checking during data receivalUrsula Braun1-4/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-21net/smc: add receive timeout checkHans Wippel1-0/+2
2017-07-29net/smc: synchronize buffer usage with deviceUrsula Braun1-0/+3
2017-04-11net/smc: always call the POLL_IN part of sk_wake_asyncUrsula Braun1-2/+1
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar1-0/+2
2017-01-09smc: receive data from RMBEUrsula Braun1-0/+217