index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
smb2pdu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-15
cifs: remove smb2_send_recv()
Ronnie Sahlberg
1
-21
/
+116
2018-06-15
cifs: push rfc1002 generation down the stack
Ronnie Sahlberg
1
-26
/
+12
2018-06-15
smb3: increase initial number of credits requested to allow write
Steve French
1
-2
/
+3
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-3
/
+3
2018-06-07
cifs: fix a buffer leak in smb2_query_symlink
Ronnie Sahlberg
1
-1
/
+2
2018-06-05
CIFS: SMBD: Support page offset in memory registration
Long Li
1
-6
/
+12
2018-06-04
cifs: For SMB2 security informaion query, check for minimum sized security de...
Shirish Pargaonkar
1
-2
/
+1
2018-06-02
CIFS: Use offset when reading pages
Long Li
1
-0
/
+1
2018-06-01
cifs: remove header_preamble_size where it is always 0
Ronnie Sahlberg
1
-26
/
+18
2018-06-01
cifs: remove struct smb2_hdr
Ronnie Sahlberg
1
-14
/
+14
2018-05-31
cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argument
Ronnie Sahlberg
1
-1
/
+1
2018-05-31
cifs: remove struct smb2_oplock_break_rsp
Ronnie Sahlberg
1
-1
/
+1
2018-05-31
cifs: remove rfc1002 header from all SMB2 response structures
Ronnie Sahlberg
1
-16
/
+11
2018-05-31
smb3: on reconnect set PreviousSessionId field
Steve French
1
-0
/
+1
2018-05-31
smb3: Add posix create context for smb3.11 posix mounts
Steve French
1
-2
/
+82
2018-05-30
smb3: add tracepoints for smb2/smb3 open
Steve French
1
-1
/
+6
2018-05-30
smb3: add support for posix negotiate context
Steve French
1
-6
/
+23
2018-05-30
CIFS: Introduce offset for the 1st page in data transfer structures
Long Li
1
-0
/
+1
2018-05-27
smb3: Add ftrace tracepoints for improved SMB3 debugging
Steve French
1
-6
/
+50
2018-05-27
smb3: rename encryption_required to smb3_encryption_required
Steve French
1
-21
/
+21
2018-05-27
cifs: add a new SMB2_close_flags function
Ronnie Sahlberg
1
-3
/
+9
2018-05-27
cifs: store the leaseKey in the fid on SMB2_open
Ronnie Sahlberg
1
-3
/
+5
2018-05-09
cifs: smbd: Enable signing with smbdirect
Long Li
1
-5
/
+0
2018-05-09
cifs: Allocate validate negotiation request through kmalloc
Long Li
1
-30
/
+38
2018-04-25
cifs: smbd: Don't use RDMA read/write when signing is used
Long Li
1
-2
/
+2
2018-04-24
SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tcon
Steve French
1
-4
/
+5
2018-04-12
cifs: change validate_buf to validate_iov
Ronnie Sahlberg
1
-18
/
+21
2018-04-12
cifs: Change SMB2_open to return an iov for the error parameter
Ronnie Sahlberg
1
-4
/
+6
2018-04-12
smb3.11: replace a 4 with server->vals->header_preamble_size
Steve French
1
-1
/
+2
2018-04-12
cifs: replace a 4 with server->vals->header_preamble_size
Ronnie Sahlberg
1
-1
/
+1
2018-04-12
SMB311: Improve checking of negotiate security contexts
Steve French
1
-0
/
+102
2018-04-11
SMB3: Log at least once if tree connect fails during reconnect
Steve French
1
-1
/
+4
2018-04-11
cifs: smb2pdu: Fix potential NULL pointer dereference
Gustavo A. R. Silva
1
-1
/
+3
2018-04-02
cifs: Add minor debug message during negprot
Steve French
1
-1
/
+3
2018-04-02
cifs: add server->vals->header_preamble_size
Ronnie Sahlberg
1
-6
/
+9
2018-04-01
Tree connect for SMB3.1.1 must be signed for non-encrypted shares
Steve French
1
-0
/
+5
2018-04-01
CIFS: implement v3.11 preauth integrity
Aurelien Aptel
1
-0
/
+25
2018-04-01
cifs: fix memory leak in SMB2_open()
Ronnie Sahlberg
1
-2
/
+6
2018-01-26
Cleanup some minor endian issues in smb3 rdma
Steve French
1
-11
/
+11
2018-01-26
CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl
Aurelien Aptel
1
-3
/
+1
2018-01-26
CIFS: make IPC a regular tcon
Aurelien Aptel
1
-28
/
+8
2018-01-24
cifs: Fix autonegotiate security settings mismatch
Daniel N Pettersson
1
-2
/
+1
2018-01-24
CIFS: SMBD: Disable signing on SMB direct transport
Long Li
1
-0
/
+5
2018-01-24
CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory regis...
Long Li
1
-1
/
+44
2018-01-24
CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory regis...
Long Li
1
-3
/
+62
2018-01-24
CIFS: SMBD: Add parameter rdata to smb2_new_read_req
Long Li
1
-5
/
+9
2018-01-24
cifs: remove small_smb2_init
Ronnie Sahlberg
1
-47
/
+6
2018-01-24
cifs: remove rfc1002 header from smb2_lease_ack
Ronnie Sahlberg
1
-4
/
+15
2018-01-24
cifs: remove unused variable from SMB2_read
Ronnie Sahlberg
1
-2
/
+0
2018-01-24
cifs: remove rfc1002 header from smb2_oplock_break we get from server
Ronnie Sahlberg
1
-4
/
+15
[next]