Age | Commit message (Expand) | Author | Files | Lines |
2019-04-18 | thunderbolt: Make rest of the logging to happen at debug level | Mika Westerberg | 1 | -1/+1 |
2018-10-03 | thunderbolt: Add Intel as copyright holder | Mika Westerberg | 1 | -1/+2 |
2018-10-03 | thunderbolt: Make the driver less verbose | Mika Westerberg | 1 | -3/+3 |
2018-10-03 | 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 |
2016-04-08 | thunderbolt: Fix typos and magic number | Lukas Wunner | 1 | -1/+1 |
2014-06-21 | thunderbolt: Add casts to prevent endianness warnings | Andreas Noever | 1 | -2/+2 |
2014-06-20 | thunderbolt: Use NULL instead of 0 in ctl.c | Sachin Kamat | 1 | -2/+2 |
2014-06-20 | thunderbolt: Fix nontrivial endpoint devices. | Andreas Noever | 1 | -1/+1 |
2014-06-20 | thunderbolt: Add control channel interface | Andreas Noever | 1 | -0/+731 |