index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
smb2transport.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-01
CIFS: Fix task struct use-after-free on reconnect
Vincent Whitchurch
1
-0
/
+2
2019-09-16
smb3: allow skipping signature verification for perf sensitive configurations
Steve French
1
-0
/
+1
2019-09-16
cifs: add new debugging macro cifs_server_dbg
Ronnie Sahlberg
1
-30
/
+31
2019-07-08
SMB3.1.1: Add GCM crypto to the encrypt and decrypt functions
Steve French
1
-2
/
+8
2019-03-06
CIFS: Only send SMB2_NEGOTIATE command on new TCP connections
Pavel Shilovsky
1
-0
/
+8
2019-03-06
smb3: add dynamic trace point for smb3_cmd_enter
Steve French
1
-0
/
+3
2019-03-05
CIFS: Do not skip SMB2 message IDs on send failures
Pavel Shilovsky
1
-2
/
+12
2018-08-07
CIFS: fix uninitialized ptr deref in smb2 signing
Aurelien Aptel
1
-2
/
+3
2018-08-07
smb3: simplify code by removing CONFIG_CIFS_SMB311
Steve French
1
-4
/
+0
2018-07-05
cifs: Fix validation of signed data in smb2
Paulo Alcantara
1
-4
/
+24
2018-07-05
cifs: Fix validation of signed data in smb3+
Paulo Alcantara
1
-6
/
+25
2018-07-05
cifs: Fix use after free of a mid_q_entry
Lars Persson
1
-0
/
+1
2018-06-15
cifs: push rfc1002 generation down the stack
Ronnie Sahlberg
1
-11
/
+7
2018-06-05
CIFS: Fix signing for SMB2/3
Aurelien Aptel
1
-4
/
+8
2018-06-01
cifs: remove rfc1002 header from all SMB2 response structures
Ronnie Sahlberg
1
-6
/
+4
2018-04-13
cifs: add resp_buf_size to the mid_q_entry structure
Ronnie Sahlberg
1
-1
/
+1
2018-04-02
CIFS: add sha512 secmech
Aurelien Aptel
1
-0
/
+30
2018-04-02
CIFS: refactor crypto shash/sdesc allocation&free
Aurelien Aptel
1
-60
/
+15
2017-10-18
Fix encryption labels and lengths for SMB3.1.1
Steve French
1
-12
/
+14
2017-07-06
CIFS: add CONFIG_CIFS_DEBUG_KEYS to dump encryption keys
Aurélien Aptel
1
-3
/
+25
2017-04-28
cifs: don't check for failure from mempool_alloc()
NeilBrown
1
-17
/
+13
2017-04-07
Handle mismatched open calls
Sachin Prabhu
1
-4
/
+51
2017-02-02
CIFS: Decrypt and process small encrypted packets
Pavel Shilovsky
1
-1
/
+1
2017-02-02
CIFS: Encrypt SMB3 requests before sending
Pavel Shilovsky
1
-5
/
+36
2017-02-02
CIFS: Send RFC1001 length in a separate iov
Pavel Shilovsky
1
-11
/
+17
2017-02-02
CIFS: Separate SMB2 header structure
Pavel Shilovsky
1
-41
/
+40
2016-03-28
cifs: merge the hash calculation helpers
Al Viro
1
-97
/
+10
2016-01-14
Prepare for encryption support (first part). Add decryption and encryption ke...
Steve French
1
-6
/
+96
2014-12-14
Convert MessageID in smb2_hdr to LE
Sachin Prabhu
1
-1
/
+1
2014-08-02
CIFS: Use multicredits for SMB 2.1/3 writes
Pavel Shilovsky
1
-0
/
+5
2013-11-02
cifs: Send a logoff request before removing a smb session
Shirish Pargaonkar
1
-2
/
+8
2013-11-02
cifs: Make big endian multiplex ID sequences monotonic on the wire
Tim Gardner
1
-1
/
+1
2013-09-08
cifs: Start using per session key for smb2/3 for signature generation
Shirish Pargaonkar
1
-18
/
+52
2013-07-31
cifs: fix bad error handling in crypto code
Jeff Layton
1
-2
/
+7
2013-07-04
Limit allocation of crypto mechanisms to dialect which requires
Steve French
1
-1
/
+89
2013-06-27
[CIFS] Fix build warning
Steve French
1
-2
/
+2
2013-06-27
[CIFS] SMB3 Signing enablement
Steve French
1
-2
/
+146
2013-06-24
cifs: track the enablement of signing in the TCP_Server_Info
Jeff Layton
1
-2
/
+1
2013-05-05
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
Joe Perches
1
-13
/
+13
2012-12-10
Do not send SMB2 signatures for SMB3 frames
Steve French
1
-3
/
+10
2012-09-25
cifs: change cifs_call_async to use smb_rqst structs
Jeff Layton
1
-23
/
+17
2012-09-25
cifs: teach signing routines how to deal with arrays of pages in a smb_rqst
Jeff Layton
1
-0
/
+11
2012-09-25
cifs: change smb2 signing routines to use smb_rqst structs
Jeff Layton
1
-22
/
+22
2012-09-25
CIFS: Enable signing in SMB2
Pavel Shilovsky
1
-9
/
+156
2012-07-24
CIFS: Add SMB2 support for async requests
Pavel Shilovsky
1
-1
/
+22
2012-07-24
CIFS: Make transport routines work with SMB2
Pavel Shilovsky
1
-0
/
+151