aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-09Do not send SMB2 signatures for SMB3 framesSteve French1-3/+10
2012-09-24cifs: change cifs_call_async to use smb_rqst structsJeff Layton1-23/+17
2012-09-24cifs: teach signing routines how to deal with arrays of pages in a smb_rqstJeff Layton1-0/+11
2012-09-24cifs: change smb2 signing routines to use smb_rqst structsJeff Layton1-22/+22
2012-09-24CIFS: Enable signing in SMB2Pavel Shilovsky1-9/+156
2012-07-24CIFS: Add SMB2 support for async requestsPavel Shilovsky1-1/+22
2012-07-24CIFS: Make transport routines work with SMB2Pavel Shilovsky1-0/+151