Age | Commit message (Expand) | Author | Files | Lines |
2023-03-18 | smc: preserve const qualifier in smc_sk() | Eric Dumazet | 1 | -4/+1 |
2022-04-25 | net/smc: Only save the original clcsock callback functions | Wen Gu | 1 | -0/+29 |
2022-03-01 | net/smc: don't send in the BH context if sock_owned_by_user | Dust Li | 1 | -0/+4 |
2022-03-01 | net/smc: add autocorking support | Dust Li | 1 | -0/+2 |
2022-02-11 | net/smc: Add global configure for handshake limitation by netlink | D. Wythe | 1 | -0/+6 |
2022-02-11 | net/smc: Dynamic control handshake limitation by socket options | D. Wythe | 1 | -0/+1 |
2022-02-11 | net/smc: Limit backlog connections | D. Wythe | 1 | -1/+5 |
2022-01-31 | net/smc: Forward wakeup to smc socket waitqueue after fallback | Wen Gu | 1 | -1/+19 |
2022-01-13 | net/smc: Resolve the race between link group access and termination | Wen Gu | 1 | -0/+1 |
2021-12-28 | net/smc: fix kernel panic caused by race of smc_sock | Dust Li | 1 | -0/+5 |
2021-10-16 | net/smc: extend LLC layer for SMC-Rv2 | Karsten Graul | 1 | -1/+19 |
2021-09-14 | net/smc: add support for user defined EIDs | Karsten Graul | 1 | -3/+0 |
2020-09-29 | net/smc: introduce CLC first contact extension | Ursula Braun | 1 | -0/+1 |
2020-09-29 | net/smc: build and send V2 CLC proposal | Ursula Braun | 1 | -0/+6 |
2020-09-29 | net/smc: determine proposed ISM devices | Ursula Braun | 1 | -0/+1 |
2020-09-29 | net/smc: prepare for more proposed ISM devices | Ursula Braun | 1 | -0/+4 |
2020-09-11 | net/smc: use separate work queues for different worker types | Karsten Graul | 1 | -0/+3 |
2020-09-11 | net/smc: introduce better field names | Ursula Braun | 1 | -0/+2 |
2020-09-11 | net/smc: reduce active tcp_listen workers | Ursula Braun | 1 | -0/+2 |
2020-05-04 | net/smc: handle incoming CDC validation message | Karsten Graul | 1 | -0/+2 |
2020-05-04 | net/smc: save state of last sent CDC message | Karsten Graul | 1 | -0/+4 |
2020-04-29 | net/smc: convert static link ID to dynamic references | Karsten Graul | 1 | -0/+1 |
2019-10-22 | net/smc: cancel send and receive for terminated socket | Ursula Braun | 1 | -0/+1 |
2019-04-12 | net/smc: nonblocking connect rework | Ursula Braun | 1 | -7/+4 |
2019-02-21 | net/smc: fix smc_poll in SMC_INIT state | Ursula Braun | 1 | -3/+3 |
2018-12-19 | net/smc: fix TCP fallback socket release | Myungho Jung | 1 | -0/+4 |
2018-07-26 | net/smc: provide fallback reason code | Karsten Graul | 1 | -0/+2 |
2018-07-03 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+8 |
2018-06-30 | net/smc: add SMC-D support in data transfer | Hans Wippel | 1 | -0/+5 |
2018-06-30 | net/smc: determine port attributes independent from pnet table | Ursula Braun | 1 | -2/+0 |
2018-06-28 | net/smc: rebuild nonblocking connect | Ursula Braun | 1 | -0/+8 |
2018-05-23 | net/smc: urgent data support | Stefan Raspl | 1 | -0/+15 |
2018-05-18 | net/smc: move smc_core specific code from smc.h to smc_core | Hans Wippel | 1 | -41/+0 |
2018-05-18 | net/smc: calculate write offset in RMB only once per connection | Hans Wippel | 1 | -0/+1 |
2018-05-18 | net/smc: rename connection index to RMBE index | Hans Wippel | 1 | -1/+1 |
2018-05-18 | net/smc: add common buffer size in send and receive buffer descriptors | Hans Wippel | 1 | -2/+0 |
2018-05-04 | smc: add support for splice() | Stefan Raspl | 1 | -0/+3 |
2018-04-27 | net/smc: handle sockopt TCP_DEFER_ACCEPT | Ursula Braun | 1 | -0/+4 |
2018-03-16 | net/smc: enable ipv6 support for smc | Karsten Graul | 1 | -1/+3 |
2018-03-01 | net/smc: remove unused fields from smc structures | Karsten Graul | 1 | -2/+1 |
2018-03-01 | net/smc: move netinfo function to file smc_clc.c | Karsten Graul | 1 | -2/+0 |
2018-01-26 | net/smc: return booleans instead of integers | Gustavo A. R. Silva | 1 | -2/+2 |
2018-01-26 | net/smc: replace sock_put worker by socket refcounting | Ursula Braun | 1 | -1/+0 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-22 | net/smc: introduce a delay | Ursula Braun | 1 | -1/+1 |
2017-04-12 | net/smc: no socket state changes in tasklet context | Ursula Braun | 1 | -0/+1 |
2017-01-10 | smc: netlink interface for SMC sockets | Ursula Braun | 1 | -0/+2 |
2017-01-10 | smc: socket closing and linkgroup cleanup | Ursula Braun | 1 | -0/+18 |
2017-01-10 | smc: receive data from RMBE | Ursula Braun | 1 | -0/+4 |
2017-01-10 | smc: send data (through RDMA) | Ursula Braun | 1 | -0/+1 |