summaryrefslogtreecommitdiff
path: root/fs/cifs/smbdirect.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-27Cleanup some minor endian issues in smb3 rdmaSteve French1-2/+3
2018-01-25CIFS: SMBD: work around gcc -Wmaybe-uninitialized warningArnd Bergmann1-9/+6
2018-01-25CIFS: SMBD: _smbd_get_connection() can be statickbuild test robot1-1/+1
2018-01-25CIFS: SMBD: Implement RDMA memory registrationLong Li1-0/+421
2018-01-25CIFS: SMBD: Implement function to send data via RDMA sendLong Li1-0/+246
2018-01-25CIFS: SMBD: Implement function to receive data via RDMA receiveLong Li1-0/+228
2018-01-25CIFS: SMBD: Implement function to destroy a SMB Direct connectionLong Li1-0/+16
2018-01-25CIFS: SMBD: Implement function to reconnect to a SMB Direct transportLong Li1-0/+36
2018-01-25CIFS: SMBD: Implement function to create a SMB Direct connectionLong Li1-0/+17
2018-01-25CIFS: SMBD: Establish SMB Direct connectionLong Li1-0/+1571
2018-01-25CIFS: SMBD: Add SMB Direct protocol initial values and constantsLong Li1-0/+77