aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/smc_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 accessors into <linux/sched/signal.h>Ingo Molnar1-0/+2
2017-01-09smc: receive data from RMBEUrsula Braun1-0/+217