Age | Commit message (Expand) | Author |
2018-02-28 | net/smc: use link_id of server in confirm link reply | Karsten Graul |
2018-02-28 | net/smc: use a constant for control message length | Karsten Graul |
2018-01-26 | net/smc: replace sock_put worker by socket refcounting | Ursula Braun |
2018-01-25 | net/smc: wake up wr_reg_wait when terminating a link group | Ursula Braun |
2018-01-25 | net/smc: do not reuse a linkgroup with setup problems | Ursula Braun |
2017-11-24 | net/smc: Fix preinitialization of buf_desc in __smc_buf_create() | Geert Uytterhoeven |
2017-11-24 | net/smc: use sk_rcvbuf as start for rmb creation | Ursula Braun |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-12 | net/smc: dev_put for netdev after usage of ib_query_gid() | Ursula Braun |
2017-09-21 | net/smc: longer delay for client link group removal | Ursula Braun |
2017-07-29 | net/smc: synchronize buffer usage with device | Ursula Braun |
2017-07-29 | net/smc: cleanup function __smc_buf_create() | Ursula Braun |
2017-07-29 | net/smc: common functions for RMBs and send buffers | Ursula Braun |
2017-07-29 | net/smc: introduce sg-logic for send buffers | Ursula Braun |
2017-07-29 | net/smc: register RMB-related memory region | Ursula Braun |
2017-07-29 | net/smc: use separate memory regions for RMBs | Ursula Braun |
2017-07-29 | net/smc: introduce sg-logic for RMBs | Ursula Braun |
2017-07-29 | net/smc: shorten local bufsize variables | Ursula Braun |
2017-05-16 | smc: switch to usage of IB_PD_UNSAFE_GLOBAL_RKEY | Ursula Braun |
2017-04-11 | net/smc: no socket state changes in tasklet context | Ursula Braun |
2017-01-30 | smc: some potential use after free bugs | Dan Carpenter |
2017-01-09 | smc: socket closing and linkgroup cleanup | Ursula Braun |
2017-01-09 | smc: receive data from RMBE | Ursula Braun |
2017-01-09 | smc: connection data control (CDC) | Ursula Braun |
2017-01-09 | smc: link layer control (LLC) | Ursula Braun |
2017-01-09 | smc: initialize IB transport incl. PD, MR, QP, CQ, event, WR | Ursula Braun |
2017-01-09 | smc: work request (WR) base for use by LLC and CDC | Ursula Braun |
2017-01-09 | smc: remote memory buffers (RMBs) | Ursula Braun |
2017-01-09 | smc: connection and link group creation | Ursula Braun |