summaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net/smc: use DECLARE_BITMAP for rtokens_used_maskUrsula Braun2018-07-231-2/+1
| * | | net/smc: add function to get link group from linkStefan Raspl2018-07-235-47/+20
| * | | net/smc: eliminate cursor read and write callsStefan Raspl2018-07-236-101/+48
| * | | net/smc: provide smc mode in smc_diag.cKarsten Graul2018-07-231-1/+6
| * | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-203-12/+33
| |\ \ \
| * \ \ \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-032-31/+75
| |\ \ \ \
| * | | | | net/smc: add SMC-D diag supportHans Wippel2018-06-301-0/+15
| * | | | | net/smc: add SMC-D support in af_smcHans Wippel2018-06-303-19/+200
| * | | | | net/smc: add SMC-D support in data transferHans Wippel2018-06-308-56/+308
| * | | | | net/smc: add SMC-D support in CLC messagesHans Wippel2018-06-303-78/+205
| * | | | | net/smc: add pnetid support for SMC-D and ISMHans Wippel2018-06-303-0/+45
| * | | | | net/smc: add base infrastructure for SMC-D and ISMHans Wippel2018-06-307-92/+617
| * | | | | net/smc: optimize consumer cursor updatesUrsula Braun2018-06-301-2/+10
| * | | | | net/smc: add pnetid supportUrsula Braun2018-06-304-20/+112
| * | | | | net/smc: determine port attributes independent from pnet tableUrsula Braun2018-06-304-68/+72
* | | | | | Revert "net/smc: Replace ib_query_gid with rdma_get_gid_attr"Jason Gunthorpe2018-08-162-23/+20
* | | | | | Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-166-50/+129
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | net/smc: move sock lock in smc_ioctl()Ursula Braun2018-08-081-3/+7
| * | | | | net/smc: allow sysctl rmem and wmem defaults for serversUrsula Braun2018-08-081-0/+2
| * | | | | net/smc: no shutdown in state SMC_LISTENUrsula Braun2018-08-081-2/+1
| | |_|_|/ | |/| | |
| * | | | net/smc: no cursor update send in state SMC_INITUrsula Braun2018-08-041-1/+2
| | |_|/ | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-184-13/+41
| |\ \ \
| | * | | net/smc: reset recv timeout after clc handshakeKarsten Graul2018-07-181-1/+2
| | * | | net/smc: add error handling for get_user()Ursula Braun2018-07-181-1/+2
| | * | | net/smc: optimize consumer cursor updatesUrsula Braun2018-07-181-2/+10
| | * | | net/smc: take sock lock in smc_ioctl()Ursula Braun2018-07-161-4/+15
| | * | | net/smc: reduce sock_put() for fallback socketsUrsula Braun2018-07-072-5/+12
| | | |/ | | |/|
| * / | net/smc: fix up merge error with poll changesLinus Torvalds2018-07-031-1/+2
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-022-33/+71
| |\ \
| | * | net/smc: rebuild nonblocking connectUrsula Braun2018-06-282-28/+71
| | |/
| * / Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-3/+9
| |/
* | net/smc: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-243-10/+4
* | net/smc: Remove a WARN_ON() statementBart Van Assche2018-07-241-1/+0
* | net/smc: Replace ib_query_gid with rdma_get_gid_attrParav Pandit2018-06-182-20/+25
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-161-9/+3
|\
| * smc: convert to ->poll_maskCong Wang2018-06-121-9/+3
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-3/+3
|/
* net/smc: fix error return code in smc_setsockopt()Wei Yongjun2018-06-031-1/+1
* net/smc: longer delay when freeing client link groupsUrsula Braun2018-05-231-1/+1
* net/smc: urgent data supportStefan Raspl2018-05-238-36/+238
* net/smc: lock smc_lgr_list in port_terminate()Hans Wippel2018-05-231-3/+13
* net/smc: return 0 for ioctl calls in states INIT and CLOSEDUrsula Braun2018-05-231-3/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-31/+40
|\
| * net/smc: check for missing nlattrs in SMC_PNETID messagesEric Biggers2018-05-141-31/+40
* | net/smc: restructure client and server code in af_smcHans Wippel2018-05-181-241/+318
* | net/smc: change smc_buf_free function parametersHans Wippel2018-05-181-14/+12
* | net/smc: do a few smc_core.c cleanupsHans Wippel2018-05-181-8/+6
* | net/smc: restructure CDC message receptionHans Wippel2018-05-181-25/+22
* | net/smc: move smc_core specific code from smc.h to smc_coreHans Wippel2018-05-183-41/+39
* | net/smc: calculate write offset in RMB only once per connectionHans Wippel2018-05-183-2/+6