| Commit message (Expand) | Author | Age | Files | Lines |
* | thunderbolt: Use the actual buffer in tb_async_error() | Mika Westerberg | 2022-08-18 | 1 | -1/+1 |
* | thunderbolt: Fix some kernel-doc comments | Yang Li | 2022-06-06 | 1 | -3/+3 |
* | thunderbolt: Replace usage of found with dedicated list iterator variable | Jakob Koschel | 2022-04-04 | 1 | -8/+7 |
* | thunderbolt: Enable retry logic for intra-domain control packets | Sanjay R Mehta | 2021-09-27 | 1 | -1/+1 |
* | thunderbolt: Decrease control channel timeout for software connection manager | Mika Westerberg | 2021-03-18 | 1 | -5/+10 |
* | thunderbolt: Do not pass timeout for tb_cfg_reset() | Mika Westerberg | 2021-03-18 | 1 | -4/+2 |
* | thunderbolt: Disable retry logic for intra-domain control packets | Mika Westerberg | 2021-03-18 | 1 | -1/+1 |
* | thunderbolt: ctl: Fix kernel-doc descriptions of non-static functions | Mika Westerberg | 2021-02-04 | 1 | -5/+42 |
* | thunderbolt: ctl: Demote non-conformant kernel-doc headers | Lee Jones | 2021-01-28 | 1 | -2/+2 |
* | thunderbolt: Return -ENOTCONN when ERR_CONN is received | Mika Westerberg | 2020-11-30 | 1 | -0/+3 |
* | thunderbolt: Add support for end-to-end flow control | Mika Westerberg | 2020-11-11 | 1 | -2/+2 |
* | thunderbolt: Log correct zeroX entries in decode_error() | Mika Westerberg | 2020-09-16 | 1 | -3/+8 |
* | thunderbolt: Handle ERR_LOCK notification | Mika Westerberg | 2020-09-16 | 1 | -0/+7 |
* | thunderbolt: No need to warn in TB_CFG_ERROR_INVALID_CONFIG_SPACE | Mika Westerberg | 2020-09-03 | 1 | -3/+2 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -1/+1 |
* | thunderbolt: Populate PG field in hot plug acknowledgment packet | Mika Westerberg | 2019-12-18 | 1 | -6/+13 |
* | thunderbolt: Log switch route string on config read/write timeout | Mika Westerberg | 2019-11-01 | 1 | -4/+4 |
* | thunderbolt: Do not fail adding switch if some port is not implemented | Mika Westerberg | 2019-08-26 | 1 | -4/+19 |
* | thunderbolt: Make rest of the logging to happen at debug level | Mika Westerberg | 2019-04-18 | 1 | -1/+1 |
* | thunderbolt: Add Intel as copyright holder | Mika Westerberg | 2018-10-02 | 1 | -1/+2 |
* | thunderbolt: Make the driver less verbose | Mika Westerberg | 2018-10-02 | 1 | -3/+3 |
* | thunderbolt: Remove a meaningless NULL pointer check before dma_pool_destroy | zhong jiang | 2018-10-02 | 1 | -2/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-04 | 1 | -0/+1 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | | thunderbolt: Add polling mode for rings | Mika Westerberg | 2017-10-02 | 1 | -1/+1 |
* | | thunderbolt: Export ring handling functions to modules | Mika Westerberg | 2017-10-02 | 1 | -10/+10 |
* | | thunderbolt: Add support for frame mode | Mika Westerberg | 2017-10-02 | 1 | -1/+2 |
* | | thunderbolt: Add support for XDomain discovery protocol | Mika Westerberg | 2017-10-02 | 1 | -4/+7 |
* | | byteorder: Move {cpu_to_be32, be32_to_cpu}_array() from Thunderbolt to core | Mika Westerberg | 2017-10-02 | 1 | -14/+0 |
|/ |
|
* | thunderbolt: Fix reset response_type | Dan Carpenter | 2017-08-28 | 1 | -1/+1 |
* | thunderbolt: Add support for Internal Connection Manager (ICM) | Mika Westerberg | 2017-06-09 | 1 | -0/+2 |
* | thunderbolt: Rework control channel to be more reliable | Mika Westerberg | 2017-06-09 | 1 | -70/+407 |
* | thunderbolt: Let the connection manager handle all notifications | Mika Westerberg | 2017-06-09 | 1 | -26/+60 |
* | thunderbolt: Expose make_header() to other files | Mika Westerberg | 2017-06-09 | 1 | -15/+4 |
* | thunderbolt: Expose get_route() to other files | Mika Westerberg | 2017-06-09 | 1 | -12/+7 |
* | thunderbolt: Move control channel messages to tb_msgs.h | Mika Westerberg | 2017-06-09 | 1 | -76/+0 |
* | thunderbolt: Allow passing NULL to tb_ctl_free() | Mika Westerberg | 2017-06-09 | 1 | -0/+4 |
* | thunderbolt: Add MSI-X support | Mika Westerberg | 2017-06-09 | 1 | -2/+2 |
* | thunderbolt: Use const buffer pointer in write operations | Mika Westerberg | 2017-06-09 | 1 | -4/+4 |
* | thunderbolt: Fix typos and magic number | Lukas Wunner | 2016-04-08 | 1 | -1/+1 |
* | thunderbolt: Add casts to prevent endianness warnings | Andreas Noever | 2014-06-20 | 1 | -2/+2 |
* | thunderbolt: Use NULL instead of 0 in ctl.c | Sachin Kamat | 2014-06-20 | 1 | -2/+2 |
* | thunderbolt: Fix nontrivial endpoint devices. | Andreas Noever | 2014-06-19 | 1 | -1/+1 |
* | thunderbolt: Add control channel interface | Andreas Noever | 2014-06-19 | 1 | -0/+731 |