summaryrefslogtreecommitdiffstats
path: root/net/smc/smc_rx.c
Commit message (Expand)AuthorAgeFilesLines
* net: add sk_wake_async_rcu() helperEric Dumazet2024-03-291-2/+2
* net: deal with most data-races in sk_wait_event()Eric Dumazet2023-05-101-2/+2
* net: add missing includes of linux/splice.hJakub Kicinski2023-01-271-0/+1
* net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+3
* net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu2022-07-181-16/+74
* net/smc: remove redundant dma sync opsGuangguan Wang2022-07-181-2/+0
* net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pendingGuangguan Wang2022-05-121-2/+2
* net/smc: Introduce tracepoints for tx and rx msgTony Lu2021-11-011-0/+3
* net/smc: Make SMC statistics network namespace awareGuvenc Gulce2021-06-161-3/+3
* net/smc: Add SMC statistics supportGuvenc Gulce2021-06-161-0/+8
* fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig2020-05-201-1/+0
* fs: make the pipe_buf_operations ->steal operation optionalChristoph Hellwig2020-05-201-7/+0
* net/smc: cancel send and receive for terminated socketUrsula Braun2019-10-221-2/+8
* net/smc: receive pending data after RCV_SHUTDOWNKarsten Graul2019-10-101-5/+20
* net/smc: receive returns without dataKarsten Graul2019-10-101-3/+1
* pipe: stop using ->can_mergeJann Horn2019-02-011-1/+0
* net/smc: remove local variable page in smc_rx_splice()Ursula Braun2018-07-231-3/+1
* net/smc: eliminate cursor read and write callsStefan Raspl2018-07-231-11/+4
* net/smc: add SMC-D support in data transferHans Wippel2018-06-301-1/+1
* net/smc: urgent data supportStefan Raspl2018-05-231-13/+107
* net/smc: add common buffer size in send and receive buffer descriptorsHans Wippel2018-05-181-5/+5
* smc: add support for splice()Stefan Raspl2018-05-041-16/+147
* smc: make smc_rx_wait_data() genericStefan Raspl2018-05-041-10/+11
* smc: simplify abort logicStefan Raspl2018-05-041-10/+6
* net/smc: handle sockopt TCP_DEFER_ACCEPTUrsula Braun2018-04-271-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* smc: cleanup close checking during data receivalUrsula Braun2017-12-071-4/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net/smc: add receive timeout checkHans Wippel2017-09-211-0/+2
* net/smc: synchronize buffer usage with deviceUrsula Braun2017-07-291-0/+3
* net/smc: always call the POLL_IN part of sk_wake_asyncUrsula Braun2017-04-111-2/+1
* sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar2017-03-031-0/+2
* smc: receive data from RMBEUrsula Braun2017-01-091-0/+217