index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
smb2transport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cifs: avoid race conditions with parallel reconnects
Shyam Prasad N
2023-03-24
1
-3
/
+14
*
cifs: generate signkey for the channel that's reconnecting
Shyam Prasad N
2023-03-14
1
-1
/
+1
*
cifs: avoid unnecessary iteration of tcp sessions
Shyam Prasad N
2022-11-04
1
-6
/
+7
*
cifs: always iterate smb sessions using primary channel
Shyam Prasad N
2022-11-04
1
-1
/
+5
*
smb3: fix oops in calculating shash_setkey
Steve French
2022-10-07
1
-2
/
+2
*
cifs: secmech: use shash_desc directly, remove sdesc
Enzo Matsumiya
2022-10-07
1
-46
/
+26
*
smb3: rename encryption/decryption TFMs
Enzo Matsumiya
2022-10-07
1
-6
/
+6
*
cifs: return correct error in ->calc_signature()
Enzo Matsumiya
2022-09-25
1
-4
/
+6
*
cifs: remove useless DeleteMidQEntry()
Enzo Matsumiya
2022-08-05
1
-2
/
+2
*
cifs: avoid use of global locks for high contention data
Shyam Prasad N
2022-08-01
1
-15
/
+17
*
cifs: remove some camelCase and also some static build warnings
Steve French
2022-08-01
1
-1
/
+1
*
cifs: use new enum for ses_status
Shyam Prasad N
2022-05-24
1
-2
/
+2
*
cifs: do not use tcpStatus after negotiate completes
Shyam Prasad N
2022-05-24
1
-1
/
+2
*
cifs: protect all accesses to chan_* with chan_lock
Shyam Prasad N
2022-01-19
1
-0
/
+6
*
cifs: take cifs_tcp_ses_lock for status checks
Shyam Prasad N
2022-01-07
1
-6
/
+25
*
cifs: use the chans_need_reconnect bitmap for reconnect status
Shyam Prasad N
2022-01-02
1
-10
/
+20
*
cifs: Create a new shared file holding smb2 pdu definitions
Ronnie Sahlberg
2021-11-05
1
-18
/
+18
*
cifs: remove pathname for file from SPDX header
Steve French
2021-09-13
1
-1
/
+0
*
cifs: use SPDX-Licence-Identifier
Steve French
2021-06-20
1
-13
/
+1
*
cifs: missed ref-counting smb session in find
Shyam Prasad N
2021-06-20
1
-1
/
+11
*
cifs: Adjust key sizes and key generation routines for AES256 encryption
Shyam Prasad N
2021-03-26
1
-9
/
+28
*
smb3.1.1: set gcm256 when requested
Steve French
2020-10-19
1
-3
/
+5
*
smb3: remove overly noisy debug line in signing errors
Steve French
2020-04-16
1
-2
/
+2
*
cifs: Allocate crypto structures on the fly for calculating signatures of inc...
Long Li
2020-04-07
1
-33
/
+54
*
cifs: update internal module version number
Steve French
2020-03-29
1
-2
/
+4
*
smb3: use SMB2_SIGNATURE_SIZE define
Steve French
2020-03-27
1
-1
/
+1
*
cifs: fix channel signing
Aurelien Aptel
2020-02-06
1
-2
/
+3
*
CIFS: Fix task struct use-after-free on reconnect
Vincent Whitchurch
2020-01-26
1
-0
/
+2
*
cifs: Always update signing key of first channel
Paulo Alcantara (SUSE)
2019-11-25
1
-0
/
+4
*
cifs: try opening channels after mounting
Aurelien Aptel
2019-11-25
1
-27
/
+109
*
cifs: add server param
Aurelien Aptel
2019-11-25
1
-13
/
+14
*
smb3: allow skipping signature verification for perf sensitive configurations
Steve French
2019-09-16
1
-0
/
+1
*
cifs: add new debugging macro cifs_server_dbg
Ronnie Sahlberg
2019-09-16
1
-30
/
+31
*
SMB3.1.1: Add GCM crypto to the encrypt and decrypt functions
Steve French
2019-07-07
1
-2
/
+8
*
CIFS: Only send SMB2_NEGOTIATE command on new TCP connections
Pavel Shilovsky
2019-03-05
1
-0
/
+8
*
smb3: add dynamic trace point for smb3_cmd_enter
Steve French
2019-03-05
1
-0
/
+3
*
CIFS: Do not skip SMB2 message IDs on send failures
Pavel Shilovsky
2019-03-04
1
-2
/
+12
*
CIFS: fix uninitialized ptr deref in smb2 signing
Aurelien Aptel
2018-08-07
1
-2
/
+3
*
smb3: simplify code by removing CONFIG_CIFS_SMB311
Steve French
2018-08-07
1
-4
/
+0
*
cifs: Fix validation of signed data in smb2
Paulo Alcantara
2018-07-05
1
-4
/
+24
*
cifs: Fix validation of signed data in smb3+
Paulo Alcantara
2018-07-05
1
-6
/
+25
*
cifs: Fix use after free of a mid_q_entry
Lars Persson
2018-07-05
1
-0
/
+1
*
cifs: push rfc1002 generation down the stack
Ronnie Sahlberg
2018-06-15
1
-11
/
+7
*
CIFS: Fix signing for SMB2/3
Aurelien Aptel
2018-06-04
1
-4
/
+8
*
cifs: remove rfc1002 header from all SMB2 response structures
Ronnie Sahlberg
2018-05-31
1
-6
/
+4
*
cifs: add resp_buf_size to the mid_q_entry structure
Ronnie Sahlberg
2018-04-12
1
-1
/
+1
*
CIFS: add sha512 secmech
Aurelien Aptel
2018-04-01
1
-0
/
+30
*
CIFS: refactor crypto shash/sdesc allocation&free
Aurelien Aptel
2018-04-01
1
-60
/
+15
*
Fix encryption labels and lengths for SMB3.1.1
Steve French
2017-10-18
1
-12
/
+14
*
CIFS: add CONFIG_CIFS_DEBUG_KEYS to dump encryption keys
Aurélien Aptel
2017-07-05
1
-3
/
+25
[next]