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.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-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
/
ksmbd
/
smb2pdu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-12
ksmbd: Use the SMB3_Create definitions from the shared
Ronnie Sahlberg
1
-33
/
+32
2021-11-12
ksmbd: Move more definitions into the shared area
Ronnie Sahlberg
1
-4
/
+4
2021-11-12
ksmbd: use the common definitions for NEGOTIATE_PROTOCOL
Ronnie Sahlberg
1
-10
/
+10
2021-11-12
ksmbd: switch to use shared definitions where available
Ronnie Sahlberg
1
-2
/
+1
2021-11-12
ksmbd: remove smb2_buf_length in smb2_transform_hdr
Namjae Jeon
1
-20
/
+17
2021-11-12
ksmbd: remove smb2_buf_length in smb2_hdr
Namjae Jeon
1
-220
/
+220
2021-11-12
ksmbd: set unique value to volume serial field in FS_VOLUME_INFORMATION
Namjae Jeon
1
-1
/
+8
2021-11-07
ksmbd: Fix buffer length check in fsctl_validate_negotiate_info()
Marios Makassikis
1
-1
/
+1
2021-11-07
ksmdb: use cmd helper variable in smb2_get_ksmbd_tcon()
Ralph Boehme
1
-3
/
+4
2021-10-20
ksmbd: add buffer validation in session setup
Marios Makassikis
1
-20
/
+31
2021-10-20
ksmbd: throttle session setup failures to avoid dictionary attacks
Namjae Jeon
1
-3
/
+24
2021-10-20
ksmbd: validate OutputBufferLength of QUERY_DIR, QUERY_INFO, IOCTL requests
Hyunchul Lee
1
-16
/
+52
2021-10-15
ksmbd: limit read/write/trans buffer size not to exceed 8MB
Namjae Jeon
1
-1
/
+1
2021-10-14
ksmbd: validate compound response buffer
Namjae Jeon
1
-0
/
+6
2021-10-14
ksmbd: fix potencial 32bit overflow from data area check in smb2_write
Namjae Jeon
1
-4
/
+2
2021-10-14
ksmbd: improve credits management
Hyunchul Lee
1
-52
/
+29
2021-10-14
ksmbd: add validation in smb2_ioctl
Namjae Jeon
1
-29
/
+84
2021-10-07
ksmbd: fix oops from fuse driver
Namjae Jeon
1
-11
/
+6
2021-10-07
ksmbd: use buf_data_size instead of recalculation in smb3_decrypt_req()
Namjae Jeon
1
-5
/
+3
2021-10-07
ksmbd: remove the leftover of smb2.0 dialect support
Namjae Jeon
1
-25
/
+9
2021-09-30
ksmbd: fix transform header validation
Namjae Jeon
1
-9
/
+9
2021-09-30
ksmbd: add buffer validation for SMB2_CREATE_CONTEXT
Hyunchul Lee
1
-1
/
+24
2021-09-30
ksmbd: add validation in smb2 negotiate
Namjae Jeon
1
-1
/
+41
2021-09-30
ksmbd: add request buffer validation in smb2_set_info
Namjae Jeon
1
-42
/
+107
2021-09-30
ksmbd: use correct basic info level in set_file_basic_info()
Namjae Jeon
1
-7
/
+6
2021-09-27
ksmbd: fix invalid request buffer access in compound
Namjae Jeon
1
-2
/
+11
2021-09-25
ksmbd: use LOOKUP_BENEATH to prevent the out of share access
Hyunchul Lee
1
-46
/
+28
2021-09-23
ksmbd: remove follow symlinks support
Namjae Jeon
1
-33
/
+10
2021-09-23
ksmbd: check protocol id in ksmbd_verify_smb_message()
Namjae Jeon
1
-1
/
+1
2021-09-21
ksmbd: add default data stream name in FILE_STREAM_INFORMATION
Namjae Jeon
1
-5
/
+3
2021-09-18
ksmbd: add validation for FILE_FULL_EA_INFORMATION of smb2_get_info
Namjae Jeon
1
-0
/
+4
2021-09-18
ksmbd: prevent out of share access
Hyunchul Lee
1
-5
/
+9
2021-09-09
ksmbd: fix read of uninitialized variable ret in set_file_basic_info
Namjae Jeon
1
-1
/
+1
2021-09-04
ksmbd: Reduce error log 'speed is unknown' to debug
Per Forlin
1
-2
/
+2
2021-09-04
ksmbd: remove setattr preparations in set_file_basic_info()
Christian Brauner
1
-17
/
+8
2021-09-04
ksmbd: ensure error is surfaced in set_file_basic_info()
Christian Brauner
1
-1
/
+1
2021-09-04
ksmbd: fix translation in ksmbd_acls_fattr()
Christian Brauner
1
-5
/
+7
2021-09-04
ksmbd: fix translation in smb2_populate_readdir_entry()
Christian Brauner
1
-4
/
+2
2021-09-04
ksmbd: fix lookup on idmapped mounts
Christian Brauner
1
-7
/
+11
2021-08-21
ksmbd: fix permission check issue on chown and chmod
Namjae Jeon
1
-0
/
+5
2021-08-13
ksmbd: remove select FS_POSIX_ACL in Kconfig
Namjae Jeon
1
-3
/
+6
2021-08-13
ksmbd: use proper errno instead of -1 in smb2_get_ksmbd_tcon()
Namjae Jeon
1
-2
/
+2
2021-08-13
ksmbd: update the comment for smb2_get_ksmbd_tcon()
Namjae Jeon
1
-2
/
+3
2021-08-13
ksmbd: change int data type to boolean
Namjae Jeon
1
-16
/
+16
2021-08-02
ksmbd: fix an oops in error handling in smb2_open()
Dan Carpenter
1
-0
/
+1
2021-07-27
ksmbd: add ipv6_addr_v4mapped check to know if connection from client is ipv4
Namjae Jeon
1
-1
/
+3
2021-07-27
ksmbd: fix missing error code in smb2_lock
Namjae Jeon
1
-32
/
+34
2021-07-27
ksmbd: use channel signingkey for binding SMB2 session setup
Namjae Jeon
1
-1
/
+2
2021-07-27
ksmbd: don't set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFO
Namjae Jeon
1
-2
/
+0
2021-07-27
ksmbd: Return STATUS_OBJECT_PATH_NOT_FOUND if smb2_creat() returns ENOENT
Marios Makassikis
1
-1
/
+6
[next]