summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/ctl.c
AgeCommit message (Expand)AuthorLines
2025-09-17thunderbolt: Update ctl.c function documentationAlan Borzeszkowski-8/+25
2025-05-09thunderbolt: Do not double dequeue a configuration requestSergey Senozhatsky-0/+5
2025-02-08lib/crc32: standardize on crc32c() name for Castagnoli CRC32Eric Biggers-1/+1
2025-01-03thunderbolt: Debug log an invalid config space reply just onceMika Westerberg-2/+5
2025-01-03thunderbolt: Log config space when invalid config space reply is receivedMika Westerberg-4/+4
2024-02-26thunderbolt: Add trace events support for the control channelGil Fine-2/+17
2023-06-16thunderbolt: Add the new USB4 v2 notification typesMika Westerberg-0/+28
2023-03-29thunderbolt: Get rid of redundant 'else'Andy Shevchenko-1/+1
2023-01-17thunderbolt: Add support for DisplayPort bandwidth allocation modeMika Westerberg-8/+42
2023-01-17thunderbolt: Use decimal port number in control and tunnel logs tooMika Westerberg-1/+1
2022-08-18thunderbolt: Use the actual buffer in tb_async_error()Mika Westerberg-1/+1
2022-06-06thunderbolt: Fix some kernel-doc commentsYang Li-3/+3
2022-04-04thunderbolt: Replace usage of found with dedicated list iterator variableJakob Koschel-8/+7
2021-09-27thunderbolt: Enable retry logic for intra-domain control packetsSanjay R Mehta-1/+1
2021-03-18thunderbolt: Decrease control channel timeout for software connection managerMika Westerberg-5/+10
2021-03-18thunderbolt: Do not pass timeout for tb_cfg_reset()Mika Westerberg-4/+2
2021-03-18thunderbolt: Disable retry logic for intra-domain control packetsMika Westerberg-1/+1
2021-02-04thunderbolt: ctl: Fix kernel-doc descriptions of non-static functionsMika Westerberg-5/+42
2021-01-28thunderbolt: ctl: Demote non-conformant kernel-doc headersLee Jones-2/+2
2020-11-30thunderbolt: Return -ENOTCONN when ERR_CONN is receivedMika Westerberg-0/+3
2020-11-11thunderbolt: Add support for end-to-end flow controlMika Westerberg-2/+2
2020-09-16thunderbolt: Log correct zeroX entries in decode_error()Mika Westerberg-3/+8
2020-09-16thunderbolt: Handle ERR_LOCK notificationMika Westerberg-0/+7
2020-09-03thunderbolt: No need to warn in TB_CFG_ERROR_INVALID_CONFIG_SPACEMika Westerberg-3/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2019-12-18thunderbolt: Populate PG field in hot plug acknowledgment packetMika Westerberg-6/+13
2019-11-01thunderbolt: Log switch route string on config read/write timeoutMika Westerberg-4/+4
2019-08-26thunderbolt: Do not fail adding switch if some port is not implementedMika Westerberg-4/+19
2019-04-18thunderbolt: Make rest of the logging to happen at debug levelMika Westerberg-1/+1
2018-10-02thunderbolt: Add Intel as copyright holderMika Westerberg-1/+2
2018-10-02thunderbolt: Make the driver less verboseMika Westerberg-3/+3
2018-10-02thunderbolt: Remove a meaningless NULL pointer check before dma_pool_destroyzhong jiang-2/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-02thunderbolt: Add polling mode for ringsMika Westerberg-1/+1
2017-10-02thunderbolt: Export ring handling functions to modulesMika Westerberg-10/+10
2017-10-02thunderbolt: Add support for frame modeMika Westerberg-1/+2
2017-10-02thunderbolt: Add support for XDomain discovery protocolMika Westerberg-4/+7
2017-10-02byteorder: Move {cpu_to_be32, be32_to_cpu}_array() from Thunderbolt to coreMika Westerberg-14/+0
2017-08-28thunderbolt: Fix reset response_typeDan Carpenter-1/+1
2017-06-09thunderbolt: Add support for Internal Connection Manager (ICM)Mika Westerberg-0/+2
2017-06-09thunderbolt: Rework control channel to be more reliableMika Westerberg-70/+407
2017-06-09thunderbolt: Let the connection manager handle all notificationsMika Westerberg-26/+60
2017-06-09thunderbolt: Expose make_header() to other filesMika Westerberg-15/+4
2017-06-09thunderbolt: Expose get_route() to other filesMika Westerberg-12/+7
2017-06-09thunderbolt: Move control channel messages to tb_msgs.hMika Westerberg-76/+0
2017-06-09thunderbolt: Allow passing NULL to tb_ctl_free()Mika Westerberg-0/+4
2017-06-09thunderbolt: Add MSI-X supportMika Westerberg-2/+2
2017-06-09thunderbolt: Use const buffer pointer in write operationsMika Westerberg-4/+4
2016-04-08thunderbolt: Fix typos and magic numberLukas Wunner-1/+1