summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/tunnel.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-27thunderbolt: Fix kernel-doc for tb_tunnel_alloc_dp()Gil Fine1-4/+4
2024-04-27thunderbolt: Fix uninitialized variable in tb_tunnel_alloc_usb3()Gil Fine1-5/+5
2024-04-12thunderbolt: Allow USB3 bandwidth to be lower than maximum supportedGil Fine1-15/+10
2024-02-16thunderbolt: Calculate DisplayPort tunnel bandwidth after DPRX capabilities readGil Fine1-10/+6
2024-02-16thunderbolt: Introduce tb_tunnel_direction_downstream()Mika Westerberg1-14/+9
2024-02-16thunderbolt: Use DP_LOCAL_CAP for maximum bandwidth calculationMika Westerberg1-32/+25
2023-12-14thunderbolt: Disable PCIe extended encapsulation upon teardown properlyGil Fine1-3/+15
2023-12-14thunderbolt: Make PCIe tunnel setup and teardown follow CM guideGil Fine1-3/+10
2023-12-14thunderbolt: Use tb_dp_read_cap() to read DP_COMMON_CAP as wellMika Westerberg1-6/+7
2023-11-14thunderbolt: Remove duplicated re-assignment of pointer 'out'Colin Ian King1-2/+0
2023-10-20thunderbolt: Introduce tb_port_path_direction_downstream()Gil Fine1-7/+7
2023-10-20thunderbolt: Set path power management packet support bit for USB4 v2 routersMika Westerberg1-9/+26
2023-10-20thunderbolt: Change bandwidth reservations to comply USB4 v2Gil Fine1-3/+63
2023-10-20thunderbolt: Use weight constants in tb_usb3_consumed_bandwidth()Mika Westerberg1-3/+6
2023-10-20thunderbolt: Use constants for path weight and priorityMika Westerberg1-12/+27
2023-10-13thunderbolt: Expose tb_tunnel_xxx() log macros to the rest of the driverMika Westerberg1-21/+5
2023-10-13thunderbolt: Use tb_tunnel_dbg() where possible to make logging more consistentMika Westerberg1-35/+30
2023-10-13thunderbolt: Get rid of usb4_usb3_port_actual_link_rate()Mika Westerberg1-9/+2
2023-06-16thunderbolt: Add DisplayPort 2.x tunneling supportMika Westerberg1-16/+84
2023-06-16thunderbolt: Make bandwidth allocation mode function names consistentMika Westerberg1-20/+21
2023-06-16thunderbolt: Enable USB4 v2 PCIe TLP/DLLP extended encapsulationGil Fine1-3/+35
2023-06-09Merge branch 'thunderbolt/fixes' into thunderbolt/nextMika Westerberg1-1/+1
2023-05-30thunderbolt: Log DisplayPort adapter rate and lanes on discoveryMika Westerberg1-0/+43
2023-05-29thunderbolt: Increase DisplayPort Connection Manager handshake timeoutMika Westerberg1-1/+1
2023-05-24thunderbolt: Allow specifying custom credits for DMA tunnelsMika Westerberg1-4/+9
2023-05-24thunderbolt: Check for ring 0 in tb_tunnel_alloc_dma()Mika Westerberg1-0/+4
2023-02-08Merge tag 'thunderbolt-for-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-36/+470
2023-01-27thunderbolt: Add missing kernel-doc comment to tb_tunnel_maximum_bandwidth()Mika Westerberg1-0/+10
2023-01-17thunderbolt: Add support for DisplayPort bandwidth allocation modeMika Westerberg1-30/+453
2023-01-17thunderbolt: Increase timeout of DP OUT adapter handshakeMika Westerberg1-5/+6
2023-01-17thunderbolt: Use decimal port number in control and tunnel logs tooMika Westerberg1-1/+1
2023-01-09thunderbolt: Use correct function to calculate maximum USB3 link rateMika Westerberg1-1/+1
2022-05-12thunderbolt: Fix buffer allocation of devices with no DisplayPort adaptersGil Fine1-2/+5
2022-04-19thunderbolt: Use different lane for second DisplayPort tunnelMika Westerberg1-5/+6
2022-02-02thunderbolt: Disable LTTPR on Intel Titan RidgeMika Westerberg1-0/+10
2021-12-07thunderbolt: Tear down existing tunnels when resuming from hibernateMika Westerberg1-10/+17
2021-06-01thunderbolt: Allocate credits according to router preferencesMika Westerberg1-74/+330
2021-06-01thunderbolt: Move nfc_credits field to struct tb_path_hopMika Westerberg1-11/+14
2021-03-18thunderbolt: Allow multiple DMA tunnels over a single XDomain connectionMika Westerberg1-11/+71
2021-03-18thunderbolt: Use dedicated flow control for DMA tunnelsMika Westerberg1-16/+4
2021-02-04thunderbolt: Add support for native USB4 _OSCMika Westerberg1-4/+6
2021-01-28thunderbolt: tunnel: Fix misspelling of 'receive_path'Lee Jones1-1/+1
2020-11-11thunderbolt: Make it possible to allocate one directional DMA tunnelMika Westerberg1-19/+31
2020-09-01Merge tag 'thunderbolt-for-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-2/+10
2020-08-25thunderbolt: Use maximum USB3 link rate when reclaiming if link is not upMika Westerberg1-2/+10
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-06-22thunderbolt: Add USB3 bandwidth managementMika Westerberg1-13/+242
2020-06-22thunderbolt: Increase DP DPRX wait timeoutMika Westerberg1-1/+1
2020-06-22thunderbolt: Report consumed bandwidth in both directionsMika Westerberg1-9/+38
2020-06-22thunderbolt: Handle incomplete PCIe/USB3 paths correctly in discoveryMika Westerberg1-4/+6