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.12.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
/
connect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
SMB3: Honor persistent/resilient handle flags for multiuser mounts
Paul Aurich
2020-07-09
1
-0
/
+2
*
SMB3: Honor 'seal' flag for multiuser mounts
Paul Aurich
2020-07-09
1
-0
/
+1
*
cifs: protect updating server->dstaddr with a spinlock
Ronnie Sahlberg
2020-05-10
1
-0
/
+2
*
cifs: Fix mode output in debugging statements
Frank Sorenson
2020-03-11
1
-1
/
+1
*
cifs: fix NULL dereference in match_prepath
Ronnie Sahlberg
2020-02-28
1
-2
/
+4
*
signal: Allow cifs and drbd to receive their terminating signals
Eric W. Biederman
2020-01-27
1
-1
/
+1
*
cifs: fix rmmod regression in cifs.ko caused by force_sig changes
Steve French
2020-01-27
1
-0
/
+1
*
signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sig
Eric W. Biederman
2020-01-27
1
-1
/
+1
*
cifs: Use kzfree() to zero out the password
Dan Carpenter
2019-09-21
1
-1
/
+1
*
cifs: set domainName when a domain-key is used in multiuser
Ronnie Sahlberg
2019-09-21
1
-0
/
+22
*
cifs: Fix a race condition with cifs_echo_request
Ronnie Sahlberg
2019-08-06
1
-4
/
+4
*
cifs: Fix NULL pointer dereference of devname
Yao Liu
2019-04-05
1
-0
/
+5
*
cifs: Always resolve hostname before reconnecting
Paulo Alcantara
2019-02-06
1
-0
/
+53
*
CIFS: Do not reconnect TCP session in add_credits()
Pavel Shilovsky
2019-01-31
1
-0
/
+21
*
cifs: allow disabling insecure dialects in the config
Steve French
2019-01-26
1
-0
/
+9
*
cifs: Fix use after free of a mid_q_entry
Lars Persson
2018-07-11
1
-1
/
+7
*
CIFS: zero sensitive data when freeing
Aurelien Aptel
2018-02-16
1
-3
/
+3
*
cifs: release auth_key.response for reconnect.
Shu Wang
2017-09-20
1
-0
/
+8
*
SMB3: Add support for multidialect negotiate (SMB2.1 and later)
Steve French
2017-09-17
1
-7
/
+17
*
cifs: Check for timeout on Negotiate stage
Samuel Cabrero
2017-09-04
1
-1
/
+2
*
Fix warning messages when mounting to older servers
Steve French
2017-09-01
1
-1
/
+21
*
[SMB3] Improve security, move default dialect to SMB3 from old CIFS
Steve French
2017-07-08
1
-3
/
+3
*
[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferred
Steve French
2017-07-08
1
-28
/
+0
*
CIFS: Reconnect expired SMB sessions
Pavel Shilovsky
2017-07-08
1
-0
/
+7
*
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2017-05-06
1
-2
/
+7
|
\
|
*
cifs: fix IPv6 link local, with scope id, address parsing
Daniel N Pettersson
2017-05-02
1
-2
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-05-02
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-15
1
-2
/
+14
|
|
\
|
*
|
net: break include loop netdevice.h, dsa.h, devlink.h
Andrew Lunn
2017-03-28
1
-0
/
+1
*
|
|
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2017-05-02
1
-8
/
+6
|
\
\
\
|
*
|
|
Fix match_prepath()
Sachin Prabhu
2017-04-28
1
-8
/
+6
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-05-01
1
-10
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
cifs: Convert to separately allocated bdi
Jan Kara
2017-04-20
1
-10
/
+0
|
|
/
*
|
CIFS: handle guest access errors to Windows shares
Mark Syms
2017-04-10
1
-0
/
+3
*
|
Handle mismatched open calls
Sachin Prabhu
2017-04-07
1
-2
/
+11
|
/
*
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2017-03-03
1
-1
/
+2
|
\
|
*
smb2: Enforce sec= mount option
Sachin Prabhu
2017-03-02
1
-1
/
+2
*
|
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2017-03-03
1
-0
/
+1
|
\
\
|
*
|
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
|
|
/
*
/
KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()
David Howells
2017-03-02
1
-1
/
+1
|
/
*
CIFS: Allow to switch on encryption with seal mount option
Pavel Shilovsky
2017-02-01
1
-13
/
+28
*
CIFS: Decrypt and process small encrypted packets
Pavel Shilovsky
2017-02-01
1
-0
/
+9
*
CIFS: Add transform header handling callbacks
Pavel Shilovsky
2017-02-01
1
-5
/
+12
*
CIFS: Encrypt SMB3 requests before sending
Pavel Shilovsky
2017-02-01
1
-2
/
+2
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2016-12-24
1
-11
/
+71
|
\
|
*
cifs_get_root shouldn't use path with tree name
Sachin Prabhu
2016-12-15
1
-1
/
+2
|
*
Fix default behaviour for empty domains and add domainauto option
Germano Percossi
2016-12-15
1
-0
/
+7
|
*
CIFS: Fix a possible memory corruption during reconnect
Pavel Shilovsky
2016-12-05
1
-7
/
+27
|
*
SMB3: parsing for new snapshot timestamp mount parm
Steve French
2016-12-01
1
-3
/
+35
[next]