index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
transport.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-24
CIFS: Setup async request in ops struct
Pavel Shilovsky
1
-2
/
+2
2012-07-24
CIFS: Make transport routines work with SMB2
Pavel Shilovsky
1
-7
/
+6
2012-07-24
CIFS: Extend credit mechanism to process request type
Pavel Shilovsky
1
-31
/
+39
2012-07-24
cifs: rename cifs_sign_smb2 to cifs_sign_smbv
Jeff Layton
1
-2
/
+2
2012-07-24
cifs: remove bogus reset of smb_buf_length in smb_send routines
Jeff Layton
1
-4
/
+0
2012-07-17
Initialise mid_q_entry before putting it on the pending queue
Sachin Prabhu
1
-12
/
+14
2012-06-01
CIFS: Move get_next_mid to ops struct
Pavel Shilovsky
1
-1
/
+1
2012-05-23
CIFS: Move add/set_credits and get_credits_field to ops structure
Pavel Shilovsky
1
-11
/
+12
2012-05-23
CIFS: Move protocol specific part from SendReceive2 to ops struct
Pavel Shilovsky
1
-3
/
+4
2012-05-17
cifs: convert send_nt_cancel into a version specific op
Jeff Layton
1
-38
/
+8
2012-03-23
CIFS: Change mid_q_entry structure fields
Pavel Shilovsky
1
-26
/
+26
2012-03-23
CIFS: Separate protocol-specific code from demultiplex code
Pavel Shilovsky
1
-2
/
+2
2012-03-23
CIFS: Separate protocol-specific code from transport routines
Pavel Shilovsky
1
-72
/
+99
2012-03-21
CIFS: Prepare credits code for a slot reservation
Pavel Shilovsky
1
-8
/
+14
2012-03-21
CIFS: Make wait_for_free_request killable
Pavel Shilovsky
1
-1
/
+6
2012-03-21
CIFS: Introduce credit-based flow control
Pavel Shilovsky
1
-24
/
+20
2012-03-21
CIFS: Simplify inFlight logic
Pavel Shilovsky
1
-22
/
+23
2012-03-20
CIFS: Respect negotiated MaxMpxCount
Pavel Shilovsky
1
-2
/
+2
2011-10-19
cifs, freezer: add wait_event_freezekillable and have cifs use it
Jeff Layton
1
-1
/
+2
2011-10-19
cifs: add a callback function to receive the rest of the frame
Jeff Layton
1
-2
/
+3
2011-10-13
cifs: consolidate signature generating code
Jeff Layton
1
-3
/
+8
2011-08-11
[CIFS] Cleanup use of CONFIG_CIFS_STATS2 ifdef to make transport routines mor...
Steve French
1
-34
/
+17
2011-08-03
CIFS: Fix missing a decrement of inFlight value
Pavel Shilovsky
1
-0
/
+2
2011-05-27
[CIFS] Rename three structures to avoid camel case
Steve French
1
-10
/
+10
2011-05-24
cifs: don't call mid_q_entry->callback under the Global_MidLock (try #5)
Jeff Layton
1
-15
/
+8
2011-05-23
cifs: add ignore_pend flag to cifs_call_async
Jeff Layton
1
-2
/
+3
2011-05-23
cifs: make cifs_send_async take a kvec array
Jeff Layton
1
-6
/
+7
2011-05-23
cifs: consolidate SendReceive response checks
Jeff Layton
1
-116
/
+41
2011-05-19
cifs: keep BCC in little-endian format
Jeff Layton
1
-18
/
+1
2011-05-19
consistently use smb_buf_length as be32 for cifs (try 3)
Steve French
1
-26
/
+21
2011-02-11
cifs: don't always drop malformed replies on the floor (try #3)
Jeff Layton
1
-0
/
+3
2011-02-04
cifs: enable signing flag in SMB header when server has it on
Jeff Layton
1
-0
/
+4
2011-01-31
cifs: don't pop a printk when sending on a socket is interrupted
Jeff Layton
1
-2
/
+2
2011-01-31
cifs: send an NT_CANCEL request when a process is signalled
Jeff Layton
1
-3
/
+12
2011-01-31
cifs: handle cancelled requests better
Jeff Layton
1
-7
/
+36
2011-01-21
cifs: use get/put_unaligned functions to access ByteCount
Jeff Layton
1
-5
/
+4
2011-01-20
cifs: mangle existing header for SMB_COM_NT_CANCEL
Jeff Layton
1
-25
/
+38
2011-01-20
cifs: remove code for setting timeouts on requests
Jeff Layton
1
-1
/
+1
2011-01-20
cifs: add ability to send an echo request
Jeff Layton
1
-1
/
+1
2011-01-20
cifs: add cifs_call_async
Jeff Layton
1
-1
/
+57
2011-01-20
cifs: allow for different handling of received response
Jeff Layton
1
-2
/
+17
2011-01-20
cifs: clean up sync_mid_result
Jeff Layton
1
-17
/
+18
2011-01-20
cifs: don't reconnect server when we don't get a response
Jeff Layton
1
-3
/
+1
2011-01-20
cifs: wait indefinitely for responses
Jeff Layton
1
-93
/
+17
2011-01-19
cifs: move mid result processing into common function
Jeff Layton
1
-78
/
+43
2011-01-19
cifs: move locked sections out of DeleteMidQEntry and AllocMidQEntry
Jeff Layton
1
-17
/
+24
2011-01-19
cifs: clean up accesses to midCount
Jeff Layton
1
-3
/
+3
2011-01-19
cifs: make wait_for_free_request take a TCP_Server_Info pointer
Jeff Layton
1
-13
/
+13
2011-01-06
CIFS: Simplify ipv*_connect functions into one (try #4)
Pavel Shilovsky
1
-1
/
+1
2010-10-26
NTLM auth and sign - Allocate session key/client response dynamically
Shirish Pargaonkar
1
-3
/
+3
[next]