index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thunderbolt
/
ctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-17
thunderbolt: Fix typos in ctl.c
Alan Borzeszkowski
1
-1
/
+1
2025-09-17
thunderbolt: Update ctl.c function documentation
Alan Borzeszkowski
1
-8
/
+25
2025-05-09
thunderbolt: Do not double dequeue a configuration request
Sergey Senozhatsky
1
-0
/
+5
2025-02-08
lib/crc32: standardize on crc32c() name for Castagnoli CRC32
Eric Biggers
1
-1
/
+1
2025-01-03
thunderbolt: Debug log an invalid config space reply just once
Mika Westerberg
1
-2
/
+5
2025-01-03
thunderbolt: Log config space when invalid config space reply is received
Mika Westerberg
1
-4
/
+4
2024-02-26
thunderbolt: Add trace events support for the control channel
Gil Fine
1
-2
/
+17
2023-06-16
thunderbolt: Add the new USB4 v2 notification types
Mika Westerberg
1
-0
/
+28
2023-03-29
thunderbolt: Get rid of redundant 'else'
Andy Shevchenko
1
-1
/
+1
2023-01-17
thunderbolt: Add support for DisplayPort bandwidth allocation mode
Mika Westerberg
1
-8
/
+42
2023-01-17
thunderbolt: Use decimal port number in control and tunnel logs too
Mika Westerberg
1
-1
/
+1
2022-08-18
thunderbolt: Use the actual buffer in tb_async_error()
Mika Westerberg
1
-1
/
+1
2022-06-06
thunderbolt: Fix some kernel-doc comments
Yang Li
1
-3
/
+3
2022-04-04
thunderbolt: Replace usage of found with dedicated list iterator variable
Jakob Koschel
1
-8
/
+7
2021-09-27
thunderbolt: Enable retry logic for intra-domain control packets
Sanjay R Mehta
1
-1
/
+1
2021-03-18
thunderbolt: Decrease control channel timeout for software connection manager
Mika Westerberg
1
-5
/
+10
2021-03-18
thunderbolt: Do not pass timeout for tb_cfg_reset()
Mika Westerberg
1
-4
/
+2
2021-03-18
thunderbolt: Disable retry logic for intra-domain control packets
Mika Westerberg
1
-1
/
+1
2021-02-04
thunderbolt: ctl: Fix kernel-doc descriptions of non-static functions
Mika Westerberg
1
-5
/
+42
2021-01-28
thunderbolt: ctl: Demote non-conformant kernel-doc headers
Lee Jones
1
-2
/
+2
2020-11-30
thunderbolt: Return -ENOTCONN when ERR_CONN is received
Mika Westerberg
1
-0
/
+3
2020-11-11
thunderbolt: Add support for end-to-end flow control
Mika Westerberg
1
-2
/
+2
2020-09-16
thunderbolt: Log correct zeroX entries in decode_error()
Mika Westerberg
1
-3
/
+8
2020-09-16
thunderbolt: Handle ERR_LOCK notification
Mika Westerberg
1
-0
/
+7
2020-09-03
thunderbolt: No need to warn in TB_CFG_ERROR_INVALID_CONFIG_SPACE
Mika Westerberg
1
-3
/
+2
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2019-12-18
thunderbolt: Populate PG field in hot plug acknowledgment packet
Mika Westerberg
1
-6
/
+13
2019-11-01
thunderbolt: Log switch route string on config read/write timeout
Mika Westerberg
1
-4
/
+4
2019-08-26
thunderbolt: Do not fail adding switch if some port is not implemented
Mika Westerberg
1
-4
/
+19
2019-04-18
thunderbolt: Make rest of the logging to happen at debug level
Mika Westerberg
1
-1
/
+1
2018-10-02
thunderbolt: Add Intel as copyright holder
Mika Westerberg
1
-1
/
+2
2018-10-02
thunderbolt: Make the driver less verbose
Mika Westerberg
1
-3
/
+3
2018-10-02
thunderbolt: Remove a meaningless NULL pointer check before dma_pool_destroy
zhong jiang
1
-2
/
+1
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-02
thunderbolt: Add polling mode for rings
Mika Westerberg
1
-1
/
+1
2017-10-02
thunderbolt: Export ring handling functions to modules
Mika Westerberg
1
-10
/
+10
2017-10-02
thunderbolt: Add support for frame mode
Mika Westerberg
1
-1
/
+2
2017-10-02
thunderbolt: Add support for XDomain discovery protocol
Mika Westerberg
1
-4
/
+7
2017-10-02
byteorder: Move {cpu_to_be32, be32_to_cpu}_array() from Thunderbolt to core
Mika Westerberg
1
-14
/
+0
2017-08-28
thunderbolt: Fix reset response_type
Dan Carpenter
1
-1
/
+1
2017-06-09
thunderbolt: Add support for Internal Connection Manager (ICM)
Mika Westerberg
1
-0
/
+2
2017-06-09
thunderbolt: Rework control channel to be more reliable
Mika Westerberg
1
-70
/
+407
2017-06-09
thunderbolt: Let the connection manager handle all notifications
Mika Westerberg
1
-26
/
+60
2017-06-09
thunderbolt: Expose make_header() to other files
Mika Westerberg
1
-15
/
+4
2017-06-09
thunderbolt: Expose get_route() to other files
Mika Westerberg
1
-12
/
+7
2017-06-09
thunderbolt: Move control channel messages to tb_msgs.h
Mika Westerberg
1
-76
/
+0
2017-06-09
thunderbolt: Allow passing NULL to tb_ctl_free()
Mika Westerberg
1
-0
/
+4
2017-06-09
thunderbolt: Add MSI-X support
Mika Westerberg
1
-2
/
+2
2017-06-09
thunderbolt: Use const buffer pointer in write operations
Mika Westerberg
1
-4
/
+4
[next]