index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
transport.c
Age
Commit message (
Expand
)
Author
2016-02-25
cifs: fix race between call_async() and reconnect()
Rabin Vincent
2015-08-20
cifs: Fix use-after-free on mid_q_entry
Christopher Oo
2014-12-07
cifs: convert printk(LEVEL...) to pr_<level>
Andy Shevchenko
2014-08-02
CIFS: Use multicredits for SMB 2.1/3 writes
Pavel Shilovsky
2014-02-23
cifs: sanity check length of data to send before sending
Jeff Layton
2013-11-02
cifs: Send a logoff request before removing a smb session
Shirish Pargaonkar
2013-11-02
cifs: Make big endian multiplex ID sequences monotonic on the wire
Tim Gardner
2013-10-06
cifs: Avoid umount hangs with smb2 when server is unresponsive
Shirish Pargaonkar
2013-07-03
Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-06-24
cifs: track the enablement of signing in the TCP_Server_Info
Jeff Layton
2013-05-12
freezer: add unsafe versions of freezable helpers for CIFS
Colin Cross
2013-05-04
cifs: store the real expected sequence number in the mid
Jeff Layton
2013-05-04
cifs: on send failure, readjust server sequence number downward
Jeff Layton
2013-05-04
cifs: remove ENOSPC handling in smb_sendv
Jeff Layton
2013-05-04
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
Joe Perches
2012-12-30
cifs: move check for NULL socket into smb_send_rqst
Jeff Layton
2012-10-07
[CIFS] WARN_ON_ONCE if kernel_sendmsg() returns -ENOSPC
Steve French
2012-09-24
cifs: change cifs_call_async to use smb_rqst structs
Jeff Layton
2012-09-24
cifs: teach signing routines how to deal with arrays of pages in a smb_rqst
Jeff Layton
2012-09-24
cifs: teach smb_send_rqst how to handle arrays of pages
Jeff Layton
2012-09-24
cifs: cork the socket before a send and uncork it afterward
Jeff Layton
2012-09-24
cifs: convert send code to use smb_rqst structs
Jeff Layton
2012-09-24
cifs: change signing routines to deal with smb_rqst structs
Jeff Layton
2012-09-24
CIFS: Enable signing in SMB2
Pavel Shilovsky
2012-08-19
cifs: print error code if smb signature verification fails
Steve French
2012-07-24
CIFS: Setup async request in ops struct
Pavel Shilovsky
2012-07-24
CIFS: Make transport routines work with SMB2
Pavel Shilovsky
2012-07-24
CIFS: Extend credit mechanism to process request type
Pavel Shilovsky
2012-07-23
cifs: rename cifs_sign_smb2 to cifs_sign_smbv
Jeff Layton
2012-07-23
cifs: remove bogus reset of smb_buf_length in smb_send routines
Jeff Layton
2012-07-16
Initialise mid_q_entry before putting it on the pending queue
Sachin Prabhu
2012-06-01
CIFS: Move get_next_mid to ops struct
Pavel Shilovsky
2012-05-23
CIFS: Move add/set_credits and get_credits_field to ops structure
Pavel Shilovsky
2012-05-23
CIFS: Move protocol specific part from SendReceive2 to ops struct
Pavel Shilovsky
2012-05-16
cifs: convert send_nt_cancel into a version specific op
Jeff Layton
2012-03-23
CIFS: Change mid_q_entry structure fields
Pavel Shilovsky
2012-03-23
CIFS: Separate protocol-specific code from demultiplex code
Pavel Shilovsky
2012-03-23
CIFS: Separate protocol-specific code from transport routines
Pavel Shilovsky
2012-03-21
CIFS: Prepare credits code for a slot reservation
Pavel Shilovsky
2012-03-21
CIFS: Make wait_for_free_request killable
Pavel Shilovsky
2012-03-21
CIFS: Introduce credit-based flow control
Pavel Shilovsky
2012-03-21
CIFS: Simplify inFlight logic
Pavel Shilovsky
2012-03-20
CIFS: Respect negotiated MaxMpxCount
Pavel Shilovsky
2011-10-19
cifs, freezer: add wait_event_freezekillable and have cifs use it
Jeff Layton
2011-10-19
cifs: add a callback function to receive the rest of the frame
Jeff Layton
2011-10-12
cifs: consolidate signature generating code
Jeff Layton
2011-08-11
[CIFS] Cleanup use of CONFIG_CIFS_STATS2 ifdef to make transport routines mor...
Steve French
2011-08-03
CIFS: Fix missing a decrement of inFlight value
Pavel Shilovsky
2011-05-27
[CIFS] Rename three structures to avoid camel case
Steve French
2011-05-24
cifs: don't call mid_q_entry->callback under the Global_MidLock (try #5)
Jeff Layton
[next]