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