summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-05-061-3/+11
|\
| * SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French2017-05-041-3/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-161-7/+16
|\|
| * CIFS: Fix SMB3 mount without specifying a security mechanismPavel Shilovsky2017-04-131-1/+3
| * CIFS: remove bad_network_name flagGermano Percossi2017-04-111-5/+0Star
| * CIFS: reconnect thread reschedule itselfGermano Percossi2017-04-111-1/+9
| * Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski2017-04-071-0/+4
* | net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-291-0/+1
|/
* smb2: Enforce sec= mount optionSachin Prabhu2017-03-031-4/+33
* CIFS: use DFS pathnames in SMB2+ Create requestsAurelien Aptel2017-03-031-16/+80
* CIFS: set signing flag in SMB2+ TreeConnect if neededAurelien Aptel2017-03-021-2/+2
* CIFS: add use_ipc flag to SMB2_ioctl()Aurelien Aptel2017-03-021-2/+15
* CIFS: Allow to switch on encryption with seal mount optionPavel Shilovsky2017-02-011-18/+15Star
* CIFS: Decrypt and process small encrypted packetsPavel Shilovsky2017-02-011-2/+2
* CIFS: Add mid handle callbackPavel Shilovsky2017-02-011-5/+5
* CIFS: Enable encryption during session setup phasePavel Shilovsky2017-02-011-10/+2Star
* CIFS: Add capability to transform requests before sendingPavel Shilovsky2017-02-011-25/+104
* CIFS: Separate RFC1001 length processing for SMB2 readPavel Shilovsky2017-02-011-22/+67
* CIFS: Separate SMB2 sync header processingPavel Shilovsky2017-02-011-20/+30
* CIFS: Send RFC1001 length in a separate iovPavel Shilovsky2017-02-011-25/+39
* CIFS: Make SendReceive2() takes resp iovPavel Shilovsky2017-02-011-47/+81
* CIFS: Separate SMB2 header structurePavel Shilovsky2017-02-011-61/+71
* CIFS: Fix a possible double locking of mutex during reconnectPavel Shilovsky2016-12-051-5/+9
* CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky2016-12-051-24/+51
* CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky2016-12-051-1/+1
* SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setupSachin Prabhu2016-10-141-199/+162Star
* SMB2: Separate Kerberos authentication from SMB2_sess_setupSachin Prabhu2016-10-141-46/+230
* SMB3: Add mount parameter to allow user to override max creditsSteve French2016-10-121-2/+2
* fs/cifs: reopen persistent handles on reconnectSteve French2016-10-121-0/+5
* SMB3: GUIDs should be constructed as random but valid uuidsSteve French2016-10-121-1/+1
* Set previous session id correctly on SMB3 reconnectSteve French2016-10-121-0/+5
* cifs: Limit the overall credit acquiredRoss Lagerwall2016-10-121-1/+17
* Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French2016-06-241-0/+27
* cifs: dynamic allocation of ntlmssp blobJerome Marchand2016-06-241-8/+2Star
* remove directory incorrectly tries to set delete on close on non-empty direct...Steve French2016-05-171-0/+16
* cifs: fix out-of-bounds access in lease parsingJustin Maggard2016-02-291-10/+14
* Prepare for encryption support (first part). Add decryption and encryption ke...Steve French2016-01-141-6/+4Star
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2015-11-141-2/+121
|\
| * [SMB3] Send durable handle v2 contexts when use of persistent handles requiredSteve French2015-11-031-2/+121
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-061-1/+1
|\ \ | |/ |/|
| * KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-1/+1
* | [SMB3] Missing null tcon checkSteve French2015-09-261-1/+1
|/
* fix encryption error checks on mountSteve French2015-09-241-0/+8
* [SMB3] Fix sec=krb5 on smb3 mountsSteve French2015-09-241-15/+61
* cifs: Fix use-after-free on mid_q_entryChristopher Oo2015-08-201-0/+7
* Update negotiate protocol for SMB3.11 dialectSteve French2015-06-291-2/+57
* Make dialect negotiation warning message easier to readSteve French2015-06-281-1/+1
* Add defines and structs for smb3.1 dialectSteve French2015-06-281-1/+1
* Allow parsing vers=3.11 on cifs mountSteve French2015-06-281-0/+4
* [cifs] fix null pointer checkSteve French2015-05-201-1/+1