summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/tunnel.c
Commit message (Expand)AuthorAgeFilesLines
* thunderbolt: Calculate DisplayPort tunnel bandwidth after DPRX capabilities readGil Fine2024-02-161-10/+6
* thunderbolt: Introduce tb_tunnel_direction_downstream()Mika Westerberg2024-02-161-14/+9
* thunderbolt: Use DP_LOCAL_CAP for maximum bandwidth calculationMika Westerberg2024-02-161-32/+25
* thunderbolt: Disable PCIe extended encapsulation upon teardown properlyGil Fine2023-12-141-3/+15
* thunderbolt: Make PCIe tunnel setup and teardown follow CM guideGil Fine2023-12-141-3/+10
* thunderbolt: Use tb_dp_read_cap() to read DP_COMMON_CAP as wellMika Westerberg2023-12-141-6/+7
* thunderbolt: Remove duplicated re-assignment of pointer 'out'Colin Ian King2023-11-141-2/+0
* thunderbolt: Introduce tb_port_path_direction_downstream()Gil Fine2023-10-201-7/+7
* thunderbolt: Set path power management packet support bit for USB4 v2 routersMika Westerberg2023-10-201-9/+26
* thunderbolt: Change bandwidth reservations to comply USB4 v2Gil Fine2023-10-201-3/+63
* thunderbolt: Use weight constants in tb_usb3_consumed_bandwidth()Mika Westerberg2023-10-201-3/+6
* thunderbolt: Use constants for path weight and priorityMika Westerberg2023-10-201-12/+27
* thunderbolt: Expose tb_tunnel_xxx() log macros to the rest of the driverMika Westerberg2023-10-131-21/+5
* thunderbolt: Use tb_tunnel_dbg() where possible to make logging more consistentMika Westerberg2023-10-131-35/+30
* thunderbolt: Get rid of usb4_usb3_port_actual_link_rate()Mika Westerberg2023-10-131-9/+2
* thunderbolt: Add DisplayPort 2.x tunneling supportMika Westerberg2023-06-161-16/+84
* thunderbolt: Make bandwidth allocation mode function names consistentMika Westerberg2023-06-161-20/+21
* thunderbolt: Enable USB4 v2 PCIe TLP/DLLP extended encapsulationGil Fine2023-06-161-3/+35
* Merge branch 'thunderbolt/fixes' into thunderbolt/nextMika Westerberg2023-06-091-1/+1
|\
| * thunderbolt: Increase DisplayPort Connection Manager handshake timeoutMika Westerberg2023-05-291-1/+1
* | thunderbolt: Log DisplayPort adapter rate and lanes on discoveryMika Westerberg2023-05-301-0/+43
* | thunderbolt: Allow specifying custom credits for DMA tunnelsMika Westerberg2023-05-241-4/+9
* | thunderbolt: Check for ring 0 in tb_tunnel_alloc_dma()Mika Westerberg2023-05-241-0/+4
|/
* Merge tag 'thunderbolt-for-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2023-02-081-36/+470
|\
| * thunderbolt: Add missing kernel-doc comment to tb_tunnel_maximum_bandwidth()Mika Westerberg2023-01-271-0/+10
| * thunderbolt: Add support for DisplayPort bandwidth allocation modeMika Westerberg2023-01-171-30/+453
| * thunderbolt: Increase timeout of DP OUT adapter handshakeMika Westerberg2023-01-171-5/+6
| * thunderbolt: Use decimal port number in control and tunnel logs tooMika Westerberg2023-01-171-1/+1
* | thunderbolt: Use correct function to calculate maximum USB3 link rateMika Westerberg2023-01-091-1/+1
|/
* thunderbolt: Fix buffer allocation of devices with no DisplayPort adaptersGil Fine2022-05-121-2/+5
* thunderbolt: Use different lane for second DisplayPort tunnelMika Westerberg2022-04-191-5/+6
* thunderbolt: Disable LTTPR on Intel Titan RidgeMika Westerberg2022-02-021-0/+10
* thunderbolt: Tear down existing tunnels when resuming from hibernateMika Westerberg2021-12-071-10/+17
* thunderbolt: Allocate credits according to router preferencesMika Westerberg2021-06-011-74/+330
* thunderbolt: Move nfc_credits field to struct tb_path_hopMika Westerberg2021-06-011-11/+14
* thunderbolt: Allow multiple DMA tunnels over a single XDomain connectionMika Westerberg2021-03-181-11/+71
* thunderbolt: Use dedicated flow control for DMA tunnelsMika Westerberg2021-03-181-16/+4
* thunderbolt: Add support for native USB4 _OSCMika Westerberg2021-02-041-4/+6
* thunderbolt: tunnel: Fix misspelling of 'receive_path'Lee Jones2021-01-281-1/+1
* thunderbolt: Make it possible to allocate one directional DMA tunnelMika Westerberg2020-11-111-19/+31
* Merge tag 'thunderbolt-for-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2020-09-011-2/+10
|\
| * thunderbolt: Use maximum USB3 link rate when reclaiming if link is not upMika Westerberg2020-08-251-2/+10
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
|/
* thunderbolt: Add USB3 bandwidth managementMika Westerberg2020-06-221-13/+242
* thunderbolt: Increase DP DPRX wait timeoutMika Westerberg2020-06-221-1/+1
* thunderbolt: Report consumed bandwidth in both directionsMika Westerberg2020-06-221-9/+38
* thunderbolt: Handle incomplete PCIe/USB3 paths correctly in discoveryMika Westerberg2020-06-221-4/+6
* thunderbolt: Fix path indices used in USB3 tunnel discoveryMika Westerberg2020-06-221-6/+6
* thunderbolt: Add support for USB 3.x tunnelsRajmohan Mani2019-12-181-1/+157
* thunderbolt: Add initial support for USB4Mika Westerberg2019-12-181-3/+8