Age | Commit message (Expand) | Author |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-06-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2020-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-05-30 | net/smc: pre-fetch send buffer outside of send_lock | Karsten Graul |
2020-05-26 | net/smc: mark smc_pnet_policy as const | Dmitry Vyukov |
2020-05-20 | fs: make the pipe_buf_operations ->confirm operation optional | Christoph Hellwig |
2020-05-20 | fs: make the pipe_buf_operations ->steal operation optional | Christoph Hellwig |
2020-05-07 | net/smc: remove set but not used variables 'del_llc, del_llc_resp' | YueHaibing |
2020-05-06 | RDMA: Allow ib_client's to fail when add() is called | Jason Gunthorpe |
2020-05-05 | net/smc: remove unused inline function smc_curs_read | YueHaibing |
2020-05-05 | net/smc: log important pnetid and state change events | Karsten Graul |
2020-05-04 | net/smc: save SMC-R peer link_uid | Karsten Graul |
2020-05-04 | net/smc: create improved SMC-R link_uid | Karsten Graul |
2020-05-04 | net/smc: improve termination processing | Karsten Graul |
2020-05-04 | net/smc: add termination reason and handle LLC protocol violation | Karsten Graul |
2020-05-04 | net/smc: asymmetric link tagging | Karsten Graul |
2020-05-04 | net/smc: assign link to a new connection | Karsten Graul |
2020-05-04 | net/smc: send DELETE_LINK, ALL message and wait for send to complete | Karsten Graul |
2020-05-04 | net/smc: wait for departure of an IB message | Karsten Graul |
2020-05-04 | net/smc: handle incoming CDC validation message | Karsten Graul |
2020-05-04 | net/smc: send failover validation message | Karsten Graul |
2020-05-04 | net/smc: switch connections to alternate link | Karsten Graul |
2020-05-04 | net/smc: save state of last sent CDC message | Karsten Graul |
2020-05-03 | net/smc: enqueue local LLC messages | Karsten Graul |
2020-05-03 | net/smc: delete link processing as SMC server | Karsten Graul |
2020-05-03 | net/smc: delete link processing as SMC client | Karsten Graul |
2020-05-03 | net/smc: llc_del_link_work and use the LLC flow for delete link | Karsten Graul |
2020-05-03 | net/smc: delete an asymmetric link as SMC server | Karsten Graul |
2020-05-03 | net/smc: final part of add link processing as SMC server | Karsten Graul |
2020-05-03 | net/smc: rkey processing for a new link as SMC server | Karsten Graul |
2020-05-03 | net/smc: first part of add link processing as SMC server | Karsten Graul |
2020-05-03 | net/smc: final part of add link processing as SMC client | Karsten Graul |
2020-05-03 | net/smc: rkey processing for a new link as SMC client | Karsten Graul |
2020-05-03 | net/smc: first part of add link processing as SMC client | Karsten Graul |
2020-05-02 | smc: Remove unused function. | David S. Miller |
2020-05-01 | net/smc: llc_add_link_work to handle ADD_LINK LLC requests | Karsten Graul |
2020-05-01 | net/smc: allocate index for a new link | Karsten Graul |
2020-05-01 | net/smc: introduce smc_pnet_find_alt_roce() | Karsten Graul |
2020-05-01 | net/smc: remove DELETE LINK processing from smc_core.c | Karsten Graul |
2020-05-01 | net/smc: take link down instead of terminating the link group | Karsten Graul |
2020-05-01 | net/smc: add smcr_port_err() and smcr_link_down() processing | Karsten Graul |
2020-05-01 | net/smc: add smcr_port_add() and smcr_link_up() processing | Karsten Graul |
2020-05-01 | net/smc: remember PNETID of IB device for later device matching | Karsten Graul |
2020-05-01 | net/smc: mutex to protect the lgr against parallel reconfigurations | Karsten Graul |
2020-05-01 | net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link() | Karsten Graul |
2020-05-01 | net/smc: map and register buffers for a new link | Karsten Graul |
2020-05-01 | net/smc: unmapping of buffers to support multiple links | Karsten Graul |
2020-05-01 | net/smc: multiple link support for rmb buffer registration | Karsten Graul |
2020-04-30 | net/smc: remove obsolete link state DELETING | Karsten Graul |
2020-04-30 | net/smc: remove handling of CONFIRM_RKEY_CONTINUE | Karsten Graul |